/*!
Theme Name: Saros
Theme URI: http://underscores.me/
Author: Sami Benyahia
Author URI: http://samibenyahia.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saros
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.

Saros 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: inherit;
	text-decoration: none;
}

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

/*--------------------------------------------------------------
# Saros Custom Styles & Brand Guide
--------------------------------------------------------------*/
.rounded-organic {
	border-radius: 2rem;
}

.rounded-organic-lg {
	border-radius: 3.5rem;
}

.bg-obsidian-gradient {
	background: linear-gradient(180deg, #27231F 0%, #1c1917 100%);
}

.moon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	user-select: none;
}

@keyframes moonSlowRotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes moonPulse {

	0%,
	100% {
		opacity: 0.15;
		transform: scale(1);
	}

	50% {
		opacity: 0.35;
		transform: scale(1.04);
	}
}

.moon-rotate {
	animation: moonSlowRotate 220s linear infinite;
	transform-origin: center center;
}

.moon-pulse {
	animation: moonPulse 10s ease-in-out infinite;
}

.moon-container.is-ambient {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

/*--------------------------------------------------------------
# WooCommerce Custom Styling - SAROS Brand Identity
--------------------------------------------------------------*/

/* Global WooCommerce Button System - Bronze #8E7357 */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-Button,
.woocommerce-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order,
.single_add_to_cart_button,
.saros-single-product .button,
.woocommerce-orders-table .button,
.woocommerce-table--order-downloads .button,
.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-address-fields .button,
.woocommerce-ResetPassword .woocommerce-Button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
	background: #8E7357 !important;
	color: #E7DED2 !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 0.75rem !important;
	font-weight: 400 !important;
	letter-spacing: 0.25em !important;
	text-transform: uppercase !important;
	border-radius: 9999px !important;
	padding: 0.95rem 2.25rem !important;
	border: 1px solid transparent !important;
	cursor: pointer !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	box-shadow: 0 1px 3px rgba(39, 35, 31, 0.08) !important;
	line-height: 1.2 !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-Button:hover,
.woocommerce-button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover,
.single_add_to_cart_button:hover,
.saros-single-product .button:hover,
.woocommerce-orders-table .button:hover,
.woocommerce-table--order-downloads .button:hover,
.woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-address-fields .button:hover,
.woocommerce-ResetPassword .woocommerce-Button:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
	background: #B06C43 !important;
	color: #E7DED2 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 14px rgba(142, 115, 87, 0.28) !important;
}

.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce-Button:active,
.single_add_to_cart_button:active {
	transform: translateY(0) scale(0.98) !important;
}

/* Secondary & Ghost Buttons */
.woocommerce a.button.saros-btn-secondary,
.woocommerce button.saros-btn-secondary {
	background: transparent !important;
	border: 1px solid #8E7357 !important;
	color: #8E7357 !important;
}

.woocommerce a.button.saros-btn-secondary:hover,
.woocommerce button.saros-btn-secondary:hover {
	background: #8E7357 !important;
	color: #E7DED2 !important;
}

/* Notices & Alerts */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: rgba(216, 201, 181, 0.28) !important;
	border: 1px solid rgba(200, 188, 168, 0.6) !important;
	border-radius: 1.5rem !important;
	padding: 1.25rem 2rem !important;
	color: #27231F !important;
	font-size: 0.8125rem !important;
	font-family: 'Lato', sans-serif !important;
	letter-spacing: 0.04em !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: wrap !important;
	gap: 1rem !important;
	margin-bottom: 2rem !important;
	box-shadow: none !important;
	list-style: none !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	display: none !important;
}

.woocommerce-message {
	border-color: rgba(142, 115, 87, 0.5) !important;
	background: rgba(142, 115, 87, 0.08) !important;
}

.woocommerce-error {
	border-color: rgba(176, 108, 67, 0.5) !important;
	background: rgba(176, 108, 67, 0.08) !important;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	background: #8E7357 !important;
	color: #E7DED2 !important;
	font-size: 0.6875rem !important;
	letter-spacing: 0.2em !important;
	text-transform: uppercase !important;
	padding: 0.6rem 1.4rem !important;
	border-radius: 9999px !important;
	transition: all 0.3s ease !important;
	border: none !important;
	float: none !important;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
	background: #B06C43 !important;
	color: #E7DED2 !important;
}

.woocommerce img,
.woocommerce-page img {
	height: 100%;
}

a.button.wc-forward {
	margin-left: auto;
}

/* Main Stage Image */
img#saros-main-stage-image {
	height: 100%;
	object-fit: cover;
}

/* Forms & Cart Actions */
.saros-add-to-cart-wrapper form.cart {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 1.25rem !important;
	margin-bottom: 0 !important;
}

