/*!
Theme Name: Rifle Ridge Armory
Theme URI: http://underscores.me/
Author: Rifle Ridge Armory
Author URI: http://underscores.me/
Description: Custom theme for rifleridgearmory.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rifleridge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/*--------------------------------------------------------------
# Self-hosted fonts (Big Shoulders Display + Inter)
# Generated from Google Fonts CSS API (latin/latin-ext/vietnamese subsets)
--------------------------------------------------------------*/
/* vietnamese */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1cw9DuHpM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1cwtDuHpM.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;
}
/* latin */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1czNDu.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;
}
/* vietnamese */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1cw9DuHpM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1cwtDuHpM.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;
}
/* latin */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1czNDu.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;
}
/* vietnamese */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1cw9DuHpM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1cwtDuHpM.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;
}
/* latin */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1czNDu.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;
}
/* vietnamese */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1cw9DuHpM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1cwtDuHpM.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;
}
/* latin */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(assets/fonts/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1czNDu.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.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;
}

/*--------------------------------------------------------------
# Rifle Ridge Armory — Theme overrides
--------------------------------------------------------------*/

:root {
	/* Brand palette */
	--rra-bg:           #0E0B08;
	--rra-bg-alt:       #161210;
	--rra-card:         #1A1410;
	--rra-wood:         #5C3E22;
	--rra-orange:       #C77A2E;
	--rra-orange-hi:    #E08F3A;
	--rra-olive:        #4A5A2E;
	--rra-olive-dk:     #3D4A2A;
	--rra-cream:        #E8DEC4;
	--rra-cream-dim:    #B5A98A;
	--rra-border:       #2A1E14;
	--rra-input-border: rgba(232, 222, 196, 0.32);

	/* Type */
	--rra-font-heading: "Big Shoulders Display", Impact, "Arial Narrow Bold", sans-serif;
	--rra-font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

	/* Layout */
	--rra-container:    1440px;
	--rra-header-h:     96px;
}

/* Base
--------------------------------------------- */
body {
	background: var(--rra-bg);
	color: var(--rra-cream);
	font-family: var(--rra-font-body);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.entry-title {
	font-family: var(--rra-font-heading);
	letter-spacing: 0.02em;
	color: var(--rra-cream);
}

a { color: var(--rra-orange); }
a:hover, a:focus { color: var(--rra-orange-hi); }

/* Site-wide container width
--------------------------------------------- */
.site-main,
.site-content,
.rra-container {
	max-width: var(--rra-container);
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	box-sizing: border-box;
}
.site-main { padding-top: 2rem; padding-bottom: 2rem; }

/* Site header
--------------------------------------------- */
.site-header {
	background: var(--rra-bg);
	border-bottom: 2px solid var(--rra-orange);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
	position: relative;
	z-index: 100;
	overflow: visible;
}

/* Topbar */
.topbar {
	background: linear-gradient(180deg, #060403 0%, #0B0806 100%);
	border-bottom: 1px solid var(--rra-border);
	color: var(--rra-cream-dim);
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
}
.topbar-inner {
	max-width: var(--rra-container);
	margin: 0 auto;
	padding: 0.55rem 1.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 1.5rem;
}
.topbar-item,
a.topbar-item,
a.topbar-item:link,
a.topbar-item:visited {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--rra-cream-dim);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}
a.topbar-item:hover,
a.topbar-item:focus { color: var(--rra-orange); }
.topbar-item span[aria-hidden],
.topbar-item .topbar-account-icon {
	color: var(--rra-orange);
	font-size: 0.95rem;
	line-height: 1;
	font-variant-emoji: text;
}
.topbar-item .topbar-account-icon svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
	display: block;
}
.topbar-phone { font-weight: 600; letter-spacing: 0.06em; }

/* Header main row */
.header-main {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0) 100%),
		var(--rra-bg);
	overflow: visible;
}
.header-inner {
	max-width: var(--rra-container);
	margin: 0 auto;
	padding: 0.75rem 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	overflow: visible;
}

