/*!
Theme Name: Vinos
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: vinos
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.

Vinos 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:not([class*="ri-"]) {
	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;
}

/*--------------------------------------------------------------
# Vinos premium theme
--------------------------------------------------------------*/
:root {
	--vinos-ink: #211817;
	--vinos-muted: #786d65;
	--vinos-cream: #f6f0e5;
	--vinos-paper: #fffaf1;
	--vinos-bordeaux: #64172d;
	--vinos-bordeaux-dark: #35101b;
	--vinos-gold: #b89a63;
	--vinos-line: rgba(33, 24, 23, 0.14);
	--vinos-shadow: 0 28px 70px rgba(35, 17, 17, 0.15);
	--vinos-serif: Georgia, "Times New Roman", serif;
	--vinos-sans: "Inter", "Segoe UI", Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--vinos-cream);
	color: var(--vinos-ink);
	font-family: var(--vinos-sans);
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

body::before {
	background:
		radial-gradient(circle at 15% 8%, rgba(184, 154, 99, 0.16), transparent 24rem),
		radial-gradient(circle at 90% 18%, rgba(100, 23, 45, 0.12), transparent 22rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: -1;
}

a {
	color: inherit;
	text-decoration-color: rgba(100, 23, 45, 0.35);
	text-underline-offset: 0.25em;
	transition: color 180ms ease, opacity 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

a:hover,
a:focus {
	color: var(--vinos-bordeaux);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--vinos-ink);
	font-family: var(--vinos-serif);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.95;
}

p {
	margin-top: 0;
}

img {
	height: auto;
	max-width: 100%;
}

.site {
	min-height: 100vh;
	overflow: hidden;
}

.site-header {
	background: rgba(246, 240, 229, 0.86);
	border-bottom: 1px solid rgba(255, 255, 255, 0.34);
	box-shadow: 0 16px 40px rgba(31, 16, 12, 0.07);
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 50;
}

.site-header__inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1440px;
	padding: 1.05rem clamp(1.25rem, 3vw, 3.5rem);
}

.site-branding {
	align-items: center;
	display: flex;
	gap: 1rem;
	min-width: 0;
}

.custom-logo {
	display: block;
	max-height: 58px;
	width: auto;
}

.site-title {
	font-family: var(--vinos-serif);
	font-size: clamp(1.35rem, 2vw, 2.1rem);
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	text-decoration: none;
}

.site-description {
	color: var(--vinos-muted);
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	margin: 0.2rem 0 0;
	text-transform: uppercase;
}

.main-navigation {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	width: auto;
}