/* Custom Quantity Control & Stepper */
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

.quantity input[type="number"] {
	-moz-appearance: textfield !important;
}

.saros-add-to-cart-wrapper .quantity.saros-quantity-wrapper,
.woocommerce .quantity.saros-quantity-wrapper {
	display: inline-flex !important;
	align-items: center !important;
	background: rgba(216, 201, 181, 0.28) !important;
	border: 1px solid rgba(200, 188, 168, 0.6) !important;
	border-radius: 9999px !important;
	padding: 0.35rem 0.5rem !important;
	gap: 0.25rem !important;
	margin-right: 0 !important;
	box-shadow: inset 0 1px 2px rgba(39, 35, 31, 0.04) !important;
}

.saros-quantity-wrapper .saros-qty-control {
	width: 2.25rem !important;
	height: 2.25rem !important;
	border-radius: 9999px !important;
	border: none !important;
	background: transparent !important;
	color: #27231F !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 1.25rem !important;
	line-height: 1 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	padding: 0 !important;
	user-select: none !important;
}

.saros-quantity-wrapper .saros-qty-control:hover {
	background: rgba(216, 201, 181, 0.6) !important;
	color: #8E7357 !important;
	transform: scale(1.08) !important;
}

.saros-quantity-wrapper .saros-qty-control:active {
	transform: scale(0.95) !important;
}

.saros-quantity-wrapper input.saros-qty-input,
.saros-add-to-cart-wrapper form.cart .quantity .qty {
	width: 2.75rem !important;
	height: 2.25rem !important;
	text-align: center !important;
	background: transparent !important;
	border: none !important;
	color: #27231F !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 0.9375rem !important;
	font-weight: 400 !important;
	outline: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Variations Table */
.saros-add-to-cart-wrapper table.variations {
	width: 100% !important;
	margin-bottom: 1.5rem !important;
	border-collapse: separate !important;
	border-spacing: 0 0.75rem !important;
}

.saros-add-to-cart-wrapper table.variations th.label {
	width: 25% !important;
	text-align: left !important;
	font-size: 0.6875rem !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em !important;
	color: #B6A898 !important;
	font-weight: 400 !important;
	padding: 0 !important;
	vertical-align: middle !important;
}

.saros-add-to-cart-wrapper table.variations td.value {
	padding: 0 !important;
}

.saros-add-to-cart-wrapper table.variations td.value select {
	width: 100% !important;
	max-width: 18rem !important;
	background-color: rgba(216, 201, 181, 0.25) !important;
	border: 1px solid rgba(200, 188, 168, 0.5) !important;
	border-radius: 9999px !important;
	padding: 0.65rem 1.25rem !important;
	color: #27231F !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 0.8125rem !important;
	outline: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2327231F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right 1rem center !important;
	background-size: 1rem !important;
	cursor: pointer !important;
	transition: border-color 0.3s ease !important;
}

.saros-add-to-cart-wrapper table.variations td.value select:focus {
	border-color: #8E7357 !important;
}

.saros-add-to-cart-wrapper .reset_variations {
	font-size: 0.625rem !important;
	text-transform: uppercase !important;
	letter-spacing: 0.2em !important;
	color: #8E7357 !important;
	margin-left: 0.75rem !important;
	text-decoration: none !important;
}

.saros-add-to-cart-wrapper .reset_variations:hover {
	text-decoration: underline !important;
}

.woocommerce-variation-price {
	margin-bottom: 1rem !important;
	font-size: 1.25rem !important;
	color: #27231F !important;
}

span.woocommerce-Price-amount.amount {
	color: #b06c43;
	font-weight: 600;
}

/* Star Ratings */
.star-rating {
	font-family: 'star' !important;
	font-size: 0.875rem !important;
	letter-spacing: 0.1em !important;
	color: #8E7357 !important;
}

/* Reviews / Comments Form */
.saros-reviews-wrapper #review_form #respond {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
}

.saros-reviews-wrapper #review_form input[type="text"],
.saros-reviews-wrapper #review_form input[type="email"],
.saros-reviews-wrapper #review_form textarea {
	width: 100% !important;
	background: rgba(231, 222, 210, 0.6) !important;
	border: 1px solid rgba(200, 188, 168, 0.6) !important;
	border-radius: 1.25rem !important;
	padding: 0.875rem 1.25rem !important;
	color: #27231F !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 0.8125rem !important;
	outline: none !important;
	transition: border-color 0.3s ease !important;
}

.saros-reviews-wrapper #review_form input[type="text"]:focus,
.saros-reviews-wrapper #review_form input[type="email"]:focus,
.saros-reviews-wrapper #review_form textarea:focus {
	border-color: #8E7357 !important;
}