/* Branding / logo (oversized — overhangs above topbar and below the header) */
.site-branding {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
	position: relative;
	z-index: 20;
}
.site-branding .custom-logo-link {
	display: block;
	line-height: 0;
}
.site-branding .custom-logo,
.site-branding .custom-logo-link img,
.site-branding img {
	display: block !important;
	width: auto !important;
	height: 100px !important;
	max-width: none !important;
	max-height: 100px !important;
	min-width: 0;
	margin: 0;
	object-fit: contain;
	transition: transform 0.2s ease;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.55));
}
.site-branding .custom-logo-link:hover .custom-logo { transform: scale(1.03); }
.site-branding-text { display: none; }

/* Primary navigation */
.main-navigation {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	width: auto;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
.main-navigation li { position: relative; }
.main-navigation a {
	display: block;
	padding: 0.85rem 1.05rem;
	color: var(--rra-cream);
	text-decoration: none;
	font-family: var(--rra-font-heading);
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a {
	color: var(--rra-orange-hi);
	border-bottom-color: var(--rra-orange);
}

/* Submenus */
.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background: var(--rra-bg-alt);
	border: 1px solid var(--rra-border);
	border-top: 2px solid var(--rra-orange);
	padding: 0.25rem 0;
	display: none;
	flex-direction: column;
	gap: 0;
	z-index: 50;
	box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation .focus > ul { display: flex; }
.main-navigation ul ul a {
	padding: 0.65rem 1rem;
	font-size: 0.95rem;
	border-bottom: 1px solid transparent;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	background: rgba(199, 122, 46, 0.08);
	border-bottom-color: transparent;
}

/* Mobile menu toggle */
.menu-toggle {
	display: none;
	background: transparent;
	border: 1px solid var(--rra-border);
	color: var(--rra-cream);
	padding: 0.6rem 0.7rem;
	cursor: pointer;
	border-radius: 2px;
	line-height: 0;
}
.menu-toggle:hover,
.menu-toggle:focus { border-color: var(--rra-orange); color: var(--rra-orange); }
.menu-toggle-bars,
.menu-toggle-bars::before,
.menu-toggle-bars::after {
	display: block;
	width: 26px;
	height: 2px;
	background: currentColor;
	position: relative;
	transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
}
.menu-toggle-bars::before,
.menu-toggle-bars::after {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
}
.menu-toggle-bars::after { top: 8px; }
.menu-toggle[aria-expanded="true"] .menu-toggle-bars { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle-bars::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-bars::after  { top: 0; transform: rotate(-45deg); }

/* Mobile layout */
@media (max-width: 900px) {
	.menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
	.main-navigation > ul { display: none; }
	.main-navigation.toggled > ul {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--rra-bg-alt);
		border-top: 1px solid var(--rra-border);
		border-bottom: 2px solid var(--rra-orange);
		padding: 0.5rem 0;
		gap: 0;
	}
	.main-navigation.toggled a {
		padding: 0.95rem 1.5rem;
		border-bottom: 1px solid var(--rra-border);
	}
	.main-navigation.toggled li:last-child > a { border-bottom: none; }
	.main-navigation.toggled ul ul {
		position: static;
		border: none;
		padding-left: 1rem;
	}
	.site-branding .custom-logo,
	.site-branding .custom-logo-link img,
	.site-branding img {
		width: auto !important;
		height: 64px !important;
		max-width: 60vw !important;
		max-height: 64px !important;
		min-width: 0;
		margin: 0;
	}
	.topbar-inner { justify-content: center; gap: 1rem; padding: 0.4rem 1rem; }
	.topbar-hours { display: none; }
}

@media (max-width: 480px) {
	.topbar-note { display: none; }
}

/*--------------------------------------------------------------
# WooCommerce — My Account
--------------------------------------------------------------*/
.woocommerce-main {
	padding: 2.5rem 0 4rem;
}
.rra-container,
.woocommerce-main > .rra-container {
	max-width: var(--rra-container);
	margin: 0 auto;
	padding: 0 1.25rem;
}

/* Hero header above login/register */
.rra-account-hero {
	text-align: center;
	margin: 0 auto 2.25rem;
	max-width: 720px;
}
.rra-account-hero__title {
	font-family: var(--rra-font-heading);
	font-weight: 800;
	font-size: clamp(2.2rem, 4vw, 3rem);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rra-cream);
	margin: 0 0 0.5rem;
}
.rra-account-hero__title::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background: var(--rra-orange);
	margin: 0.6rem auto 0;
}
.rra-account-hero__subtitle {
	color: var(--rra-cream-dim);
	font-size: 1.05rem;
	line-height: 1.55;
	margin: 0;
}