.main-navigation ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(1rem, 2vw, 2.2rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	padding: 0.6rem 0;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation a::after {
	background: var(--vinos-bordeaux);
	bottom: 0.2rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
	width: 100%;
}

.main-navigation a:hover::after,
.main-navigation a:focus::after,
.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.main-navigation ul ul {
	background: var(--vinos-paper);
	border: 1px solid var(--vinos-line);
	box-shadow: var(--vinos-shadow);
	display: block;
	left: -1rem;
	min-width: 220px;
	opacity: 0;
	padding: 0.8rem 1rem;
	position: absolute;
	top: 100%;
	transform: translateY(0.5rem);
	visibility: hidden;
	z-index: 99999;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.main-navigation ul ul a {
	width: 100%;
}

.menu-toggle {
	background: transparent;
	border: 1px solid var(--vinos-bordeaux);
	border-radius: 999px;
	color: var(--vinos-bordeaux);
	display: none;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	padding: 0.75rem 1.1rem;
	text-transform: uppercase;
}

.site-main {
	margin: 0 auto;
	width: 100%;
}

.vinos-front-page {
	max-width: none;
}

.vinos-hero {
	align-items: center;
	background: var(--vinos-hero-image, linear-gradient(135deg, #38101b, #8b6f45));
	background-position: center;
	background-size: cover;
	color: #fffaf1;
	display: flex;
	min-height: clamp(620px, 88vh, 920px);
	overflow: hidden;
	padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 5rem);
	position: relative;
}

.vinos-hero::before {
	background: linear-gradient(90deg, rgba(31, 13, 17, 0.78), rgba(31, 13, 17, 0.28));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.vinos-hero::after {
	border: 1px solid rgba(255, 250, 241, 0.38);
	content: "";
	inset: clamp(1rem, 2vw, 2rem);
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.vinos-hero__video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.vinos-hero__content {
	max-width: 900px;
	position: relative;
	z-index: 2;
}

.vinos-hero--align-center {
	justify-content: center;
	text-align: center;
}

.vinos-hero--align-right {
	justify-content: flex-end;
	text-align: right;
}

.vinos-hero--align-center .vinos-hero__content,
.vinos-hero--align-center h1,
.vinos-hero--align-center .vinos-hero__lead,
.vinos-hero--align-right .vinos-hero__content,
.vinos-hero--align-right h1,
.vinos-hero--align-right .vinos-hero__lead {
	margin-left: auto;
	margin-right: auto;
}

.vinos-hero--align-right .vinos-hero__content,
.vinos-hero--align-right h1,
.vinos-hero--align-right .vinos-hero__lead {
	margin-left: auto;
	margin-right: 0;
}

.vinos-hero--align-center .vinos-hero__actions {
	justify-content: center;
}

.vinos-hero--align-right .vinos-hero__actions {
	justify-content: flex-end;
}

.vinos-hero__logo {
	display: block;
	max-height: min(34vh, 260px);
	max-width: min(72vw, 520px);
	width: auto;
}

.vinos-hero--align-center .vinos-hero__logo {
	margin-left: auto;
	margin-right: auto;
}

.vinos-hero--align-right .vinos-hero__logo {
	margin-left: auto;
}

.vinos-eyebrow,
.vinos-section__kicker,
.vinos-card__body > p {
	color: var(--vinos-gold);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	margin-bottom: 1.1rem;
	text-transform: uppercase;
}

.vinos-hero h1 {
	color: #fffaf1;
	font-size: clamp(4.2rem, 13vw, 12rem);
	margin: 0;
	max-width: 10ch;
}

.vinos-hero__lead {
	color: rgba(255, 250, 241, 0.86);
	font-family: var(--vinos-serif);
	font-size: clamp(1.2rem, 2vw, 1.75rem);
	line-height: 1.35;
	margin: 1.6rem 0 0;
	max-width: 720px;
}

.vinos-hero__actions,
.vinos-section__heading {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.vinos-hero__actions {
	margin-top: 2.5rem;
}

.vinos-button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid currentColor;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.18em;
	line-height: 1;
	padding: 1rem 1.45rem;
	text-decoration: none;
	text-transform: uppercase;
}

.vinos-button--light {
	background: #fffaf1;
	color: var(--vinos-bordeaux-dark);
}

.vinos-button--ghost {
	color: #fffaf1;
}

.vinos-button--dark,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: var(--vinos-bordeaux);
	color: #fffaf1;
}

.vinos-section {
	margin: 0 auto;
	max-width: 1440px;
	padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 5rem);
}

.vinos-intro {
	background: var(--vinos-paper);
	border-left: 1px solid var(--vinos-line);
	border-right: 1px solid var(--vinos-line);
	max-width: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.vinos-intro__grid {
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 0 auto;
	max-width: none;
	min-height: clamp(520px, 62vw, 760px);
}

.vinos-intro__grid--no-media {
	grid-template-columns: minmax(0, 1fr);
}

.vinos-intro__grid--no-media .vinos-intro__content {
	max-width: 900px;
}

.vinos-intro__content {
	align-self: center;
	padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 7vw, 6rem);
}

.vinos-intro h2,
.vinos-section__heading h2,
.entry-title,
.page-title {
	font-size: clamp(2.8rem, 6vw, 6.4rem);
	margin: 0;
}

.vinos-intro p {
	color: var(--vinos-muted);
	font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.vinos-intro h2 {
	color: #5a5550;
	font-size: clamp(2.4rem, 4.3vw, 5.3rem);
	max-width: 10.5ch;
}

.vinos-intro__content > p:not(.vinos-section__kicker) {
	margin-top: 1.8rem;
	max-width: 34rem;
}

.vinos-intro__actions {
	display: grid;
	gap: 1.45rem;
	justify-items: start;
	margin-top: clamp(2.2rem, 4vw, 4rem);
}

.vinos-intro__actions a {
	color: #9b6b38;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	padding-bottom: 0.42rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease, transform 180ms ease;
}

.vinos-intro__actions a::after {
	background: currentColor;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 240ms ease;
	width: 100%;
}

.vinos-intro__actions a:hover,
.vinos-intro__actions a:focus {
	color: var(--vinos-bordeaux);
	transform: translateX(0.28rem);
}

.vinos-intro__actions a:hover::after,
.vinos-intro__actions a:focus::after {
	transform: scaleX(1);
	transform-origin: left;
}

.vinos-intro__media {
	margin: 0;
	min-height: 100%;
	overflow: hidden;
}

.vinos-intro__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vinos-section__heading {
	border-bottom: 1px solid var(--vinos-line);
	justify-content: space-between;
	margin-bottom: clamp(2rem, 4vw, 4rem);
	padding-bottom: 1.5rem;
}

.vinos-section__heading .vinos-section__kicker {
	flex-basis: 100%;
	margin-bottom: 0;
}

.vinos-section__heading a {
	color: var(--vinos-bordeaux);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}

.vinos-wines {
	background: #fffdf8;
	max-width: none;
	padding: clamp(4rem, 7vw, 6.5rem) clamp(1.25rem, 4vw, 4rem);
}

.vinos-wines__layout {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 4vw, 4.5rem);
	grid-template-columns: minmax(230px, 0.78fr) minmax(0, 2fr);
	margin: 0 auto;
	max-width: 1440px;
}

.vinos-wines__layout > * {
	min-width: 0;
}

.vinos-wines__feature {
	display: grid;
	gap: clamp(1.8rem, 3vw, 3rem);
	justify-items: end;
	text-align: right;
}

.vinos-wines__feature h2 {
	color: #5a5550;
	font-size: clamp(2.1rem, 3.4vw, 4.2rem);
	line-height: 1.02;
	margin: 0;
	max-width: 9.5ch;
}

.vinos-wines__feature p {
	color: var(--vinos-muted);
	margin: 0;
	max-width: 20rem;
}

.vinos-wines__feature-image {
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.vinos-wines__feature-image a {
	display: block;
}

.vinos-wines__feature-image img {
	display: block;
	height: auto;
	max-height: clamp(420px, 42vw, 680px);
	object-fit: contain;
	object-position: center bottom;
	width: 100%;
}

.vinos-product-grid {
	align-items: start;
	display: grid;
	column-gap: clamp(1.8rem, 4vw, 4rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: clamp(2.2rem, 4vw, 4rem);
}

.vinos-product-card {
	align-content: start;
	display: grid;
	gap: 1.15rem;
	grid-template-rows: auto auto;
	justify-items: center;
	margin: 0;
	min-width: 0;
	text-align: center;
}

.vinos-product-card__image {
	align-items: flex-end;
	aspect-ratio: 1 / 1;
	background: #fff;
	display: flex;
	justify-content: center;
	line-height: 0;
	overflow: clip;
	text-decoration: none;
	width: 100%;
}

@media (min-width: 901px) {
	.vinos-product-card__image {
		width: 120%;
	}
}

.vinos-product-card__image img,
.vinos-product-card__image .vinos-home-product-thumb {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center bottom;
	transition: transform 260ms ease, filter 260ms ease;
	width: auto;
}

/*.vinos-product-card:hover .vinos-product-card__image img {
	filter: drop-shadow(0 24px 20px rgba(31, 16, 12, 0.16));
	transform: translateY(-0.35rem);
}*/

.vinos-product-card__title {
	color: #3d3733;
	font-family: var(--vinos-sans);
	font-size: clamp(0.72rem, 0.86vw, 0.86rem);
	font-weight: 800;
	grid-row: 2;
	letter-spacing: 0.24em;
	line-height: 1.35;
	margin: 0;
	max-width: 22ch;
	text-transform: uppercase;
}

.vinos-product-card__title a {
	text-decoration: none;
}

.vinos-wines__empty {
	align-self: center;
	color: var(--vinos-muted);
	margin: 0;
}

.vinos-shop-page {
	background: #fffdf8;
	color: var(--vinos-ink);
}

.vinos-shop-hero {
	background:
		linear-gradient(90deg, rgba(229, 216, 203, 0.5), rgba(255, 253, 248, 0.1)),
		#efe9e3;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.vinos-shop-hero__track {
	aspect-ratio: 16 / 4.9;
	margin: 0 auto;
	max-width: 1440px;
	min-height: clamp(280px, 31vw, 500px);
	position: relative;
}

.vinos-shop-hero__slide {
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 700ms ease;
}

.vinos-shop-hero__slide.is-active,
.vinos-shop-hero--slides-1 .vinos-shop-hero__slide {
	opacity: 1;
	z-index: 1;
}

.vinos-shop-hero__slide:first-child,
.vinos-shop-hero--slides-1 .vinos-shop-hero__slide {
	position: relative;
}

.vinos-shop-hero__link {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.vinos-shop-hero__media {
	align-items: flex-start;
	background: #ede9e5;
	display: flex;
	justify-content: center;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}

.vinos-shop-hero__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: top center;
	width: 100%;
}

.vinos-shop-info__lead,
.vinos-shop-categories a,
.vinos-shop-card__title {
	font-family: var(--vinos-sans);
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.vinos-shop-hero__dots {
	bottom: clamp(1rem, 2vw, 1.8rem);
	display: flex;
	gap: 0.65rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.vinos-shop-hero__dots span {
	background: rgba(169, 148, 128, 0.35);
	border-radius: 50%;
	height: 0.52rem;
	width: 0.52rem;
}

.vinos-shop-hero__dots span.is-active {
	background: #a99480;
}

.vinos-shop-info {
	background: #fffdf8;
	text-align: center;
}

.vinos-shop-info__bar {
	background: #f7decc;
	color: #9b6b38;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	line-height: 1.2;
	padding: 1.15rem clamp(1.25rem, 4vw, 4rem);
	text-transform: uppercase;
}

.vinos-shop-info__bar a {
	color: inherit;
	text-decoration: none;
}

.vinos-shop-info__bar a::after,
.vinos-shop-info__bar span::after {
	content: ">";
	margin-left: 0.55rem;
}

.vinos-shop-info__content {
	padding: clamp(2.1rem, 4vw, 3.6rem) clamp(1.25rem, 4vw, 4rem) clamp(1.4rem, 3vw, 2rem);
}

.vinos-shop-info__lead {
	color: #5f5853;
	font-size: clamp(0.9rem, 1.1vw, 1.04rem);
	line-height: 1.5;
	margin: 0;
}

.vinos-shop-info__small {
	color: #9a928c;
	font-size: clamp(0.86rem, 1vw, 0.98rem);
	margin: 0.35rem 0 0;
}

.vinos-shop-info__small a {
	color: #9b6b38;
	font-weight: 800;
	text-decoration: none;
}

.vinos-shop-categories {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(1.4rem, 5vw, 6rem);
	justify-content: center;
	padding: clamp(1.5rem, 3vw, 2.4rem) clamp(1.25rem, 4vw, 4rem) clamp(2rem, 4vw, 3.2rem);
	position: sticky;
	top: 0;
	z-index: 20;
}

.admin-bar .vinos-shop-categories {
	top: 32px;
}

.vinos-shop-categories a {
	color: #aaa19b;
	font-size: clamp(0.7rem, 0.82vw, 0.82rem);
	padding-bottom: 0.75rem;
	position: relative;
	text-decoration: none;
	transition: color 180ms ease;
}

.vinos-shop-categories a::after {
	background: #b78a4f;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transition: transform 220ms ease;
	width: min(8rem, 100%);
}

.vinos-shop-categories a:hover,
.vinos-shop-categories a:focus {
	color: #9b6b38;
}

.vinos-shop-categories a:hover::after,
.vinos-shop-categories a:focus::after {
	transform: translateX(-50%) scaleX(1);
}

.vinos-shop-sections {
	display: grid;
	gap: clamp(4rem, 7vw, 7rem);
	padding: 0 clamp(1.25rem, 4vw, 4rem) clamp(5rem, 9vw, 8rem);
}

.vinos-shop-section {
	margin: 0 auto;
	max-width: 1440px;
	scroll-margin-top: 7rem;
	width: 100%;
}

.vinos-shop-section__header {
	margin: 0 auto clamp(2rem, 4vw, 3.6rem);
	max-width: 680px;
	text-align: center;
}

.vinos-shop-section__header h1,
.vinos-shop-section__header h2 {
	color: #8b837e;
	font-family: var(--vinos-sans);
	font-size: clamp(1rem, 1.8vw, 1.6rem);
	font-weight: 800;
	letter-spacing: 0.18em;
	margin: 0;
	text-transform: uppercase;
}

.vinos-shop-products {
	display: grid;
	column-gap: clamp(3rem, 7vw, 8rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: clamp(4rem, 7vw, 7rem);
}

.vinos-shop-card {
	background: transparent;
	border: 0;
	box-shadow: none !important;
	display: grid;
	gap: 1.35rem;
	justify-items: center;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
	text-align: center;
	transform: none !important;
	transition: none !important;
}

.vinos-shop-card:hover {
	transform: none !important;
}

.vinos-shop-card__image {
	align-items: end;
	background: transparent;
	box-shadow: none !important;
	display: flex;
	height: clamp(500px, 64vh, 720px);
	justify-content: center;
	min-height: 0;
	overflow: visible;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.vinos-shop-card__image img {
	display: block;
	box-shadow: none !important;
	filter: none !important;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	transform: none !important;
	transition: none !important;
	width: auto;
}

.vinos-shop-card:hover .vinos-shop-card__image img {
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
}

.vinos-shop-card__body {
	padding: 0;
	text-align: center;
}

.vinos-shop-card__title {
	color: #3d3733;
	font-size: clamp(0.72rem, 0.86vw, 0.86rem);
	letter-spacing: 0.24em;
	line-height: 1.35;
	margin: 0 auto;
	max-width: 24ch;
}

.vinos-shop-card__title a {
	color: inherit;
	text-decoration: none;
}

.vinos-shop-section__empty {
	color: var(--vinos-muted);
	margin: 0;
	text-align: center;
}

.vinos-category-page {
	min-height: 70vh;
	padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 4vw, 4rem) clamp(5rem, 9vw, 8rem);
}

.vinos-category-section {
	background:
		radial-gradient(circle at 50% 0, rgba(184, 154, 99, 0.12), transparent 34rem),
		#fffdf8;
}

.vinos-category-section__header {
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.vinos-category-section__header .vinos-section__kicker {
	margin-bottom: 0.85rem;
}

.vinos-category-section__header h1 {
	color: #2f2927;
	font-family: var(--vinos-serif);
	font-size: clamp(3.3rem, 8vw, 7.5rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.92;
	text-transform: none;
}

.vinos-category-section__description {
	color: var(--vinos-muted);
	font-size: clamp(0.98rem, 1.1vw, 1.1rem);
	margin: 1.35rem auto 0;
	max-width: 42rem;
}

.vinos-category-section__description p {
	margin: 0;
}

.vinos-category-children {
	padding: 0 0 clamp(2rem, 4vw, 3rem);
	position: static;
}

.vinos-category-toolbar {
	align-items: center;
	border-bottom: 1px solid rgba(33, 24, 23, 0.12);
	border-top: 1px solid rgba(33, 24, 23, 0.12);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
	padding: 1rem 0;
}

.vinos-category-toolbar__count,
.vinos-category-toolbar .woocommerce-ordering {
	margin: 0;
}

.vinos-category-toolbar__count {
	color: #8b837e;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.vinos-category-toolbar select {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(33, 24, 23, 0.28);
	border-radius: 0;
	color: #3d3733;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	padding: 0.35rem 1.6rem 0.35rem 0;
	text-transform: uppercase;
}

.vinos-category-products {
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.woocommerce-pagination ul {
	align-items: center;
	display: flex;
	gap: 0.55rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
	align-items: center;
	border: 1px solid rgba(33, 24, 23, 0.16);
	color: #5a5550;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	height: 2.45rem;
	justify-content: center;
	letter-spacing: 0.12em;
	min-width: 2.45rem;
	padding: 0 0.8rem;
	text-decoration: none;
	text-transform: uppercase;
}

.woocommerce-pagination .current,
.woocommerce-pagination a:hover,
.woocommerce-pagination a:focus {
	background: var(--vinos-bordeaux);
	border-color: var(--vinos-bordeaux);
	color: #fffaf1;
}

.vinos-search-page {
	background:
		radial-gradient(circle at 18% 0, rgba(184, 154, 99, 0.14), transparent 28rem),
		radial-gradient(circle at 86% 8%, rgba(100, 23, 45, 0.08), transparent 26rem),
		#fffdf8;
	min-height: 70vh;
	padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 4vw, 4rem) clamp(5rem, 9vw, 8rem);
}

.vinos-search-section {
	margin: 0 auto;
	max-width: 1440px;
}

.vinos-search-header {
	margin: 0 auto clamp(2rem, 5vw, 4rem);
	max-width: 820px;
	text-align: center;
}

.vinos-search-header h1 {
	color: #2f2927;
	font-size: clamp(2.8rem, 7vw, 6.4rem);
	line-height: 0.95;
	margin: 0;
}

.vinos-search-header__form {
	margin: clamp(1.5rem, 3vw, 2.6rem) auto 0;
	max-width: 620px;
}

.vinos-search-header .search-form {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(33, 24, 23, 0.12);
	box-shadow: 0 18px 42px rgba(31, 16, 12, 0.06);
	display: flex;
	gap: 0.75rem;
	padding: 0.5rem;
}

.vinos-search-header .search-form label {
	flex: 1;
	margin: 0;
}

.vinos-search-header .search-field {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--vinos-ink);
	min-height: 3rem;
	padding: 0 1rem;
	width: 100%;
}

.vinos-search-header .search-submit {
	border-radius: 0;
	min-height: 3rem;
	white-space: nowrap;
}

.vinos-search-toolbar {
	border-bottom: 1px solid rgba(33, 24, 23, 0.12);
	border-top: 1px solid rgba(33, 24, 23, 0.12);
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
	padding: 1rem 0;
	text-align: center;
}

.vinos-search-toolbar p {
	color: #8b837e;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin: 0;
	text-transform: uppercase;
}

.vinos-search-results {
	display: grid;
	gap: clamp(2.2rem, 4vw, 4rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vinos-search-card {
	background: var(--vinos-paper);
	border: 1px solid rgba(33, 24, 23, 0.1);
	box-shadow: 0 22px 46px rgba(31, 16, 12, 0.06);
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
}

.vinos-search-card__image {
	aspect-ratio: 1 / 1;
	background: #fff;
	display: block;
	overflow: hidden;
}

.vinos-search-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
	width: 100%;
}

.vinos-search-card:hover .vinos-search-card__image img {
	transform: scale(1.035);
}

.vinos-search-card__body {
	display: grid;
	gap: 0.9rem;
	padding: clamp(1.25rem, 2vw, 1.8rem);
}

.vinos-search-card__type {
	color: var(--vinos-gold);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	margin: 0;
	text-transform: uppercase;
}

.vinos-search-card__title {
	font-size: clamp(1.5rem, 2.2vw, 2.25rem);
	line-height: 1;
	margin: 0;
}

.vinos-search-card__title a {
	text-decoration: none;
}

.vinos-search-card__summary {
	color: var(--vinos-muted);
	font-size: 0.95rem;
}

.vinos-search-card__summary p {
	margin: 0;
}

.vinos-search-page .navigation.pagination {
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.vinos-search-page .nav-links {
	align-items: center;
	display: flex;
	gap: 0.55rem;
	justify-content: center;
}

.vinos-search-page .page-numbers {
	align-items: center;
	border: 1px solid rgba(33, 24, 23, 0.16);
	color: #5a5550;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	height: 2.45rem;
	justify-content: center;
	letter-spacing: 0.12em;
	min-width: 2.45rem;
	padding: 0 0.8rem;
	text-decoration: none;
	text-transform: uppercase;
}

.vinos-search-page .page-numbers.current,
.vinos-search-page a.page-numbers:hover,
.vinos-search-page a.page-numbers:focus {
	background: var(--vinos-bordeaux);
	border-color: var(--vinos-bordeaux);
	color: #fffaf1;
}

.vinos-search-empty {
	background: var(--vinos-paper);
	border: 1px solid rgba(33, 24, 23, 0.1);
	box-shadow: 0 22px 46px rgba(31, 16, 12, 0.06);
	margin: 0 auto;
	max-width: 720px;
	padding: clamp(2rem, 4vw, 3.5rem);
	text-align: center;
}

.vinos-search-empty h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	margin: 0 0 1rem;
}

.vinos-search-empty p {
	color: var(--vinos-muted);
	margin: 0;
}

@media (max-width: 900px) {
	.vinos-search-results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.vinos-search-header .search-form {
		align-items: stretch;
		flex-direction: column;
	}

	.vinos-search-header .search-submit {
		width: 100%;
	}

	.vinos-search-results {
		grid-template-columns: 1fr;
	}
}

@keyframes vinos-shop-slide {
	0%,
	29% {
		opacity: 1;
		z-index: 1;
	}

	33%,
	100% {
		opacity: 0;
		z-index: 0;
	}
}

@keyframes vinos-shop-dot {
	0%,
	29% {
		background: #a99480;
	}

	33%,
	100% {
		background: rgba(169, 148, 128, 0.35);
	}
}

.vinos-card-grid {
	display: grid;
	gap: clamp(1.2rem, 2vw, 2rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vinos-card {
	background: var(--vinos-paper);
	border: 1px solid var(--vinos-line);
	box-shadow: 0 18px 44px rgba(53, 16, 27, 0.08);
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100%;
}

.vinos-card__image {
	align-items: center;
	aspect-ratio: 4 / 5;
	background:
		linear-gradient(180deg, rgba(255, 250, 241, 0.74), rgba(229, 216, 192, 0.72)),
		radial-gradient(circle, rgba(184, 154, 99, 0.28), transparent 58%);
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.vinos-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease;
	width: 100%;
}

.vinos-card:hover .vinos-card__image img {
	transform: scale(1.035);
}

.vinos-card__body {
	padding: clamp(1.2rem, 2vw, 2rem);
}

.vinos-card__body h3 {
	font-size: clamp(1.7rem, 3vw, 2.8rem);
	margin: 0 0 1rem;
}

.vinos-card__body h3 a {
	text-decoration: none;
}

.vinos-card__body .entry-summary,
.vinos-card__body p:last-child {
	color: var(--vinos-muted);
	margin-bottom: 0;
}

.vinos-story-products {
	background: #fffdf8;
	display: grid;
	grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
	min-height: clamp(560px, 56vw, 780px);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.vinos-story-products > * {
	min-width: 0;
}

.vinos-story-products__content {
	align-content: start;
	display: grid;
	gap: clamp(1.7rem, 3vw, 2.8rem);
	padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 3rem) 0 0;
}

.vinos-story-products__content h2 {
	color: #5a5550;
	font-size: clamp(2rem, 3.1vw, 4rem);
	line-height: 1.02;
	margin: 0;
	max-width: none;
}

.vinos-story-products__content > p {
	color: var(--vinos-muted);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	margin: 0;
	max-width: 34rem;
}

.vinos-story-products__media {
	margin: 0;
	overflow: hidden;
}

.vinos-story-products__media img {
	display: block;
	height: auto;
	max-height: clamp(420px, 42vw, 680px);
	object-fit: contain;
	object-position: center bottom;
	width: 100%;
}

.vinos-story-products__rail {
	align-content: start;
	display: grid;
	gap: clamp(2rem, 4vw, 3.2rem);
	padding: clamp(5.6rem, 9vw, 8rem) clamp(1rem, 2.6vw, 2rem);
}

.vinos-story-product {
	display: grid;
	gap: 1.15rem;
	grid-template-rows: auto auto;
	justify-items: center;
	margin: 0;
	min-width: 0;
	text-align: center;
}

.vinos-story-product__image {
	align-items: flex-end;
	aspect-ratio: 1 / 1;
	background: #fff;
	display: flex;
	justify-content: center;
	line-height: 0;
	overflow: clip;
	text-decoration: none;
	width: 100%;
}

.vinos-story-product__image img,
.vinos-story-product__image .vinos-home-product-thumb {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center bottom;
	transition: transform 260ms ease, filter 260ms ease;
	width: auto;
}

/*.vinos-story-product:hover .vinos-story-product__image img {
	filter: drop-shadow(0 24px 20px rgba(31, 16, 12, 0.16));
	transform: translateY(-0.35rem);
}*/

.vinos-story-product h3 {
	color: #3d3733;
	font-family: var(--vinos-sans);
	font-size: clamp(0.72rem, 0.86vw, 0.86rem);
	font-weight: 800;
	grid-row: 2;
	letter-spacing: 0.24em;
	line-height: 1.35;
	margin: 0;
	max-width: 20ch;
	text-transform: uppercase;
}

.vinos-story-product h3 a {
	text-decoration: none;
}

.vinos-image-cta {
	align-items: center;
	background:
		linear-gradient(rgba(8, 8, 8, 0.5), rgba(8, 8, 8, 0.5)),
		var(--vinos-image-cta-bg, linear-gradient(135deg, #171717, #4a403b));
	background-position: center;
	background-size: cover;
	color: #fffaf1;
	display: flex;
	justify-content: center;
	min-height: clamp(360px, 46vw, 620px);
	padding: clamp(4rem, 10vw, 8rem) clamp(1.25rem, 4vw, 4rem);
	text-align: center;
}

.vinos-image-cta__content {
	display: grid;
	gap: clamp(1.8rem, 3vw, 2.8rem);
	justify-items: center;
	max-width: 760px;
}

.vinos-image-cta h2 {
	color: #fffaf1;
	font-family: var(--vinos-sans);
	font-size: clamp(1rem, 1.7vw, 1.45rem);
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

.vinos-image-cta__button {
	color: #fffaf1;
	font-size: clamp(0.78rem, 1.1vw, 1rem);
	font-weight: 800;
	letter-spacing: 0.14em;
	padding-bottom: 0.45rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.vinos-image-cta__button::before,
.vinos-image-cta__button::after {
	background: currentColor;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.vinos-image-cta__button::before {
	opacity: 0.55;
}

.vinos-image-cta__button::after {
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 260ms ease;
}

.vinos-image-cta__button:hover::after,
.vinos-image-cta__button:focus::after {
	transform: scaleX(1);
}

.site-main > article,
.site-main > .page-header,
.site-main > .post-navigation,
.site-main > .posts-navigation,
.site-main > .comments-area,
.widget-area {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	padding-left: clamp(1.25rem, 4vw, 3rem);
	padding-right: clamp(1.25rem, 4vw, 3rem);
}

.site-main > article,
.site-main > .page-header {
	padding-top: clamp(4rem, 9vw, 8rem);
}

.entry-header {
	border-bottom: 1px solid var(--vinos-line);
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
}

.entry-meta,
.entry-footer,
.cat-links,
.tags-links,
.comments-link {
	color: var(--vinos-muted);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.post-thumbnail img {
	box-shadow: var(--vinos-shadow);
	display: block;
	margin-bottom: 2rem;
	width: 100%;
}

.entry-content {
	color: #3a302c;
	font-size: 1.06rem;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}

.entry-content .alignwide {
	max-width: 1120px;
}

.entry-content .alignfull {
	max-width: none;
}

.site-footer {
	background: #fff;
	color: var(--vinos-muted);
	position: relative;
}

.site-footer__border {
	background: linear-gradient(
		90deg,
		rgba(184, 154, 99, 0) 0%,
		rgba(184, 154, 99, 0.45) 18%,
		rgba(100, 23, 45, 0.35) 50%,
		rgba(184, 154, 99, 0.45) 82%,
		rgba(184, 154, 99, 0) 100%
	);
	height: 1px;
	margin: 0 auto;
	max-width: min(1180px, calc(100% - 2.5rem));
	position: relative;
	top: 0;
}

.site-footer__border::before {
	background: rgba(33, 24, 23, 0.08);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 3px;
}

.site-footer__inner {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 4vw, 3.5rem);
	grid-template-columns: minmax(0, 1fr) minmax(260px, 1.2fr) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1440px;
	padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 5rem) clamp(2rem, 4vw, 3rem);
}

.site-footer__column {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	min-width: 0;
}

.site-footer__column--left {
	align-items: flex-start;
	justify-content: center;
}

.site-footer__column--center {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.site-footer__column--right {
	align-items: flex-end;
	justify-content: center;
}

.site-footer__logo {
	display: block;
	height: auto;
	max-height: clamp(72px, 10vw, 120px);
	max-width: min(100%, 220px);
	object-fit: contain;
	width: auto;
}

.site-footer__title {
	color: var(--vinos-ink);
	font-family: var(--vinos-serif);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.35;
	margin: 0;
	max-width: 28rem;
}

.site-footer__text {
	color: var(--vinos-muted);
	font-size: 0.92rem;
	line-height: 1.65;
	margin: 0;
	max-width: 32rem;
}

.site-footer__column--center .site-footer__social {
	justify-content: center;
}

.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__social a {
	align-items: center;
	background: #4c4642;
	border-radius: 50%;
	color: #fffaf1;
	display: inline-flex;
	height: 2.35rem;
	justify-content: center;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 2.35rem;
}

.site-footer__social a:hover,
.site-footer__social a:focus {
	background: var(--vinos-bordeaux);
	transform: translateY(-1px);
}

.site-footer__social .vinos-icon {
	font-size: 1.05rem;
	line-height: 1;
}

.site-footer__bottom {
	padding: 0 clamp(1.25rem, 4vw, 5rem) clamp(2rem, 4vw, 2.75rem);
}

.site-footer__bottom-divider {
	background: linear-gradient(
		90deg,
		rgba(184, 154, 99, 0) 0%,
		rgba(184, 154, 99, 0.35) 20%,
		rgba(100, 23, 45, 0.28) 50%,
		rgba(184, 154, 99, 0.35) 80%,
		rgba(184, 154, 99, 0) 100%
	);
	height: 1px;
	margin: 0 auto clamp(1.5rem, 3vw, 2rem);
	max-width: min(1180px, 100%);
	position: relative;
}

.site-footer__bottom-divider::after {
	background: rgba(33, 24, 23, 0.06);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 4px;
}

.site-footer__bottom-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin: 0 auto;
	max-width: 1440px;
	text-align: center;
}

.site-footer__copyright {
	color: var(--vinos-muted);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin: 0;
	text-transform: uppercase;
}

.site-footer__credit {
	align-items: center;
	color: var(--vinos-muted);
	display: inline-flex;
	font-size: 0.82rem;
	gap: 0.55rem;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-decoration: none;
	transition: color 180ms ease, opacity 180ms ease;
}

.site-footer__credit:hover,
.site-footer__credit:focus {
	color: var(--vinos-bordeaux);
}

.site-footer__credit-logo {
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	height: 1.75rem;
	object-fit: cover;
	width: 1.75rem;
}

.site-footer__help {
	align-items: center;
	background: #b89a63;
	border-radius: 999px;
	bottom: 1.5rem;
	box-shadow: 0 14px 34px rgba(31, 16, 12, 0.18);
	color: #fffaf1;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 0.45rem;
	left: 1.25rem;
	letter-spacing: 0.12em;
	padding: 0.85rem 1.15rem;
	position: fixed;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 9990;
}

.site-footer__help .vinos-icon {
	font-size: 1rem;
	line-height: 1;
}

.site-footer__help:hover,
.site-footer__help:focus {
	background: #9a7f4f;
	color: #fffaf1;
}

.vinos-icon {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	vertical-align: middle;
}

.vinos-cart-drawer {
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 100000;
}

.vinos-cart-drawer__overlay {
	background: rgba(31, 29, 27, 0.58);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	inset: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	transition: opacity 240ms ease;
}

.vinos-cart-drawer__panel {
	background: #fffdf8;
	box-shadow: -24px 0 64px rgba(31, 16, 12, 0.18);
	color: var(--vinos-ink);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-left: auto;
	max-width: min(100vw, 440px);
	overflow-y: auto;
	position: relative;
	transform: translateX(100%);
	transition: transform 280ms ease;
	width: 38vw;
}

.vinos-cart-drawer.is-open {
	pointer-events: auto;
}

.vinos-cart-drawer.is-open .vinos-cart-drawer__overlay {
	opacity: 1;
}

.vinos-cart-drawer.is-open .vinos-cart-drawer__panel {
	transform: translateX(0);
}

body.vinos-cart-drawer-open {
	overflow: hidden;
}

.vinos-cart-drawer__header {
	align-items: center;
	border-bottom: 1px solid rgba(33, 24, 23, 0.1);
	display: flex;
	justify-content: space-between;
	min-height: 6.4rem;
	padding: 1.7rem clamp(1.4rem, 4vw, 2.4rem);
}

.vinos-cart-drawer__header h2 {
	color: var(--vinos-ink);
	font-family: var(--vinos-sans);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.24em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.vinos-cart-drawer__header h2 span {
	color: var(--vinos-muted);
	font-weight: 600;
	letter-spacing: 0.12em;
}

.vinos-cart-drawer__close {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--vinos-muted);
	cursor: pointer;
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	padding: 0;
	width: 2rem;
}

.vinos-cart-drawer__close .vinos-icon {
	font-size: 1.35rem;
	line-height: 1;
}

.vinos-cart-drawer__body {
	flex: 1;
	padding: clamp(1.5rem, 4vw, 2.4rem);
}

.vinos-cart-drawer .woocommerce-mini-cart {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vinos-cart-drawer .woocommerce-mini-cart-item {
	border-bottom: 1px solid rgba(33, 24, 23, 0.1);
	display: grid;
	gap: 0.9rem;
	grid-template-columns: 72px 1fr;
	margin: 0;
	padding: 0 0 1.2rem;
	position: relative;
}

.vinos-cart-drawer .woocommerce-mini-cart-item + .woocommerce-mini-cart-item {
	margin-top: 1.2rem;
}

.vinos-cart-drawer .woocommerce-mini-cart-item img {
	grid-row: span 2;
	height: 88px;
	object-fit: cover;
	width: 72px;
}

.vinos-cart-drawer .woocommerce-mini-cart-item a:not(.remove) {
	color: var(--vinos-ink);
	font-weight: 700;
	text-decoration: none;
}

.vinos-cart-drawer .woocommerce-mini-cart-item .quantity {
	color: var(--vinos-muted);
	font-size: 0.88rem;
}

.vinos-cart-drawer .woocommerce-mini-cart-item .remove {
	color: var(--vinos-muted);
	font-size: 1.2rem;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
}

.vinos-cart-drawer .woocommerce-mini-cart__total {
	border-top: 1px solid rgba(33, 24, 23, 0.16);
	display: flex;
	justify-content: space-between;
	margin: 1.6rem 0 1rem;
	padding-top: 1.2rem;
}

.vinos-cart-drawer .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 0.75rem;
	margin: 0;
}

.vinos-cart-drawer .woocommerce-mini-cart__buttons .button {
	align-items: center;
	background: #a99480;
	border-color: #a99480;
	border-radius: 0;
	color: #fffaf1;
	display: inline-flex;
	justify-content: center;
	min-height: 3rem;
	width: 100%;
}

.vinos-cart-drawer .woocommerce-mini-cart__empty-message {
	color: var(--vinos-muted);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 1.4rem;
	text-align: center;
	text-transform: uppercase;
}

.vinos-cart-drawer .woocommerce-mini-cart__empty-message + .button,
.vinos-cart-drawer__body .button.wc-forward {
	align-items: center;
	background: #a99480;
	border-color: #a99480;
	border-radius: 0;
	color: #fffaf1;
	display: inline-flex;
	justify-content: center;
	min-height: 3rem;
	width: 100%;
}

@media (max-width: 900px) {
	.site-header__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.main-navigation {
		display: block;
		width: 100%;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.main-navigation ul {
		background: var(--vinos-paper);
		border: 1px solid var(--vinos-line);
		box-shadow: var(--vinos-shadow);
		display: none;
		margin-top: 1rem;
		padding: 1rem;
		width: 100%;
	}

	.main-navigation.toggled ul {
		display: block;
	}

	.main-navigation li + li {
		border-top: 1px solid var(--vinos-line);
	}

	.main-navigation a {
		justify-content: space-between;
		padding: 0.95rem 0;
		width: 100%;
	}

	.main-navigation ul ul {
		background: transparent;
		border: 0;
		box-shadow: none;
		display: block;
		left: auto;
		opacity: 1;
		padding: 0 0 0 1rem;
		position: static;
		transform: none;
		visibility: visible;
	}

	.vinos-intro__grid,
	.vinos-card-grid,
	.vinos-wines__layout,
	.vinos-story-products,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.vinos-shop-hero__track {
		aspect-ratio: 16 / 5.4;
		min-height: 240px;
	}

	.vinos-shop-categories {
		background: rgba(255, 253, 248, 0.96);
		gap: 1.4rem;
		overflow-x: auto;
		justify-content: flex-start;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		top: 4.8rem;
	}

	.admin-bar .vinos-shop-categories {
		top: calc(4.8rem + 32px);
	}

	.vinos-shop-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vinos-story-products {
		min-height: 0;
	}

	.vinos-story-products__rail {
		gap: clamp(1.2rem, 5vw, 2rem);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		order: 2;
		padding: 0 clamp(1.25rem, 6vw, 3rem) clamp(3rem, 10vw, 5rem);
	}

	.vinos-story-products__media {
		aspect-ratio: 16 / 10;
		display: none;
	}

	.vinos-story-products__content {
		order: 1;
		padding: clamp(3rem, 12vw, 5rem) clamp(2.5rem, 10vw, 4rem) clamp(1.5rem, 5vw, 2rem);
	}

	.vinos-story-products__content h2 {
		font-size: clamp(2.25rem, 10vw, 3.4rem);
		max-width: 10ch;
	}

	.vinos-image-cta {
		min-height: 320px;
	}

	.vinos-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vinos-product-card__image {
		width: 100%;
	}

	.vinos-wines__feature-image {
		display: none;
	}

	.vinos-wines__feature {
		justify-items: start;
		text-align: left;
	}

	.vinos-intro__grid {
		min-height: 0;
	}

	.vinos-intro__content {
		padding: clamp(3rem, 10vw, 5rem) clamp(1.25rem, 6vw, 3rem);
	}

	.vinos-intro__media {
		min-height: 360px;
	}

	.vinos-cart-drawer__panel {
		max-width: min(100vw, 390px);
		width: 88vw;
	}

	.site-footer__column--left,
	.site-footer__column--center,
	.site-footer__column--right {
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 560px) {
	.vinos-hero {
		min-height: 560px;
	}

	.vinos-hero__actions,
	.vinos-button {
		width: 100%;
	}

	.vinos-button {
		align-items: center;
	}

	.vinos-shop-hero__track {
		aspect-ratio: 1 / 0.55;
		min-height: 220px;
	}

	.vinos-shop-info__lead {
		letter-spacing: 0.14em;
	}

	.vinos-shop-products {
		grid-template-columns: 1fr;
	}
}

/* Header layout matching the reference navigation */
.site-header {
	background: rgba(255, 253, 248, 0.96);
	border-bottom: 1px solid rgba(33, 24, 23, 0.08);
	box-shadow: 0 10px 34px rgba(31, 16, 12, 0.08);
}

.site-header__inner {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	max-width: none;
	padding: 0;
}

.site-branding {
	align-items: center;
	justify-content: center;
	min-height: 3.15rem;
	padding: 0.45rem 1rem 0.2rem;
	text-align: center;
}

.site-branding .custom-logo {
	max-height: 42px;
}

.custom-logo-link + .site-title {
	display: none;
}

.site-description {
	display: none;
}

.main-navigation {
	display: flex;
	justify-content: center;
	min-height: 2.7rem;
	width: 100%;
}

.main-navigation ul {
	gap: clamp(1.25rem, 3vw, 3.15rem);
	justify-content: center;
}

.main-navigation a {
	align-items: center;
	color: #241c1b;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	padding: 0.76rem 0;
}

.main-navigation .menu-item-has-children > a::before,
.main-navigation .page_item_has_children > a::before {
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	display: inline-block;
	height: 0.32rem;
	margin-left: 0.45rem;
	order: 2;
	transform: rotate(45deg) translateY(-0.12rem);
	width: 0.32rem;
}

.vinos-menu-products {
	display: none;
}

.site-header__utility {
	align-items: center;
	display: flex;
	gap: clamp(1.1rem, 2.5vw, 2.7rem);
	justify-content: center;
	min-height: 1.72rem;
}

.site-header__utility-link {
	align-items: center;
	color: #2f2927;
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.18em;
	min-height: 1.4rem;
	min-width: 1.4rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.site-header__utility-link .vinos-icon {
	display: inline-block;
	font-family: remixicon !important;
	font-size: 1.2rem;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1;
	text-transform: none !important;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.site-header__utility-link .vinos-icon--header {
	font-size: 1.1rem;
	font-weight: 400 !important;
	opacity: 0.88;
}

.site-header__utility-link--cart {
	position: relative;
}

.site-header__utility-link--cart .vinos-icon--bag {
	font-size: 1.18rem;
	opacity: 1;
}

.site-header__utility-link--cart .vinos-icon {
	color: inherit;
}

.site-header__utility-link--cart small {
	align-items: center;
	background: var(--vinos-bordeaux);
	border-radius: 50%;
	color: #fffaf1;
	display: flex;
	font-size: 0.58rem;
	height: 1rem;
	justify-content: center;
	position: absolute;
	right: -0.65rem;
	top: -0.45rem;
	width: 1rem;
}

.menu-toggle {
	border: 0;
	border-radius: 0;
	height: 2rem;
	padding: 0;
	position: relative;
	width: 2rem;
}

.menu-toggle__line,
.menu-toggle__line::before,
.menu-toggle__line::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.5px;
	left: 0.22rem;
	position: absolute;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 1.55rem;
}

.menu-toggle__line {
	top: 50%;
}

.menu-toggle__line::before {
	left: 0;
	top: -0.48rem;
}

.menu-toggle__line::after {
	left: 0;
	top: 0.48rem;
}

.main-navigation.toggled .menu-toggle__line {
	background: transparent;
}

.main-navigation.toggled .menu-toggle__line::before {
	top: 0;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle__line::after {
	top: 0;
	transform: rotate(-45deg);
}

@media (min-width: 901px) {
	.site-header {
		overflow: visible;
	}

	.menu-toggle,
	.site-header__utility-link--search {
		display: none;
	}

	.main-navigation .vinos-menu-products-parent {
		margin-bottom: -2.25rem;
		padding-bottom: 2.25rem;
		position: static;
	}

	.main-navigation .vinos-menu-products-parent > a {
		position: relative;
	}

	.vinos-menu-products {
		background: #fffdf8;
		border-top: 1px solid rgba(33, 24, 23, 0.08);
		box-shadow: 0 28px 50px rgba(31, 16, 12, 0.1);
		display: block;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 100%;
		transform: translateY(0.65rem);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
		visibility: hidden;
		z-index: 99998;
	}

	.main-navigation .vinos-menu-products-parent:hover > .vinos-menu-products,
	.main-navigation .vinos-menu-products-parent:focus-within > .vinos-menu-products,
	.main-navigation .vinos-menu-products-parent.is-open > .vinos-menu-products {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.vinos-menu-products__inner {
		margin: 0 auto;
		max-width: 1240px;
		padding: clamp(2.25rem, 3.6vw, 3.6rem) clamp(1.5rem, 4vw, 4rem) clamp(2rem, 3.2vw, 3.2rem);
	}

	.vinos-menu-products__eyebrow {
		color: #423a36;
		font-family: var(--vinos-serif);
		font-size: clamp(0.72rem, 0.85vw, 0.9rem);
		font-weight: 800;
		letter-spacing: 0.08em;
		line-height: 1.35;
		margin: 0 0 1.6rem;
		text-align: left;
		text-transform: uppercase;
	}

	.vinos-menu-products__grid {
		align-items: stretch;
		display: grid;
		gap: clamp(1rem, 1.8vw, 1.8rem);
		grid-template-columns: repeat(auto-fit, minmax(118px, 142px));
		justify-content: center;
	}

	.main-navigation .vinos-menu-products__item {
		align-content: end;
		color: #5a5550;
		display: grid;
		font-size: clamp(0.58rem, 0.68vw, 0.72rem);
		font-weight: 800;
		gap: 0.95rem;
		justify-items: center;
		letter-spacing: 0.11em;
		line-height: 1.35;
		min-width: 0;
		padding: 0.8rem 0.55rem 0.7rem;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	}

	.main-navigation .vinos-menu-products__item::after {
		display: none;
	}

	.main-navigation .vinos-menu-products__item:hover,
	.main-navigation .vinos-menu-products__item:focus {
		background: rgba(169, 148, 128, 0.09);
		color: #241c1b;
		outline: 0;
		transform: translateY(-0.16rem);
	}

	.vinos-menu-products__image {
		align-items: end;
		display: flex;
		height: clamp(140px, 14vw, 190px);
		justify-content: center;
		width: 100%;
	}

	.vinos-menu-products__image img {
		display: block;
		filter: drop-shadow(0 18px 18px rgba(31, 16, 12, 0.14));
		max-height: 100%;
		object-fit: contain;
		transition: filter 220ms ease, transform 220ms ease;
		width: auto;
	}

	.vinos-menu-products__item:hover .vinos-menu-products__image img,
	.vinos-menu-products__item:focus .vinos-menu-products__image img {
		filter: drop-shadow(0 24px 22px rgba(31, 16, 12, 0.2));
		transform: translateY(-0.35rem);
	}

	.vinos-menu-products__name {
		display: block;
		max-width: 20ch;
		min-height: 2.7em;
	}

	.site-header__utility:not(.has-commerce) {
		display: none;
	}

	.site-header__utility-link--cart,
	.site-header__utility-link--account {
		display: inline-flex;
	}
}

@media (max-width: 900px) {
	.site-header {
		background: #fffdf8;
		position: sticky;
	}

	.site-header__inner {
		align-items: center;
		display: flex;
		min-height: 4.8rem;
		padding: 0 1.25rem;
		position: relative;
	}

	.site-branding {
		border: 0;
		justify-content: flex-start;
		min-height: 0;
		padding: 0;
		text-align: left;
	}

	.site-branding .custom-logo {
		max-height: 46px;
	}

	.site-title {
		font-size: 1.2rem;
		max-width: 10ch;
	}

	.main-navigation {
		border: 0;
		margin-left: auto;
		min-height: 0;
		width: auto;
	}

	.menu-toggle {
		color: #2f2927;
		display: inline-flex;
		position: relative;
		z-index: 1001;
	}

	.site-header__utility {
		gap: 1.25rem;
		margin-left: auto;
		margin-right: 1rem;
		min-height: 0;
		position: relative;
		z-index: 1001;
	}

	.site-header__utility-link {
		letter-spacing: 0;
	}

	.site-header__utility-link--home,
	.site-header__utility-link--club,
	.site-header__utility-link--language {
		display: none;
	}

	.main-navigation ul {
		background: #fffdf8;
		border: 0;
		box-shadow: 0 24px 55px rgba(31, 16, 12, 0.18);
		display: none;
		height: calc(100vh - 4.8rem);
		left: 0;
		margin: 0;
		overflow-y: auto;
		padding: clamp(2.2rem, 9vw, 4rem) clamp(2.5rem, 11vw, 4rem);
		position: fixed;
		right: auto;
		top: 4.8rem;
		width: min(88vw, 360px);
		z-index: 999;
	}

	.main-navigation.toggled ul {
		display: block;
	}

	.main-navigation li {
		border-bottom: 1px solid rgba(33, 24, 23, 0.18);
	}

	.main-navigation li + li {
		border-top: 0;
	}

	.main-navigation a {
		color: #202020;
		font-size: 0.86rem;
		font-weight: 900;
		justify-content: space-between;
		letter-spacing: 0.23em;
		padding: 1.6rem 0;
		width: 100%;
	}

	.main-navigation a::after {
		display: none;
	}

	.main-navigation .menu-item-has-children > a::before,
	.main-navigation .page_item_has_children > a::before {
		border: 0;
		content: "+";
		font-size: 1.2rem;
		font-weight: 300;
		height: auto;
		line-height: 1;
		margin-left: auto;
		transform: none;
		width: auto;
	}

	.main-navigation ul ul {
		background: transparent;
		border: 0;
		box-shadow: none;
		display: none;
		left: auto;
		opacity: 1;
		padding: 0 0 1rem 1rem;
		position: static;
		transform: none;
		visibility: visible;
	}

	.main-navigation li.focus > ul,
	.main-navigation li:hover > ul {
		display: block;
	}

	.vinos-menu-products {
		display: none !important;
	}
}

@media (max-width: 520px) {
	.site-header__inner {
		min-height: 4.55rem;
		padding: 0 1rem;
	}

	.site-header__utility {
		gap: 1rem;
		margin-right: 0.75rem;
	}

	.site-header__utility-link .vinos-icon {
		font-size: 1.05rem;
	}

	.main-navigation ul {
		height: calc(100vh - 4.55rem);
		padding-left: 2.45rem;
		padding-right: 2.45rem;
		top: 4.55rem;
		width: min(89vw, 340px);
	}
}

/* Final header refinements */
a:visited,
.site-title a:visited,
.main-navigation a:visited,
.site-header__utility-link:visited {
	color: inherit;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-title a:focus,
.site-title a:visited {
	color: var(--vinos-bordeaux);
	text-decoration: none;
}

.main-navigation a,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:visited,
.site-header__utility-link,
.site-header__utility-link:hover,
.site-header__utility-link:focus,
.site-header__utility-link:visited {
	color: #241c1b;
}

@media (max-width: 900px) {
	.site-header__inner {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0;
		justify-content: space-between;
	}

	.site-branding {
		flex: 0 1 auto;
		max-width: min(48vw, 220px);
		order: 1;
	}

	.site-title {
		font-size: clamp(1.15rem, 5vw, 1.45rem);
		line-height: 1;
		margin: 0;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.site-header__utility {
		flex: 0 0 auto;
		gap: clamp(0.9rem, 4vw, 1.25rem);
		margin-left: auto;
		margin-right: 0.9rem;
		order: 2;
	}

	.main-navigation {
		flex: 0 0 auto;
		margin-left: 0;
		order: 3;
	}

	.menu-toggle {
		align-items: center;
		background: transparent;
		justify-content: center;
	}

	.main-navigation ul {
		left: 0;
		margin-top: 0;
		max-width: 390px;
		padding-bottom: 5rem;
		transform: translateX(-105%);
		transition: transform 220ms ease;
	}

	.main-navigation.toggled ul {
		display: block;
		transform: translateX(0);
	}

	.main-navigation a,
	.main-navigation a:hover,
	.main-navigation a:focus,
	.main-navigation a:visited {
		color: #111;
		text-decoration: none;
	}
}

@media (max-width: 520px) {
	.site-branding {
		max-width: 42vw;
	}

	.site-header__utility {
		gap: 0.85rem;
		margin-right: 0.65rem;
	}

	.menu-toggle {
		height: 1.9rem;
		width: 1.9rem;
	}
}

/* Dropdown indicators and responsive submenu behavior */
.main-navigation .menu-item-has-children > a::before,
.main-navigation .page_item_has_children > a::before {
	border: 0;
	border-bottom: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	content: "";
	height: 0.38rem;
	margin-left: 0.65rem;
	margin-top: 0;
	order: 2;
	position: relative;
	top: -0.08rem;
	transform: rotate(45deg);
	width: 0.38rem;
}

@media (max-width: 900px) {
	.main-navigation.toggled ul ul,
	.main-navigation li:hover > ul {
		display: none;
	}

	.main-navigation.toggled li.focus > ul {
		display: block;
	}

	.main-navigation .menu-item-has-children > a::before,
	.main-navigation .page_item_has_children > a::before {
		align-items: center;
		border: 0;
		color: #111;
		content: "+";
		display: inline-flex;
		font-size: 1.05rem;
		font-weight: 300;
		height: 1.2rem;
		justify-content: center;
		margin: 0 0 0 auto;
		transform: none;
		width: 1.2rem;
	}

	.main-navigation .menu-item-has-children.focus > a::before,
	.main-navigation .page_item_has_children.focus > a::before {
		content: "-";
	}

	.main-navigation ul ul {
		background: rgba(100, 23, 45, 0.035);
		margin: -0.4rem 0 0.9rem;
		padding: 0.3rem 0 0.4rem 1rem;
	}

	.main-navigation ul ul li {
		border-bottom-color: rgba(33, 24, 23, 0.1);
	}

	.main-navigation ul ul a {
		font-size: 0.72rem;
		letter-spacing: 0.16em;
		padding: 0.9rem 0;
	}
}