.saros-reviews-wrapper #review_form input#submit {
	background: #8E7357 !important;
	color: #E7DED2 !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 0.75rem !important;
	letter-spacing: 0.25em !important;
	text-transform: uppercase !important;
	border-radius: 9999px !important;
	padding: 0.875rem 2rem !important;
	border: none !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	margin-top: 1rem !important;
}

.saros-reviews-wrapper #review_form input#submit:hover {
	background: #B06C43 !important;
}

/* Hide default WooCommerce unstyled tabs container when our custom tabs exist */
.saros-single-product .woocommerce-tabs {
	display: none !important;
}

/*--------------------------------------------------------------
# WooCommerce My Account & Auth Pages
--------------------------------------------------------------*/
.woocommerce-account .saros-entry-article header.entry-header {
	display: none;
}

.woocommerce-account .woocommerce {
	width: 100%;
}

.woocommerce-account #primary,
.woocommerce-cart #primary,
.woocommerce-checkout #primary {
	max-width: 72rem !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100% !important;
	float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100% !important;
	float: none !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 100% !important;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
	font-family: "Noto Serif Display", serif !important;
	font-weight: 300 !important;
	font-size: 1.5rem !important;
	color: #27231F !important;
	letter-spacing: 0.05em !important;
	margin-bottom: 1.25rem !important;
}

/* Navigation Active State in My Account */
.saros-account-nav li.is-active a,
.woocommerce-MyAccount-navigation li.is-active a {
	background: #8E7357 !important;
	color: #E7DED2 !important;
	box-shadow: 0 2px 8px rgba(142, 115, 87, 0.25) !important;
}

/* My Account Orders Table */
.woocommerce-orders-table,
.woocommerce-table--order-downloads {
	width: 100% !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border: 1px solid rgba(200, 188, 168, 0.4) !important;
	border-radius: 1.5rem !important;
	overflow: hidden !important;
	background: rgba(231, 222, 210, 0.4) !important;
	margin-bottom: 2rem !important;
	font-size: 0.8125rem !important;
}

.woocommerce-orders-table th,
.woocommerce-table--order-downloads th {
	background: rgba(216, 201, 181, 0.35) !important;
	padding: 1.1rem 1.25rem !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.15em !important;
	font-size: 0.6875rem !important;
	color: #B6A898 !important;
	border-bottom: 1px solid rgba(200, 188, 168, 0.4) !important;
}

.woocommerce-orders-table td,
.woocommerce-table--order-downloads td {
	padding: 1.15rem 1.25rem !important;
	border-bottom: 1px solid rgba(200, 188, 168, 0.25) !important;
	color: #27231F !important;
}

.woocommerce-orders-table tr:last-child td,
.woocommerce-table--order-downloads tr:last-child td {
	border-bottom: none !important;
}

.woocommerce-orders-table .button,
.woocommerce-table--order-downloads .button {
	background: #8E7357 !important;
	color: #E7DED2 !important;
	font-size: 0.6875rem !important;
	letter-spacing: 0.15em !important;
	text-transform: uppercase !important;
	padding: 0.55rem 1.35rem !important;
	border-radius: 9999px !important;
	transition: all 0.3s ease !important;
}

.woocommerce-orders-table .button:hover,
.woocommerce-table--order-downloads .button:hover {
	background: #B06C43 !important;
	color: #E7DED2 !important;
}

/* My Account Form Inputs */
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"],
.woocommerce-address-fields input[type="text"],
.woocommerce-address-fields input[type="email"],
.woocommerce-address-fields input[type="tel"],
.woocommerce-address-fields select,
.woocommerce-ResetPassword input[type="text"],
.woocommerce-ResetPassword input[type="password"] {
	width: 100% !important;
	background: rgba(231, 222, 210, 0.7) !important;
	border: 1px solid rgba(200, 188, 168, 0.6) !important;
	border-radius: 9999px !important;
	padding: 0.8rem 1.35rem !important;
	color: #27231F !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 0.875rem !important;
	outline: none !important;
	transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.woocommerce-EditAccountForm input:focus,
.woocommerce-address-fields input:focus,
.woocommerce-address-fields select:focus,
.woocommerce-ResetPassword input:focus {
	border-color: #8E7357 !important;
	box-shadow: 0 0 0 3px rgba(142, 115, 87, 0.15) !important;
}

.woocommerce-EditAccountForm fieldset {
	border: 1px solid rgba(200, 188, 168, 0.4) !important;
	border-radius: 1.5rem !important;
	padding: 1.5rem !important;
	margin: 1.5rem 0 !important;
	background: rgba(216, 201, 181, 0.15) !important;
}

.woocommerce-EditAccountForm fieldset legend {
	font-family: "Noto Serif Display", serif !important;
	font-size: 1.125rem !important;
	color: #27231F !important;
	padding: 0 0.75rem !important;
}

.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-address-fields .button,
.woocommerce-ResetPassword .woocommerce-Button {
	background: #8E7357 !important;
	color: #E7DED2 !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 0.75rem !important;
	letter-spacing: 0.2em !important;
	text-transform: uppercase !important;
	border-radius: 9999px !important;
	padding: 1rem 2.25rem !important;
	border: none !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	margin-top: 1rem !important;
}

.woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-address-fields .button:hover,
.woocommerce-ResetPassword .woocommerce-Button:hover {
	background: #B06C43 !important;
}

/* My Account Addresses */
.woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
	gap: 1.5rem !important;
	margin-top: 1.5rem !important;
}

