/* RueBarree theme styles */

@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/jakarta-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/jakarta-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
	--rb-navy: #0b1b36;
	--rb-navy-2: #0f2347;
	--rb-ink: #0f1d3a;
	--rb-text: #45526a;
	--rb-muted: #6b778c;
	--rb-blue: #1a5fd0;
	--rb-blue-d: #144ba8;
	--rb-soft: #f4f7fb;
	--rb-soft-2: #eaf0f9;
	--rb-line: #e2e8f1;
	--rb-white: #fff;
	--rb-radius: 10px;
	--rb-radius-sm: 6px;
	--rb-shadow: 0 1px 2px rgba(15, 29, 58, .05), 0 6px 20px rgba(15, 29, 58, .06);
	--rb-shadow-h: 0 2px 4px rgba(15, 29, 58, .06), 0 14px 34px rgba(15, 29, 58, .12);
	--rb-font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--rb-max: 1240px;
	--rb-gutter: 24px;
	--rb-sec: 80px;
}

/* Base */
body.rb-site {
	font-family: var(--rb-font);
	color: var(--rb-text);
	background: var(--rb-white);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.rb-site :where(h1, h2, h3, h4, h5, h6),
body.rb-site .entry-title,
body.rb-site .woocommerce-loop-product__title,
body.rb-site .product_title {
	font-family: var(--rb-font);
	color: var(--rb-ink);
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1.2;
}
:where(body.rb-site) a { color: var(--rb-blue); }
:where(body.rb-site) a:hover { color: var(--rb-blue-d); }
body.rb-site :where(input, select, textarea, button) { font-family: var(--rb-font); }
.rb-wrap {
	width: 100%;
	max-width: calc(var(--rb-max) + var(--rb-gutter) * 2);
	margin: 0 auto;
	padding: 0 var(--rb-gutter);
}
.rb-icon { width: 20px; height: 20px; flex: none; }
.rb-center { text-align: center; margin-top: 36px; }

/* Buttons */
.rb-btn,
body.rb-site .button,
body.rb-site button.button,
body.rb-site input[type="submit"],
body.rb-site .wpcf7-submit,
body.rb-site .wc-block-components-button:not(.is-link) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--rb-blue);
	color: #fff;
	border: 1px solid var(--rb-blue);
	border-radius: var(--rb-radius-sm);
	padding: 12px 24px;
	font-family: var(--rb-font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background .2s, border-color .2s, color .2s, transform .2s;
}
.rb-btn:hover,
body.rb-site .button:hover,
body.rb-site input[type="submit"]:hover,
body.rb-site .wpcf7-submit:hover {
	background: var(--rb-blue-d);
	border-color: var(--rb-blue-d);
	color: #fff;
}
.rb-btn .rb-icon { width: 18px; height: 18px; transition: transform .2s; }
.rb-btn:hover .rb-icon { transform: translateX(3px); }
.rb-btn--lg { padding: 15px 30px; font-size: 16px; }
.rb-btn--block { display: flex; width: 100%; }
.rb-btn--outline { background: transparent; color: var(--rb-blue); }
.rb-btn--outline:hover { background: var(--rb-blue); color: #fff; }
.rb-btn:focus-visible,
body.rb-site a:focus-visible,
body.rb-site button:focus-visible,
body.rb-site summary:focus-visible { outline: 2px solid var(--rb-blue); outline-offset: 2px; }

.rb-eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--rb-blue);
}
.rb-eyebrow--light { color: #d7e2f5; }

/* Announcement bar */
.rb-topbar {
	background: var(--rb-navy);
	color: #dfe7f4;
	font-size: 13px;
	font-weight: 500;
}
.rb-topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 40px; gap: 16px; }
.rb-topbar__perks { display: flex; align-items: center; list-style: none; margin: 0 auto; padding: 0; }
.rb-topbar__perks li { display: flex; align-items: center; gap: 8px; padding: 0 16px; }
.rb-topbar__perks li + li { border-left: 1px solid rgba(255, 255, 255, .22); }
.rb-topbar__perks .rb-icon { width: 17px; height: 17px; }
.rb-topbar__links { display: flex; align-items: center; gap: 22px; }
.rb-topbar__links a { color: #fff; text-decoration: none; display: flex; align-items: center; gap: 7px; }
.rb-topbar__links a:hover { color: #bcd0f2; }
.rb-topbar__links .rb-icon { width: 17px; height: 17px; }
.rb-topbar__cart { position: relative; }
.rb-cart-count {
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 9px;
	background: var(--rb-blue);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}

/* Header */
.rb-header {
	position: sticky;
	top: 0;
	z-index: 90;
	background: #fff;
	border-bottom: 1px solid var(--rb-line);
}
.admin-bar .rb-header { top: 32px; }
.rb-header__inner { display: flex; align-items: center; gap: 32px; min-height: 84px; }
.rb-logo { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
.rb-logo__img { display: block; width: 205px; height: auto; }
.rb-logo__text { font-size: 28px; font-weight: 800; color: var(--rb-ink); }
.rb-nav { flex: 1; }
.rb-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.rb-menu > li { position: relative; }
.rb-menu a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 14px;
	color: var(--rb-ink);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	border-radius: var(--rb-radius-sm);
}
.rb-menu a:hover,
.rb-menu .current-menu-item > a,
.rb-menu .current-menu-ancestor > a { color: var(--rb-blue); }
.rb-menu .menu-item-has-children > a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1.8px solid currentColor;
	border-bottom: 1.8px solid currentColor;
	transform: rotate(45deg) translateY(-3px);
}
.rb-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 230px;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: #fff;
	border: 1px solid var(--rb-line);
	border-radius: var(--rb-radius);
	box-shadow: var(--rb-shadow-h);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s, transform .18s, visibility .18s;
}
.rb-menu li:hover > .sub-menu,
.rb-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.rb-menu .sub-menu a { padding: 9px 12px; font-weight: 500; }
.rb-menu .sub-menu a:hover { background: var(--rb-soft); }
.rb-sub-toggle { display: none; }
.rb-nav__search,
.rb-nav__contact { display: none; }