/* Two-column layout: login left, register right */
.rra-account-grid {
	display: grid;
	gap: 1.5rem;
	align-items: stretch;
}
.rra-account-grid--split {
	grid-template-columns: 1fr 1fr;
}
.rra-account-grid--single {
	grid-template-columns: minmax(0, 520px);
	justify-content: center;
}

/* Reset default WooCommerce column widths so our grid controls layout */
.rra-account-grid .u-column1,
.rra-account-grid .u-column2 {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}

/* Account card */
.rra-account-card {
	background: var(--rra-card);
	border: 1px solid var(--rra-border);
	border-top: 3px solid var(--rra-orange);
	padding: 2rem 1.75rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
}
.rra-account-card--register {
	border-top-color: var(--rra-olive);
}
.rra-account-card__header {
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--rra-border);
}
.rra-account-card__title {
	font-family: var(--rra-font-heading);
	font-weight: 800;
	font-size: 1.65rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rra-cream);
	margin: 0 0 0.35rem;
}
.rra-account-card__lede {
	color: var(--rra-cream-dim);
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
}
.rra-account-card__notice {
	color: var(--rra-cream-dim);
	background: rgba(199, 122, 46, 0.08);
	border-left: 3px solid var(--rra-orange);
	padding: 0.65rem 0.85rem;
	margin: 0.25rem 0 1rem;
	font-size: 0.9rem;
}
.rra-account-card__link {
	color: var(--rra-orange);
	font-size: 0.9rem;
	text-decoration: none;
	white-space: nowrap;
}
.rra-account-card__link:hover,
.rra-account-card__link:focus {
	color: var(--rra-orange-hi);
	text-decoration: underline;
}

/* Form styling inside the cards */
.rra-account-card .form-row,
.rra-account-card .woocommerce-form-row {
	display: block;
	margin: 0 0 1rem;
	padding: 0;
}
.rra-account-card label {
	display: block;
	font-family: var(--rra-font-heading);
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rra-cream);
	margin-bottom: 0.4rem;
}
.rra-account-card .required { color: var(--rra-orange); }
.rra-account-card input[type="text"],
.rra-account-card input[type="email"],
.rra-account-card input[type="password"] {
	width: 100%;
	background: var(--rra-bg);
	border: 1px solid var(--rra-border);
	color: var(--rra-cream);
	padding: 0.7rem 0.85rem;
	font-family: var(--rra-font-body);
	font-size: 1rem;
	border-radius: 2px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.rra-account-card input[type="text"]:focus,
.rra-account-card input[type="email"]:focus,
.rra-account-card input[type="password"]:focus {
	outline: none;
	border-color: var(--rra-orange);
	box-shadow: 0 0 0 3px rgba(199, 122, 46, 0.15);
}
.rra-account-card input::placeholder { color: rgba(232, 222, 196, 0.4); }

/* Inline row: remember-me on the left, lost-password on the right */
.rra-account-card .rra-form-row--inline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}
.rra-account-card .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--rra-cream-dim);
	font-family: var(--rra-font-body);
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
	cursor: pointer;
}
.rra-account-card .woocommerce-form__input-checkbox {
	width: 16px;
	height: 16px;
	accent-color: var(--rra-orange);
}