.woocommerce-Address {
	background: rgba(231, 222, 210, 0.5) !important;
	border: 1px solid rgba(200, 188, 168, 0.5) !important;
	border-radius: 1.5rem !important;
	padding: 1.5rem !important;
}

.woocommerce-Address header.title {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	border-bottom: 1px solid rgba(200, 188, 168, 0.4) !important;
	padding-bottom: 0.75rem !important;
	margin-bottom: 1rem !important;
}

.woocommerce-Address header.title h3 {
	margin-bottom: 0 !important;
	font-size: 1.125rem !important;
}

.woocommerce-Address header.title a.edit {
	font-size: 0.6875rem !important;
	text-transform: uppercase !important;
	letter-spacing: 0.2em !important;
	color: #8E7357 !important;
	text-decoration: none !important;
}

.woocommerce-Address header.title a.edit:hover {
	color: #B06C43 !important;
	text-decoration: underline !important;
}

/* Cart and Checkout Enhancements */
.woocommerce-cart table.cart,
.woocommerce-checkout table.shop_table {
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border: 1px solid rgba(200, 188, 168, 0.4) !important;
	border-radius: 1.5rem !important;
	overflow: hidden !important;
	background: rgba(231, 222, 210, 0.4) !important;
	width: 100% !important;
}

.woocommerce-cart table.cart th,
.woocommerce-checkout table.shop_table th {
	background: rgba(216, 201, 181, 0.35) !important;
	padding: 1.1rem 1.25rem !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.15em !important;
	font-size: 0.6875rem !important;
	color: #B6A898 !important;
	border-bottom: 1px solid rgba(200, 188, 168, 0.4) !important;
}

.woocommerce-cart table.cart td,
.woocommerce-checkout table.shop_table td {
	padding: 1.15rem 1.25rem !important;
	border-bottom: 1px solid rgba(200, 188, 168, 0.25) !important;
	color: #27231F !important;
}

.woocommerce .cart-collaterals .cart_totals {
	background: rgba(216, 201, 181, 0.2) !important;
	border: 1px solid rgba(200, 188, 168, 0.4) !important;
	border-radius: 1.5rem !important;
	padding: 1.5rem !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	background: rgba(231, 222, 210, 0.7) !important;
	border: 1px solid rgba(200, 188, 168, 0.6) !important;
	border-radius: 9999px !important;
	padding: 0.8rem 1.35rem !important;
	color: #27231F !important;
}

.woocommerce form .form-row textarea {
	border-radius: 1.5rem !important;
}

/* ==========================================================================
   SAROS Member Hub: Disable Hover on Selected Filter Tabs
   ========================================================================== */
.saros-filter-day-btn.is-active,
.saros-filter-day-btn.bg-obsidian {
	background-color: #27231F !important;
	color: #F8F5F0 !important;
	cursor: default !important;
	border-color: transparent !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.saros-filter-day-btn.is-active:hover,
.saros-filter-day-btn.bg-obsidian:hover {
	background-color: #27231F !important;
	color: #F8F5F0 !important;
	border-color: transparent !important;
	opacity: 1 !important;
	transform: none !important;
}

.saros-filter-cat-btn.is-active,
.saros-filter-cat-btn.bg-bronze {
	background-color: #7A5C3E !important;
	color: #F8F5F0 !important;
	cursor: default !important;
	border-color: transparent !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.saros-filter-cat-btn.is-active:hover,
.saros-filter-cat-btn.bg-bronze:hover {
	background-color: #7A5C3E !important;
	color: #F8F5F0 !important;
	border-color: transparent !important;
	opacity: 1 !important;
	transform: none !important;
}

#saros-modal-close-btn,
#saros-day-modal-close-btn,
.saros-modal-close-btn {
	padding: 0 !important;
}