/*!
Theme Name: Teros Custom Theme
Theme URI: http://underscores.me/
Author: Matt Royal
Author URI: https://mattroyal.co.za/
Description: Description
Version: 1.0.8
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teros-custom-theme
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.

Teros Custom Theme 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: #00696e;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #015b5f;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
.btn-primary {
	position: relative;
	background-color: #008188;
	color: #fff;
	padding: 0.75rem;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	display: block;
}

.btn-primary::before {
	content: "";
	background-color: #00696e;
	transition: 0.3s ease-out;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.btn-primary span {
	position: relative;
	color: #fff;
	transition: 0.2s 0.1s;
}

.btn-primary:hover::before {
	width: 0%;
}

.btn-primary:hover span {
	color: #b2f0f3;
}

a.wp-block-button__link {
	color: #ffd556;
	background-color: transparent;
}

a.wp-block-button__link:hover {
	color: #ffc000;
}

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: #644b35;
	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 {
	outline: none;
	border: 1px solid #644b35;
	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;
	text-transform: uppercase;
	color: #a6a2a2;
	font-size: 0.85rem;
}

.main-navigation a:hover,
.main-navigation a.focus {
	color: #00696e;
}

/* 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;
		justify-content: space-between;
	}
}

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

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

body {
	margin: 0;
	padding: 0;
	background-color: #f3f6f8;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
}

body.single-product {
	background-color: none;
	background-image: url(https://teros.life/wp-content/uploads/2024/11/teros-forest-from-above.jpg);
}

.auth-container {
	text-align: center;
}

.auth-container.login {
	max-width: 600px;
}

.auth-container.login form {
	max-width: 400px;
}

.auth-container.register {
	max-width: 800px;
}

.auth-container.register form {
	max-width: 800px;
}

.auth-container.register button {
	width: 60%;
	margin: 0 auto;
}

.auth-container h2 {
	color: #644b35;
	margin-top: 0;
}

.auth-container form {
	margin: 0 auto;
}

.auth-container form .alt-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1rem 0 0.5rem;
}

.auth-container form input {
	width: 100%;
	padding: 10px;
	margin-bottom: 12px;
}

.auth-container form input[type="checkbox"] {
	width: auto;
}

main#primary {
	display: block;
	margin: 186px auto 0;
}

@media only screen and (min-width: 992px) {

	body.home main#primary {
		margin: 130px auto 0;
	}
}

@media only screen and (min-width: 992px) {

	main#primary {
		margin: 160px auto 0;
	}
}

.single-product main#primary {
	border-top: 9px solid #f0f0f0;
}

header#masthead {
	background: #fff;
	margin: 0 0 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;

	/* Shadow added on scroll */
}

header#masthead img {
	max-width: 100px;
}

header#masthead .top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0.75rem 0 0;
}

@media only screen and (min-width: 992px) {

	header#masthead .top-row {
		margin: 0.25rem 0 1.25rem;
	}
}

header#masthead .top-row .product-search {
	width: 100%;
}

@media only screen and (min-width: 992px) {

	header#masthead .top-row .product-search {
		width: 65%;
	}
}

header#masthead .bottom-row ul.nav-menu li {
	margin: 0 10px 0 10px;
	padding: 10px 0;
}

header#masthead.scrolled {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 768px) {

	header#masthead .col-3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

footer#colophon {
	background: #fff;
	color: #666;
	padding: 1rem;
	text-align: center;
}

footer#colophon a {
	color: #00696e;
}

button#buynow,
button#buynowdisabled {
	width: auto;
	padding: 0.75rem 3rem;
}

button#buynow .loading,
button#buynowdisabled .loading {
	margin: 0 0.5rem 0 0;
}

span.pill {
	background: #00696e;
	color: #fff;
	font-size: 0.85rem;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	margin: 0 3rem 0 0;
}

.container {
	width: auto;
	margin: 0 auto;
}

@media only screen and (min-width: 992px) {

	.container {
		max-width: 992px;
		width: 100%;
	}
}

.flex-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;

	/* spacing between items */
}

.grid-item {
	flex: 1 1 calc(50% - 16px);

	/* default: 2 columns */
	box-sizing: border-box;
	background-color: #f7f7f7;
	padding: 16px;
	text-align: center;
	border-radius: 10px;
}

/* Desktop: 4 columns */
@media screen and (min-width: 992px) {

	.grid-item {
		flex: 1 1 calc(25% - 16px);

		/* 4 columns */
	}
}

.flex-container2 {
	display: flex;
	flex-wrap: wrap;

	/* Allows wrapping on smaller screens */
	width: 100%;
	margin: 1rem;
}

.flex-container2.with-gap {
	gap: 20px;
}

@media only screen and (min-width: 992px) {

	.flex-container2 {
		max-width: 992px;
		margin: 1rem auto;
	}
}

/* Flex item 1 (5/10 width) */
.col-5 {
	flex: 1 1 50%;

	/* 5/10 of the container */
}

.with-gap .col-5 {
	flex: 1 1 calc(50% - 10px);

	/* 5/10 of the container */
}