/* Buttons */
.rra-button,
.rra-account-card button[type="submit"],
.woocommerce-account .woocommerce-button.button,
.woocommerce-account button.button {
	display: inline-block;
	background: var(--rra-orange);
	color: #1a0f06;
	border: 0;
	padding: 0.85rem 1.5rem;
	font-family: var(--rra-font-heading);
	font-weight: 800;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
	transition: background-color 0.18s ease, transform 0.05s ease;
	text-decoration: none;
}
.rra-button:hover,
.rra-account-card button[type="submit"]:hover,
.woocommerce-account .woocommerce-button.button:hover,
.woocommerce-account button.button:hover {
	background: var(--rra-orange-hi);
	color: #1a0f06;
}
.rra-button:active,
.rra-account-card button[type="submit"]:active { transform: translateY(1px); }
.rra-account-card .woocommerce-form-login__submit,
.rra-account-card .woocommerce-form-register__submit {
	width: 100%;
}

/* Notices */
.woocommerce-notices-wrapper { margin-bottom: 1.25rem; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: var(--rra-bg-alt);
	border-left: 3px solid var(--rra-orange);
	color: var(--rra-cream);
	padding: 0.85rem 1rem;
	margin: 0 0 1rem;
	list-style: none;
}
.woocommerce-error { border-left-color: #c0392b; }
.woocommerce-message { border-left-color: var(--rra-olive); }
.woocommerce-error li,
.woocommerce-message li,
.woocommerce-info li { list-style: none; margin: 0; }

/* My Account dashboard (logged-in view) */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	background: var(--rra-card);
	border: 1px solid var(--rra-border);
	border-top: 3px solid var(--rra-orange);
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid var(--rra-border);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child { border-bottom: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.85rem 1rem;
	color: var(--rra-cream);
	text-decoration: none;
	font-family: var(--rra-font-heading);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.95rem;
	transition: background-color 0.18s ease, color 0.18s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: rgba(199, 122, 46, 0.1);
	color: var(--rra-orange-hi);
}
.woocommerce-account .woocommerce-MyAccount-content {
	background: var(--rra-card);
	border: 1px solid var(--rra-border);
	padding: 1.75rem;
	color: var(--rra-cream);
}
.woocommerce-account .woocommerce-MyAccount-content a { color: var(--rra-orange); }
.woocommerce-account .woocommerce-MyAccount-content a:hover { color: var(--rra-orange-hi); }

@media (min-width: 769px) {
	.woocommerce-account .woocommerce-MyAccount-navigation { float: left; width: 25%; }
	.woocommerce-account .woocommerce-MyAccount-content    { float: right; width: 72%; }
	.woocommerce-account::after { content: ""; display: table; clear: both; }
}

/* Topbar account link */
.topbar-account { font-weight: 600; }
.topbar-account-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--rra-orange);
	line-height: 0;
}
.topbar-account-icon svg { display: block; }

/* Mobile: stack login/register, tighten cards */
@media (max-width: 768px) {
	.rra-account-grid--split {
		grid-template-columns: 1fr;
	}
	.rra-account-card { padding: 1.5rem 1.25rem; }
	.rra-account-hero { margin-bottom: 1.5rem; }
}

/*--------------------------------------------------------------
# Site footer
--------------------------------------------------------------*/
.site-footer {
	background: linear-gradient(180deg, #0B0806 0%, #060403 100%);
	color: var(--rra-cream-dim);
	margin-top: 4rem;
	border-top: 2px solid var(--rra-orange);
}

/* Footer main grid */
.footer-main {
	padding: 4rem 0 3rem;
}
.footer-inner {
	max-width: var(--rra-container);
	margin: 0 auto;
	padding: 0 1.25rem;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	gap: 3rem;
	box-sizing: border-box;
}

.footer-col h3.footer-heading {
	font-family: var(--rra-font-heading);
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rra-cream);
	margin: 0 0 1.25rem;
	padding-bottom: 0.6rem;
	border-bottom: 2px solid var(--rra-orange);
	display: inline-block;
	min-width: 80%;
}
.footer-col h4.footer-subheading {
	font-family: var(--rra-font-heading);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rra-cream);
	margin: 1.5rem 0 0.75rem;
}