.rb-search { display: flex; width: 100%; }
.rb-search input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 44px;
	padding: 0 16px;
	border: 1px solid var(--rb-line);
	border-right: 0;
	border-radius: var(--rb-radius-sm) 0 0 var(--rb-radius-sm);
	background: #fff;
	color: var(--rb-ink);
	font-size: 14px;
}
.rb-search input[type="search"]:focus { outline: none; border-color: var(--rb-blue); }
.rb-search button {
	width: 48px;
	height: 44px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 0 var(--rb-radius-sm) var(--rb-radius-sm) 0;
	background: var(--rb-navy);
	color: #fff;
	cursor: pointer;
}
.rb-search button:hover { background: var(--rb-blue); }
.rb-header__search { width: 300px; flex: none; }
.rb-header__toggle,
.rb-header__cart { display: none; }

/* Content area resets for Astra */
.rb-site .site-content > .ast-container { max-width: calc(var(--rb-max) + var(--rb-gutter) * 2); padding-left: var(--rb-gutter); padding-right: var(--rb-gutter); }
.rb-site.home .site-content > .ast-container { max-width: none; padding: 0; display: block; }
.rb-site.home .site-content { padding: 0; }
.rb-site .rb-home { width: 100%; }

/* Hero slider */
.rb-hero { position: relative; background: var(--rb-navy); color: #fff; overflow: hidden; }
.rb-hero__track { display: grid; }
.rb-hero__slide {
	grid-area: 1 / 1;
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(460px, 44vw, 600px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .8s ease, visibility .8s;
}
.rb-hero__slide.is-active { opacity: 1; visibility: visible; }
.rb-hero__media { position: absolute; inset: 0; }
.rb-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.rb-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 18, 38, .92) 0%, rgba(8, 18, 38, .78) 32%, rgba(8, 18, 38, .2) 62%, rgba(8, 18, 38, 0) 80%);
}
.rb-hero__inner { position: relative; z-index: 1; padding-top: 64px; padding-bottom: 120px; }
.rb-hero__copy { max-width: 520px; }
.rb-hero__title { max-width: 11ch; margin: 0 0 18px; color: #fff !important; font-size: clamp(38px, 5vw, 60px); font-weight: 800; line-height: 1.08; letter-spacing: -.02em; }
.rb-hero__text { margin: 0 0 30px; color: #dbe3f0; font-size: 17px; line-height: 1.7; }
.rb-hero__foot {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.rb-hero__badges { display: flex; flex-wrap: wrap; gap: 28px; list-style: none; margin: 0; padding: 0; font-size: 13px; font-weight: 600; color: #e6ecf6; }
.rb-hero__badges li { display: flex; align-items: center; gap: 9px; }
.rb-hero__controls { display: flex; align-items: center; gap: 12px; }
.rb-hero__arrow {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	background: rgba(8, 18, 38, .35);
	color: #fff;
	cursor: pointer;
	transition: background .2s;
}
.rb-hero__arrow:hover { background: var(--rb-blue); border-color: var(--rb-blue); }
.rb-hero__dots { display: flex; gap: 8px; }
.rb-hero__dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 5px; background: rgba(255, 255, 255, .45); cursor: pointer; transition: width .3s, background .3s; }
.rb-hero__dot.is-active { width: 28px; background: #fff; }

/* Sections */
.rb-section { padding: var(--rb-sec) 0; }
.rb-section--soft { background: var(--rb-soft); }
.rb-section--tight { padding-top: 0; }
.rb-head { max-width: 780px; margin: 0 auto 44px; text-align: center; }
.rb-head h2 { margin: 0 0 12px; font-size: clamp(28px, 3vw, 36px); }
.rb-head p:last-child { margin: 0; color: var(--rb-muted); }

/* Collections */
.rb-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rb-cat {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--rb-line);
	border-radius: var(--rb-radius);
	overflow: hidden;
	text-decoration: none;
	box-shadow: var(--rb-shadow);
	transition: transform .25s, box-shadow .25s;
}
.rb-cat:hover { transform: translateY(-4px); box-shadow: var(--rb-shadow-h); }
.rb-cat__media { display: block; aspect-ratio: 4 / 3; background: var(--rb-soft-2); overflow: hidden; }
.rb-cat__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.rb-cat:hover .rb-cat__media img { transform: scale(1.04); }
.rb-cat__body { display: flex; flex-direction: column; gap: 6px; padding: 20px 22px 22px; }
.rb-cat__name { color: var(--rb-ink); font-size: 19px; font-weight: 700; }
.rb-cat__desc { color: var(--rb-muted); font-size: 14px; line-height: 1.55; }
.rb-cat__cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; color: var(--rb-blue); font-size: 14px; font-weight: 700; }
.rb-cat__cta .rb-icon { width: 16px; height: 16px; transition: transform .2s; }
.rb-cat:hover .rb-cat__cta .rb-icon { transform: translateX(3px); }

/* Product cards */
.rb-products { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.rb-product {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--rb-line);
	border-radius: var(--rb-radius);
	overflow: hidden;
	box-shadow: var(--rb-shadow);
	transition: box-shadow .25s, transform .25s;
}
.rb-product:hover { box-shadow: var(--rb-shadow-h); transform: translateY(-3px); }
.rb-product__media { position: relative; display: block; aspect-ratio: 1; background: var(--rb-soft); }
.rb-product__media img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.rb-badge { position: absolute; top: 10px; left: 10px; padding: 3px 9px; border-radius: 4px; background: #f3b31b; color: #1b1b1b; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.rb-product__body { display: flex; flex-direction: column; flex: 1; gap: 8px; padding: 16px; }
.rb-product__title { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.4; }
.rb-product__title a { color: var(--rb-ink); text-decoration: none; }
.rb-product__title a:hover { color: var(--rb-blue); }
.rb-product__rating { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--rb-muted); }
.rb-product__price { margin-top: auto; color: var(--rb-ink); font-size: 18px; font-weight: 800; }
.rb-product__price del { color: var(--rb-muted); font-size: 14px; font-weight: 500; }
.rb-product__price ins { text-decoration: none; }
.rb-product .rb-btn { padding: 10px 16px; font-size: 14px; }
.rb-product .added_to_cart { display: block; margin-top: 6px; text-align: center; font-size: 13px; font-weight: 600; }

/* Split */
.rb-split { display: grid; grid-template-columns: 1fr 1fr; background: var(--rb-soft-2); }
.rb-split__media { min-height: 460px; }
.rb-split__media img { width: 100%; height: 100%; object-fit: cover; }
.rb-split__copy { align-self: center; max-width: 560px; padding: 64px 56px; }
.rb-split__copy h2,
.rb-about__copy h2,
.rb-faqs__intro h2 { margin: 0 0 16px; font-size: clamp(28px, 3vw, 36px); }
.rb-checks { list-style: none; margin: 22px 0 30px; padding: 0; }
.rb-checks li { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: var(--rb-ink); font-weight: 600; }
.rb-checks .rb-icon { color: var(--rb-blue); }

/* Why */
.rb-why { display: grid; grid-template-columns: repeat(4, 1fr); }
.rb-why__item { padding: 8px 28px; text-align: center; }
.rb-why__item + .rb-why__item { border-left: 1px solid var(--rb-line); }
.rb-why__item .rb-icon { width: 40px; height: 40px; margin-bottom: 16px; color: var(--rb-blue); stroke-width: 1.5; }
.rb-why__item h3 { margin: 0 0 8px; font-size: 17px; }
.rb-why__item p { margin: 0; color: var(--rb-muted); font-size: 14px; }

/* About */
.rb-about { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 56px; padding: 0; background: var(--rb-soft-2); border-radius: 14px; overflow: hidden; }
.rb-about__media { height: 100%; min-height: 360px; }
.rb-about__img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.rb-about__copy { padding: 48px 56px 48px 0; }
.rb-about__copy p { margin: 0 0 28px; }

/* Info strip */
.rb-info { background: var(--rb-navy-2); color: #cfd9ea; }
.rb-info__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-top: 44px; padding-bottom: 44px; }
.rb-info__item { display: flex; gap: 16px; }
.rb-info__item > .rb-icon { width: 34px; height: 34px; color: #fff; stroke-width: 1.5; }
.rb-info__item h3 { margin: 2px 0 6px; color: #fff !important; font-size: 16px; }
.rb-info__item p { margin: 0 0 4px; font-size: 14px; line-height: 1.55; }
.rb-info__item a { color: #9dc0ff; font-size: 14px; font-weight: 600; text-decoration: none; }
.rb-info__item a:hover { color: #fff; }
.rb-info__note { font-size: 12px; color: #9fb0cc; }

/* FAQ */
.rb-faqs { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.rb-faqs__intro p { margin: 0 0 26px; color: var(--rb-muted); }
.rb-faq {
	background: #fff;
	border: 1px solid var(--rb-line);
	border-radius: var(--rb-radius-sm);
	margin-bottom: 12px;
}
.rb-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	color: var(--rb-ink);
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}
.rb-faq summary::-webkit-details-marker { display: none; }
.rb-faq summary::after {
	content: "";
	flex: none;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--rb-muted);
	border-bottom: 2px solid var(--rb-muted);
	transform: rotate(45deg);
	transition: transform .2s;
}
.rb-faq[open] summary::after { transform: rotate(-135deg); }
.rb-faq > p { margin: 0; padding: 0 20px 18px; color: var(--rb-text); }

/* Footer */
.rb-footer { background: var(--rb-navy); color: #b8c4d9; font-size: 14px; }
.rb-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 48px; padding-top: 64px; padding-bottom: 48px; }
.rb-footer__brand .rb-logo__img { width: 200px; }
.rb-footer__brand p { max-width: 320px; margin: 18px 0 0; line-height: 1.7; }
.rb-footer__title { margin: 4px 0 16px; color: #fff !important; font-size: 15px !important; font-weight: 700; }
.rb-footer__links,
.rb-footer__contact { list-style: none; margin: 0; padding: 0; }
.rb-footer__links li { margin-bottom: 9px; }
.rb-footer a { color: #b8c4d9; text-decoration: none; }
.rb-footer a:hover { color: #fff; }
.rb-footer__contact li { display: flex; gap: 10px; margin-bottom: 12px; line-height: 1.55; }
.rb-footer__contact .rb-icon { width: 18px; height: 18px; margin-top: 2px; color: #fff; }
.rb-footer__note { margin: 6px 0 0; font-size: 12px; color: #8595b1; }
.rb-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); }
.rb-footer__bottom-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding-top: 20px; padding-bottom: 20px; font-size: 13px; }
.rb-footer__bottom p { margin: 0; }
.rb-footer__bottom .rb-footer__links { display: flex; flex-wrap: wrap; gap: 22px; }
.rb-footer__bottom .rb-footer__links li { margin: 0; }

/* Inner pages */
.rb-site:not(.home) .site-content { padding: 48px 0 72px; background: #fff; }
.rb-site .entry-header .entry-title { font-size: clamp(30px, 3.4vw, 42px); font-weight: 800; }
.rb-site.page:not(.woocommerce-page) .entry-content { max-width: 820px; }
.rb-site .entry-content h2 { margin: 36px 0 12px; font-size: 22px; }
.rb-site .entry-content h3 { font-size: 18px; }
.rb-site .entry-content :where(ul, ol) { margin: 0 0 20px 1.3em; }
.rb-updated { color: var(--rb-muted); font-size: 14px; }
.rb-lead { font-size: 18px; color: var(--rb-ink); }
.rb-note { font-size: 13px; color: var(--rb-muted); }
.entry-content .rb-checks { margin-left: 0; }
.entry-content .rb-checks li::before { content: "\2713"; color: var(--rb-blue); font-weight: 800; }
.rb-contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 28px 0 12px; }
.rb-contact-card { padding: 22px; background: var(--rb-soft); border: 1px solid var(--rb-line); border-radius: var(--rb-radius); }
.rb-contact-card h3 { margin: 0 0 8px; font-size: 16px; }
.rb-contact-card p { margin: 0 0 6px; font-size: 15px; }
.rb-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.rb-site .wpcf7 label { display: block; color: var(--rb-ink); font-weight: 600; font-size: 14px; }
.rb-site :where(.wpcf7, .woocommerce) :where(input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], select, textarea) {
	width: 100%;
	margin-top: 6px;
	padding: 11px 14px;
	border: 1px solid var(--rb-line);
	border-radius: var(--rb-radius-sm);
	background: #fff;
	color: var(--rb-ink);
	font-size: 15px;
}
.rb-site :where(.wpcf7, .woocommerce) :where(input, select, textarea):focus { outline: none; border-color: var(--rb-blue); box-shadow: 0 0 0 3px rgba(26, 95, 208, .12); }
.entry-content .rb-faq summary { font-size: 16px; }

/* WooCommerce: shop grid */
.rb-site.woocommerce ul.products li.product,
.rb-site .woocommerce ul.products li.product {
	display: flex;
	flex-direction: column;
	padding: 0 0 16px;
	background: #fff;
	border: 1px solid var(--rb-line);
	border-radius: var(--rb-radius);
	overflow: hidden;
	box-shadow: var(--rb-shadow);
	text-align: left;
	transition: box-shadow .25s, transform .25s;
}
.rb-site ul.products li.product:hover { box-shadow: var(--rb-shadow-h); transform: translateY(-3px); }
.rb-site ul.products li.product .woocommerce-loop-product__link { display: block; }
.rb-site ul.products li.product img { aspect-ratio: 1; object-fit: contain; background: var(--rb-soft); padding: 14px; margin: 0 0 14px; }
.rb-site ul.products li.product .woocommerce-loop-product__title { padding: 0 16px; font-size: 15px !important; font-weight: 600; }
.rb-site ul.products li.product .price { padding: 0 16px; color: var(--rb-ink) !important; font-size: 17px; font-weight: 800; }
.rb-site ul.products li.product .button { margin: auto 16px 0; }
.rb-site ul.products li.product .ast-woo-product-category { padding: 0 16px; font-size: 12px; color: var(--rb-muted); }
.rb-site .woocommerce-products-header__title { font-size: clamp(30px, 3.4vw, 42px); font-weight: 800; }
.rb-site .term-description { max-width: 720px; color: var(--rb-muted); }

/* WooCommerce: single product */
.rb-site.single-product .product_title { font-size: clamp(26px, 3vw, 34px); font-weight: 800; }
.rb-site.single-product .summary .price { color: var(--rb-ink) !important; font-size: 26px; font-weight: 800; }
.rb-site.single-product .woocommerce-product-gallery { background: var(--rb-soft); border-radius: var(--rb-radius); overflow: hidden; }
.rb-site.single-product .quantity .qty { height: 48px; border: 1px solid var(--rb-line); border-radius: var(--rb-radius-sm); }
.rb-site.single-product .single_add_to_cart_button { height: 48px; padding: 0 32px; }
.rb-trust { list-style: none; margin: 22px 0 10px; padding: 16px 18px; background: var(--rb-soft); border: 1px solid var(--rb-line); border-radius: var(--rb-radius); }
.rb-trust li { display: flex; align-items: center; gap: 10px; margin: 6px 0; font-size: 14px; }
.rb-trust .rb-icon { color: var(--rb-blue); }
.rb-trust strong { color: var(--rb-ink); }
.rb-trust__note { font-size: 12px; color: var(--rb-muted); }
.rb-site .woocommerce-tabs .tabs li a { font-weight: 700; }
.rb-site .woocommerce-tabs table.shop_attributes th { color: var(--rb-ink); }

/* WooCommerce notices */
.rb-site .woocommerce-message,
.rb-site .woocommerce-info { border-top-color: var(--rb-blue); }

/* Responsive */
@media (max-width: 1180px) {
	.rb-header__inner { gap: 20px; }
	.rb-header__search { width: 220px; }
	.rb-menu a { padding: 10px 10px; font-size: 14px; }
	.rb-products { grid-template-columns: repeat(4, 1fr); }
	.rb-products .rb-product:nth-child(5) { display: none; }
}

@media (max-width: 1024px) {
	:root { --rb-sec: 64px; }
	.rb-topbar__perks li:nth-child(n+2) { display: none; }
	.rb-topbar__perks { margin: 0; }
	.rb-topbar__perks li { padding-left: 0; }
	.rb-header__inner { min-height: 68px; gap: 12px; }
	.rb-header__toggle,
	.rb-header__cart {
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		background: none;
		color: var(--rb-ink);
		cursor: pointer;
		position: relative;
	}
	.rb-header__toggle .rb-icon,
	.rb-header__cart .rb-icon { width: 24px; height: 24px; }
	.rb-header__toggle .rb-i-close { display: none; }
	.rb-header__toggle[aria-expanded="true"] .rb-i-open { display: none; }
	.rb-header__toggle[aria-expanded="true"] .rb-i-close { display: block; }
	.rb-header__cart .rb-cart-count { position: absolute; top: 2px; right: 0; }
	.rb-logo { margin-right: auto; }
	.rb-logo__img { width: 170px; }
	.rb-header__search { display: none; }
	.rb-topbar__cart { display: none !important; }
	.rb-nav {
		position: fixed;
		left: 0;
		right: 0;
		top: var(--rb-nav-top, 108px);
		bottom: 0;
		z-index: 95;
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 16px var(--rb-gutter) 32px;
		background: #fff;
		border-top: 1px solid var(--rb-line);
		overflow-y: auto;
		transform: translateX(-100%);
		visibility: hidden;
		transition: transform .3s ease, visibility .3s;
	}
	.rb-nav.is-open { transform: none; visibility: visible; }
	.rb-menu { flex-direction: column; align-items: stretch; gap: 0; }
	.rb-menu > li { border-bottom: 1px solid var(--rb-line); }
	.rb-menu a { padding: 14px 4px; font-size: 16px; }
	.rb-menu .menu-item-has-children > a::after { display: none; }
	.rb-menu .menu-item-has-children { display: flex; flex-wrap: wrap; align-items: center; }
	.rb-menu .menu-item-has-children > a { flex: 1; }
	.rb-sub-toggle {
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		background: none;
		color: var(--rb-ink);
		cursor: pointer;
	}
	.rb-sub-toggle .rb-icon { transition: transform .2s; }
	.rb-sub-toggle[aria-expanded="true"] .rb-icon { transform: rotate(180deg); }
	.rb-menu .sub-menu {
		position: static;
		flex-basis: 100%;
		display: none;
		min-width: 0;
		padding: 0 0 10px 12px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.rb-menu .sub-menu.is-open { display: block; }
	.rb-menu .sub-menu a { padding: 10px 4px; font-size: 15px; }
	.rb-nav__search,
	.rb-nav__contact { display: block; }
	.rb-nav__contact a { display: inline-flex; align-items: center; gap: 8px; color: var(--rb-ink); font-weight: 600; text-decoration: none; }
	body.rb-nav-open { overflow: hidden; }

	.rb-products { grid-template-columns: repeat(3, 1fr); }
	.rb-products .rb-product:nth-child(n+4) { display: none; }
	.rb-why { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
	.rb-why__item:nth-child(3) { border-left: 0; }
	.rb-info__grid { grid-template-columns: repeat(2, 1fr); }
	.rb-footer__grid { grid-template-columns: 1fr 1fr; }
	.rb-faqs { grid-template-columns: 1fr; gap: 32px; }
	.rb-about { grid-template-columns: 1fr; gap: 0; }
	.rb-about__copy { padding: 36px; }
	.rb-about__media { min-height: 300px; }
	.rb-split { grid-template-columns: 1fr; }
	.rb-split__media { min-height: 320px; }
	.rb-split__copy { max-width: none; padding: 48px var(--rb-gutter); }
}

@media (max-width: 782px) {
	.admin-bar .rb-header { top: 0; }
}

@media (max-width: 700px) {
	:root { --rb-gutter: 16px; --rb-sec: 52px; }
	.rb-topbar__inner { justify-content: center; }
	.rb-topbar__links { display: none; }
	.rb-topbar__perks { margin: 0 auto; }
	.rb-logo__img { width: 150px; }
	.rb-hero__slide { min-height: 0; align-items: flex-end; }
	.rb-hero__media { position: relative; inset: auto; height: 250px; }
	.rb-hero__slide { flex-direction: column; align-items: stretch; }
	.rb-hero__media img { object-position: 78% center; }
	.rb-hero__media::after { background: linear-gradient(180deg, rgba(11, 27, 54, 0) 55%, var(--rb-navy) 100%); }
	.rb-hero__inner { padding-top: 8px; padding-bottom: 28px; }
	.rb-hero__text { font-size: 15px; margin-bottom: 22px; }
	.rb-hero__foot { position: static; flex-direction: column; align-items: flex-start; padding-bottom: 28px; }
	.rb-hero__badges { gap: 12px 20px; }
	.rb-hero__controls { order: -1; }
	.rb-head { margin-bottom: 30px; }
	.rb-cats { grid-template-columns: 1fr; gap: 16px; }
	.rb-cat { flex-direction: row; }
	.rb-cat__media { flex: 0 0 38%; aspect-ratio: auto; }
	.rb-cat__body { padding: 16px; }
	.rb-cat__name { font-size: 17px; }
	.rb-cat__desc { display: none; }
	.rb-products { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.rb-products .rb-product:nth-child(n+4) { display: flex; }
	.rb-products .rb-product:nth-child(n+5) { display: none; }
	.rb-product__body { padding: 12px; }
	.rb-product__title { font-size: 14px; }
	.rb-why { grid-template-columns: 1fr 1fr; }
	.rb-why__item { padding: 4px 10px; }
	.rb-why__item .rb-icon { width: 34px; height: 34px; margin-bottom: 10px; }
	.rb-why__item h3 { font-size: 15px; }
	.rb-why__item p { font-size: 13px; }
	.rb-about { border-radius: 10px; }
	.rb-about__copy { padding: 28px 20px; }
	.rb-about__media { min-height: 220px; }
	.rb-info__grid { grid-template-columns: 1fr; gap: 24px; padding-top: 36px; padding-bottom: 36px; }
	.rb-footer__grid { grid-template-columns: 1fr; gap: 32px; padding-top: 48px; }
	.rb-footer__bottom-inner { flex-direction: column; align-items: flex-start; }
	.rb-contact-cards,
	.rb-form-grid { grid-template-columns: 1fr; }
	.rb-site:not(.home) .site-content { padding: 32px 0 56px; }
}

@media (prefers-reduced-motion: reduce) {
	.rb-site *,
	.rb-site *::before,
	.rb-site *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