/* Flex item 1 (3/10 width) */
.col-3 {
	flex: 2 1 20%;

	/* 3/10 of the container */
}

/* Flex item 2 (7/10 width) */
.col-7 {
	flex: 8 1 80%;

	/* 7/10 of the container */
}

/* Stack columns on smaller screens (mobile) */
@media (max-width: 768px) {

	.col-3,
	.col-7 {
		flex: 1 1 100%;

		/* Each column takes full width on mobile */
	}
}

.mobile-hidden {
	display: none;
}

@media only screen and (min-width: 992px) {

	.mobile-hidden {
		display: block;
	}
}

#mobile-drawer {
	position: fixed;
	top: 0;
	right: -75%;

	/* <-- drawer is hidden off-screen on the RIGHT */
	width: 75%;
	height: 100%;
	background: #fff;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.25);

	/* shadow on left side now */
	transition: right 0.3s ease;
	z-index: 10001;
	padding-top: 20px;
}

#mobile-drawer ul {
	margin: 0 0 2rem 0;
	padding: 0;
	list-style: none;
}

#mobile-drawer ul li {
	padding: 1rem 0 1rem 2rem;
	margin: 0.75rem;
	text-align: unset;
	border-bottom: 1px solid #eee;
}

#mobile-drawer ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
}

@media only screen and (max-width: 768px) {

	#mobile-drawer .site-authentication {
		padding: 1rem;
		margin: 0 0.75rem;
		border-radius: 12px;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #eee;
	}
}

#mobile-drawer.drawer-open {
	right: 0;

	/* slides IN from the right */
}

/* Close icon */
.drawer-header {
	display: flex;
	justify-content: flex-end;
	padding: 10px 15px;
}

#drawer-close {
	font-size: 26px;
	cursor: pointer;
}

/* Toggle (hamburger) */
.mobile-menu-toggle {
	display: block;
	font-size: 28px;
	padding: 10px 15px;
	cursor: pointer;
	z-index: 100;
	position: relative;
}

@media only screen and (min-width: 992px) {

	.mobile-menu-toggle {
		display: none;
	}
}

/* Overlay */
#drawer-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 10000;
}

#drawer-overlay.active {
	display: block;
}

.wp-block-cover,
.wp-block-cover-image {
	padding: 0;
}

figure {
	margin: 0;
}

@media only screen and (max-width: 768px) {

	.mobile-dsxyz {
		padding: 1rem;
	}

	.mobile-dsxyz .wp-block-heading {
		font-size: 2.2rem !important;
	}

	.mobile-dsxyz p {
		font-size: 1.2rem !important;
	}

	.mobile-dsxyz .wp-block-spacer {
		display: none;
	}
}

.product-item img {
	aspect-ratio: 4 / 2.5;
}

.product-item h3 {
	margin: 1rem 0 0;
	font-size: 1rem;
}

.product-item h3 a {
	color: #644b35;
}

html .mb-0 {
	margin-bottom: 0;
}

html .mb-3 {
	margin-bottom: 3rem;
}

html .mt-0 {
	margin-top: 0;
}

.disabled {
	cursor: not-allowed !important;
	opacity: 0.7;
}

.hidden {
	display: none !important;
}

.block {
	padding: 1.5rem;
	background: #fff;
}

.block.smooth {
	border-radius: 10px;
}

.block.seperated {
	margin: 2rem auto;
}

@media only screen and (max-width: 992px) {

	.block.seperated {
		margin: 1rem;
	}
}

.flex-align-self {
	align-self: center;
}

.search-wrapper {
	position: relative;
}

.search-wrapper .search-icon {
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	pointer-events: none;

	/* click goes through to input */
}

.search-wrapper input:focus + .search-icon {
	color: #00696e;
}

.search-wrapper input {
	background: #f3f6f8;
	border: 1px solid #d7dfe1;
	height: 3rem;
	width: 100%;
	padding: 0.5rem 2.5rem 0.5rem 0.75rem;

	/* right padding for icon */
	font-size: 1rem;
	border-radius: 48px;
}

.search-wrapper input:focus {
	outline: none;
	border: 1px solid #00696e;
}

#product-results {
	border: 1px solid #ccc;
	border-radius: 24px;
	background: #fff;
	position: absolute;
	width: 90%;
	max-width: 400px;
	height: auto;
	max-height: 60vh;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

@media only screen and (min-width: 992px) {

	#product-results {
		max-height: 80vh;
		width: 100%;
	}
}

/* When menu is visible */
#product-results.show {
	opacity: 1;
	visibility: visible;
	overflow-y: scroll;
}

.result-item {
	padding: 12px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	display: flex;
	gap: 1rem;
	align-items: center;
}

.result-item:last-child {
	border-bottom: none;
}

.result-item:hover {
	background: #f7f7f7;
}

.highlight {
	background-color: rgba(255, 225, 0, 0.88);
}

/* Mobile-friendly tap targets */
@media (max-width: 600px) {

	.result-item {
		padding: 16px;
		font-size: 18px;
	}
}