/* Brand column */
.footer-brand .footer-logo-link {
	display: inline-block;
	line-height: 0;
	margin-bottom: 1.25rem;
}
.footer-brand .footer-logo {
	height: 130px;
	width: auto;
	max-width: 100%;
	display: block;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1100px) {
	.footer-brand .footer-logo { height: 110px; }
}
@media (max-width: 640px) {
	.footer-brand .footer-logo { height: 90px; }
}
.footer-brand .footer-tagline {
	font-family: var(--rra-font-heading);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--rra-orange);
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}
.footer-brand .footer-blurb {
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--rra-cream-dim);
	margin: 0 0 1.5rem;
	max-width: 36ch;
}

/* Social icons */
.footer-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0.6rem;
}
.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--rra-bg-alt);
	border: 1px solid var(--rra-border);
	color: var(--rra-cream-dim);
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.footer-social a:hover,
.footer-social a:focus {
	background: var(--rra-orange);
	color: var(--rra-bg);
	border-color: var(--rra-orange);
	transform: translateY(-2px);
}

/* Link columns */
.footer-links ul,
.footer-contact-list,
.footer-hours {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links li {
	margin: 0 0 0.55rem;
}
.footer-links a,
.footer-links a:link,
.footer-links a:visited,
.footer-contact-list a,
.footer-contact-list a:link,
.footer-contact-list a:visited {
	color: var(--rra-cream-dim);
	text-decoration: none;
	font-size: 0.95rem;
	transition: color 0.18s ease, padding-left 0.18s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}
.footer-links a:hover,
.footer-links a:focus,
.footer-contact-list a:hover,
.footer-contact-list a:focus {
	color: var(--rra-orange);
	padding-left: 0.25rem;
}

/* Contact column */
.footer-address {
	font-style: normal;
	color: var(--rra-cream-dim);
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0 0 1rem;
	display: flex;
	flex-direction: column;
}
.footer-contact-list { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-contact-list svg {
	color: var(--rra-orange);
	flex-shrink: 0;
}

.footer-hours li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.4rem 0;
	border-bottom: 1px dashed rgba(199, 122, 46, 0.15);
	font-size: 0.9rem;
	color: var(--rra-cream-dim);
}
.footer-hours li:last-child { border-bottom: none; }
.footer-hours li span:first-child {
	font-family: var(--rra-font-heading);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rra-cream);
}

/* Footer bottom bar */
.footer-bottom {
	background: #060403;
	border-top: 1px solid var(--rra-border);
	padding: 1.5rem 0;
}
.footer-bottom-inner {
	max-width: var(--rra-container);
	margin: 0 auto;
	padding: 0 1.25rem;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1rem 2rem;
	box-sizing: border-box;
}
.footer-copy {
	margin: 0;
	font-size: 0.85rem;
	color: var(--rra-cream-dim);
	letter-spacing: 0.02em;
}
.footer-bottom-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.25rem 1.5rem;
	font-size: 0.85rem;
}
.footer-bottom-links a,
.footer-bottom-links a:link,
.footer-bottom-links a:visited {
	color: var(--rra-cream-dim);
	text-decoration: none;
	transition: color 0.18s ease;
}
.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
	color: var(--rra-orange);
}
.footer-disclaimer {
	grid-column: 1 / -1;
	margin: 0.75rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid var(--rra-border);
	font-size: 0.75rem;
	color: rgba(181, 169, 138, 0.65);
	letter-spacing: 0.03em;
	text-align: center;
}

/* Responsive */
@media (max-width: 1100px) {
	.footer-inner {
		grid-template-columns: 1fr 1fr;
		gap: 2.5rem 2rem;
	}
}
@media (max-width: 640px) {
	.footer-main { padding: 2.5rem 0 2rem; }
	.footer-inner { grid-template-columns: 1fr; gap: 2.25rem; }
	.footer-col h3.footer-heading { min-width: 100%; }
	.footer-bottom-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.footer-bottom-links { justify-content: center; }
	.footer-copy { text-align: center; }
}

/*--------------------------------------------------------------
# WooCommerce — My Account login / register layout
--------------------------------------------------------------*/
.rra-account-grid {
	max-width: var(--rra-container);
	margin: 0 auto;
	padding: 0 1.25rem;
	box-sizing: border-box;
}
.rra-account-grid--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}
/* Reset WC's default float-based two-column behavior so it doesn't fight the grid. */
.rra-account-grid.u-columns.col2-set::before,
.rra-account-grid.u-columns.col2-set::after { content: none; display: none; }
.rra-account-grid .u-column1,
.rra-account-grid .u-column2,
.rra-account-grid .col-1,
.rra-account-grid .col-2 {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

@media (max-width: 768px) {
	.rra-account-grid--split {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}
}

/* Fix: "Lost your password?" rendered as visited-purple link */
.woocommerce-form-login a,
.woocommerce-form-login a:link,
.woocommerce-form-login a:visited,
.woocommerce-LostPassword a,
.woocommerce-LostPassword a:link,
.woocommerce-LostPassword a:visited {
	color: var(--rra-orange);
	text-decoration: none;
}
.woocommerce-form-login a:hover,
.woocommerce-form-login a:focus,
.woocommerce-LostPassword a:hover,
.woocommerce-LostPassword a:focus {
	color: var(--rra-orange-hi);
	text-decoration: underline;
}

/*--------------------------------------------------------------
# WooCommerce — Notices (info / success / error)
--------------------------------------------------------------*/
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	background: var(--rra-card);
	color: var(--rra-cream);
	border-top: 3px solid var(--rra-orange);
	border-left: none;
	padding: 1rem 1.25rem 1rem 3rem;
	margin: 0 0 1.5rem;
	border-radius: 2px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
	list-style: none;
	position: relative;
	font-size: 0.95rem;
	line-height: 1.5;
}
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
	color: var(--rra-orange);
	left: 1.1rem;
	top: 1rem;
	font-size: 1.1rem;
}

/* Info (default state) */
.woocommerce-info { border-top-color: var(--rra-orange); }
.woocommerce-info::before { color: var(--rra-orange); }

/* Success */
.woocommerce-message { border-top-color: var(--rra-olive); }
.woocommerce-message::before { color: var(--rra-olive); }

/* Error */
.woocommerce-error { border-top-color: #c0392b; }
.woocommerce-error::before { color: #c0392b; }
.woocommerce-error li { padding-left: 0; }

/* Inline links inside notices stay on-brand (kill the visited purple too) */
.woocommerce-info a,
.woocommerce-info a:link,
.woocommerce-info a:visited,
.woocommerce-message a,
.woocommerce-message a:link,
.woocommerce-message a:visited,
.woocommerce-error a,
.woocommerce-error a:link,
.woocommerce-error a:visited {
	color: var(--rra-orange);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-error a:hover { color: var(--rra-orange-hi); }

/* Button-styled action links (e.g. "Log in" inside notices) */
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-error .button {
	background: var(--rra-orange);
	color: var(--rra-bg);
	border: none;
	padding: 0.45rem 1rem;
	border-radius: 2px;
	font-family: var(--rra-font-heading);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}
.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
.woocommerce-error .button:hover {
	background: var(--rra-orange-hi);
	color: var(--rra-bg);
}

/*--------------------------------------------------------------
# WooCommerce — global buttons, inputs, tabs
--------------------------------------------------------------*/

/* Buttons (covers .button, .button.alt, single + archive add-to-cart, checkout, place order, etc.) */
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page input.button,
.woocommerce-page input.button.alt,
.woocommerce-cart a.button,
.woocommerce-checkout button.button,
.woocommerce .single_add_to_cart_button,
.woocommerce .add_to_cart_button,
.woocommerce-MyAccount-content a.button,
.wc-block-components-button {
	background: var(--rra-orange) !important;
	color: var(--rra-bg) !important;
	border: none !important;
	padding: 0.85rem 1.5rem;
	font-family: var(--rra-font-heading);
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	cursor: pointer;
	transition: background-color 0.18s ease, transform 0.06s ease, box-shadow 0.18s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	line-height: 1.15;
	display: inline-block;
	text-shadow: none;
}

.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .add_to_cart_button:hover,
.wc-block-components-button:hover {
	background: var(--rra-orange-hi) !important;
	color: var(--rra-bg) !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active { transform: translateY(1px); }

.woocommerce button.button:disabled,
.woocommerce button.button[disabled],
.woocommerce a.button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	box-shadow: none;
}

/* "View cart" link that appears after AJAX add-to-cart */
.woocommerce a.added_to_cart,
.woocommerce a.added_to_cart:link,
.woocommerce a.added_to_cart:visited {
	color: var(--rra-orange);
	text-decoration: underline;
	margin-left: 0.5rem;
	background: transparent !important;
	padding: 0 !important;
	box-shadow: none !important;
}
.woocommerce a.added_to_cart:hover { color: var(--rra-orange-hi); }

/* Quantity input on single product */
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
	width: 72px;
	padding: 0.78rem 0.5rem;
	background: var(--rra-bg-alt);
	color: var(--rra-cream);
	border: 1px solid var(--rra-input-border);
	border-radius: 2px;
	text-align: center;
	font-family: var(--rra-font-body);
	font-size: 1rem;
	-moz-appearance: textfield;
}
.woocommerce .quantity input.qty:focus {
	outline: none;
	border-color: var(--rra-orange);
}
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Single product price */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--rra-orange);
	font-family: var(--rra-font-heading);
	font-weight: 700;
	font-size: 1.75rem;
	letter-spacing: 0.04em;
}