.testimonial-box {
	border: 1px solid #ddd;
	padding: 20px;
	margin: 20px 0;
	border-radius: 8px;
	background: #fff;
}

.t-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}

.t-left {
	display: flex;
	flex-direction: column;
}

.t-right {
	text-align: right;
}

.t-review {
	width: 100%;
	margin-top: 10px;
}

.t-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 10px;
}

.icon_bg01 img {
	background: #a7ab3f;
	border-radius: 10px;
	padding: 18px;
	width: 100px !important;
	height: 100px !important;
	margin: 0 auto;
	display: block;
}

.has-text-color.has-teros-primary-brown-color {
	color: #644b35;
}

.has-text-color.has-teros-primary-green-color {
	color: #00696e;
}

.has-text-color.has-teros-pastel-green-color {
	color: #b3b65b;
}

.has-text-color.has-teros-pastel-blue-color {
	color: #7fb0ca;
}

.has-background.has-teros-primary-brown-background-color {
	background-color: #644b35;
}

.has-background.has-teros-primary-green-background-color {
	background-color: #00696e;
}

.has-background.has-teros-pastel-green-background-color {
	background-color: #b3b65b;
}

.has-background.has-teros-pastel-blue-background-color {
	background-color: #7fb0ca;
}

.teros-pastel-blue svg path {
	fill: #7fb0ca;
}

#how-it-works .wp-block-safe-svg-svg-icon.safe-svg-cover {
	display: flex;
	align-items: center;
	justify-content: center;
}

#how-it-works .safe-svg-inline,
#how-it-works #how-it-works svg {
	width: 100px !important;
	height: 100px !important;
}

#best-sellers h2,
#exclusive-deals h2 {
	text-transform: uppercase;
	width: 50%;
	margin: 0 auto 3rem;
	padding: 0 0 1rem;
}

#best-sellers h2 {
	color: #00696e;
	border-bottom: 2px solid #00696e;
}

#exclusive-deals h2 {
	color: #7fb0ca;
	border-bottom: 2px solid #7fb0ca;
}

.product-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem 0 0;
}

.product-pagination .page-numbers {
	padding: 0.25rem 0.75rem;
	margin: 0 0.25rem;
	background: #00696e;
	color: #fff;
}

.product-pagination .page-numbers.current {
	background: none;
	color: #444;
}

.product-pagination .page-numbers.dots {
	display: none !important;
}

.page-template-page-template-auth .site-main {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	margin: 0 auto !important;
	flex-direction: column;
}

.page-template-page-template-auth .site-main .site-branding {
	max-width: 200px;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;

	/* ================================
	   PRODUCT CARD
	================================ */

	/* ================================
	   RESPONSIVE GRID
	================================ */
}

.product-grid .product-container {
	width: 100%;
	aspect-ratio: 1.5 / 1;
	position: relative;
	overflow: hidden;
	font-size: 1rem;
	border-radius: 10px;
	background: #89b0b2;
	padding: 1rem;

	/* Fade-in animation */
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;

	/* ================================
		   TRIANGLES
		================================ */

	/* ================================
		   TEXT LABELS
		================================ */
}

.product-grid .product-container.visible {
	opacity: 1;
	transform: translateY(0);
}

.product-grid .product-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.product-grid .product-container:hover {
	opacity: 0.7;
}

.product-grid .product-container .corner {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 10;
}

.product-grid .product-container .corner.top-right {
	top: 0;
	right: 0;
	border-top: 8em solid #fc0;
	border-left: 8em solid transparent;
}

.product-grid .product-container .corner.bottom-left {
	bottom: 0;
	left: 0;
	border-bottom: 8em solid #fc0;
	border-right: 8em solid transparent;
}

.product-grid .product-container .text1 {
	position: absolute;
	top: 1.2em;
	right: 0.75em;
	font-size: 0.9em;
	text-align: center;
	z-index: 100;
}

.product-grid .product-container .text2 {
	position: absolute;
	bottom: 1.2em;
	left: 1.7em;
	font-size: 0.9em;
	text-align: center;
	z-index: 100;
}

@media (max-width: 768px) {

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

@media (max-width: 480px) {

	.product-grid {
		grid-template-columns: 1fr;
	}
}

/* ================================
   LOADING SPINNER (GLOBAL)
================================ */
#infinite-spinner {
	text-align: center;
	padding: 1rem 0;
}

#infinite-spinner .spinner {
	width: 32px;
	height: 32px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	margin: 0 auto 6px;
	animation: spin 0.8s linear infinite;
}

#infinite-spinner p {
	font-size: 0.85rem;
	color: #333;
}

@keyframes spin {

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



header#masthead.logged-in {
	top: 32px;
}

#wp-admin-bar-wp-logo,
#wp-admin-bar-root-default,
#wp-admin-bar-search {
	display: none;
}

@media (max-width: 768px) {
	div#wpadminbar {
		display: none;
	}
	header#masthead.logged-in {
		top: 0 !important;
	}
}