/* Product tabs (Description / Reviews) */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--rra-border);
	padding: 0 0 0 0.5rem;
	margin: 1.5rem 0 0;
	display: flex;
	gap: 0.25rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after { display: none !important; border: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: 1px solid var(--rra-border) !important;
	border-bottom: none !important;
	border-radius: 2px 2px 0 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
	border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 0.7rem 1.25rem !important;
	color: var(--rra-cream-dim) !important;
	text-decoration: none;
	font-family: var(--rra-font-heading);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.92rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--rra-card) !important;
	border-color: var(--rra-orange) !important;
	margin-bottom: -1px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--rra-orange) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a { color: var(--rra-orange-hi) !important; }

.woocommerce div.product .woocommerce-tabs .panel {
	background: transparent;
	padding: 1.5rem 0 0;
}

/* Review rating stars */
.woocommerce p.stars a,
.woocommerce p.stars a:link,
.woocommerce p.stars a:visited,
.woocommerce-product-rating .star-rating::before,
.woocommerce-product-rating .star-rating span::before {
	color: var(--rra-orange) !important;
}

/* WC form text inputs (review form, checkout, etc.) */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
	background: var(--rra-bg-alt);
	color: var(--rra-cream);
	border: 1px solid var(--rra-input-border);
	padding: 0.7rem 0.85rem;
	border-radius: 2px;
	font-family: var(--rra-font-body);
	box-sizing: border-box;
	width: 100%;
	max-width: 480px;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
#commentform input:focus,
#commentform textarea:focus {
	outline: none;
	border-color: var(--rra-orange);
}

/* Breadcrumbs (Home / Uncategorized / Product) */
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a:link,
.woocommerce-breadcrumb a:visited {
	color: var(--rra-cream-dim);
	font-size: 0.88rem;
	letter-spacing: 0.04em;
}
.woocommerce-breadcrumb a:hover { color: var(--rra-orange); }

/*--------------------------------------------------------------
# WooCommerce — Shop archive product cards (title + price)
--------------------------------------------------------------*/
/* Title under each product */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--rra-font-heading);
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	line-height: 1.15;
	color: var(--rra-cream);
	margin: 0.85rem 0 0.5rem;
	padding: 0;
	text-transform: uppercase;
}

/* Hover the title (or anywhere in the card) → orange */
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product a:focus .woocommerce-loop-product__title {
	color: var(--rra-orange);
}

/* Kill any visited-purple on product card links */
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a:link,
.woocommerce ul.products li.product a:visited {
	color: inherit;
	text-decoration: none;
}

/* Price (was rendering in WC's default green) */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price {
	color: var(--rra-orange) !important;
	font-family: var(--rra-font-heading);
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	margin: 0 0 0.85rem;
	display: block;
}
.woocommerce ul.products li.product .price del {
	color: var(--rra-cream-dim) !important;
	font-size: 0.85em;
	opacity: 0.7;
}

/* Single-product price already themed earlier — make sure WooCommerce green doesn't leak through */
.woocommerce div.product .price .amount,
.woocommerce div.product .price .woocommerce-Price-amount,
.woocommerce div.product .price ins {
	color: var(--rra-orange) !important;
}
.woocommerce div.product .price del .amount {
	color: var(--rra-cream-dim) !important;
	opacity: 0.7;
}

/*--------------------------------------------------------------
# WooCommerce — Single product gallery: cap image height
--------------------------------------------------------------*/
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: block;
	text-align: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img,
.woocommerce div.product div.images img {
	max-height: 560px;
	width: auto !important;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	object-fit: contain;
}
@media (max-width: 768px) {
	.woocommerce div.product div.images .woocommerce-product-gallery__image img,
	.woocommerce div.product div.images img {
		max-height: 70vh;
	}
}

/*--------------------------------------------------------------
# WooCommerce — Single product meta (Category / Tags / SKU links)
--------------------------------------------------------------*/
.woocommerce div.product .product_meta,
.woocommerce-page div.product .product_meta {
	color: var(--rra-cream-dim);
	font-size: 0.95rem;
}
.woocommerce div.product .product_meta a,
.woocommerce div.product .product_meta a:link,
.woocommerce div.product .product_meta a:visited,
.woocommerce-page div.product .product_meta a,
.woocommerce-page div.product .product_meta a:link,
.woocommerce-page div.product .product_meta a:visited {
	color: var(--rra-orange);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
.woocommerce div.product .product_meta a:hover,
.woocommerce-page div.product .product_meta a:hover {
	color: var(--rra-orange-hi);
}

/*--------------------------------------------------------------
# WooCommerce — Cart / Checkout block: product title link + meta
--------------------------------------------------------------*/
/* Product title in the cart/checkout (blocks-based and shortcode) */
.wc-block-cart .wc-block-components-product-name,
.wc-block-cart .wc-block-components-product-name:link,
.wc-block-cart .wc-block-components-product-name:visited,
.wc-block-checkout .wc-block-components-product-name,
.wc-block-checkout .wc-block-components-product-name:link,
.wc-block-checkout .wc-block-components-product-name:visited,
.woocommerce table.shop_table .product-name a,
.woocommerce table.shop_table .product-name a:link,
.woocommerce table.shop_table .product-name a:visited {
	color: var(--rra-cream);
	font-family: var(--rra-font-heading);
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: 0.02em;
	text-decoration: none;
}
.wc-block-cart .wc-block-components-product-name:hover,
.wc-block-checkout .wc-block-components-product-name:hover,
.woocommerce table.shop_table .product-name a:hover {
	color: var(--rra-orange);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

/* Per-line meta (incl. "Seats: #1, #2") */
.wc-block-components-product-details,
.wc-block-components-product-metadata,
.wc-block-components-product-details__item,
.wc-block-components-product-metadata__description,
.woocommerce table.shop_table .variation,
.woocommerce table.shop_table .product-name dl.variation {
	color: var(--rra-cream-dim);
	font-size: 0.95rem;
	line-height: 1.4;
	margin-top: 0.35rem;
}
.wc-block-components-product-details__item .wc-block-components-product-details__name,
.wc-block-components-product-metadata__description strong,
.woocommerce table.shop_table .variation dt {
	color: var(--rra-cream);
	font-weight: 700;
	margin-right: 0.35em;
}
.wc-block-components-product-details__item .wc-block-components-product-details__value,
.woocommerce table.shop_table .variation dd {
	color: var(--rra-cream);
}
