/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root {
	--vv-surface-soft: #fffaf1;
	--vv-surface-strong: #f4ecdf;
	--vv-border-soft: rgba(60, 110, 71, 0.22);
	--vv-shadow-soft: 0 14px 30px rgba(35, 31, 32, 0.08);
	--vv-shadow-hover: 0 18px 36px rgba(35, 31, 32, 0.12);
	--vv-focus-ring: rgba(196, 154, 45, 0.42);
	--vv-transition: 180ms ease;
	--vv-header-shrink-height-desktop: 86px;
	--vv-header-shrink-logo-desktop: 76px;
	--vv-header-shrink-height-mobile: 72px;
	--vv-header-shrink-logo-mobile: 60px;
	--vv-copy-size: 1rem;
	--vv-copy-line-height: 1.65;
	--vv-copy-color: var(--theme-text-color);
	--vv-heading-color: var(--theme-headings-color);
	--vv-heading-line-height: 1.18;
	--vv-heading-letter-spacing: 0.01em;
	--vv-h1-size: clamp(2.25rem, 1.95rem + 1.45vw, 3.25rem);
	--vv-h2-size: clamp(1.9rem, 1.65rem + 0.95vw, 2.6rem);
	--vv-h3-size: clamp(1.45rem, 1.28rem + 0.55vw, 1.9rem);
	--vv-h4-size: clamp(1.2rem, 1.08rem + 0.35vw, 1.45rem);
	--vv-meta-size: 0.88rem;
}

html {
	scroll-behavior: smooth;
}

body {
	text-wrap: pretty;
	color: var(--vv-copy-color);
	font-size: var(--vv-copy-size);
	line-height: var(--vv-copy-line-height);
}

body,
button,
input,
select,
textarea {
	font-family: var(--theme-font-family);
}

p,
li,
dd,
dt,
blockquote,
figcaption,
label,
input,
select,
textarea {
	color: var(--vv-copy-color);
	font-size: var(--vv-copy-size);
	line-height: var(--vv-copy-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.entry-summary .entry-title,
.hero-section .page-title {
	color: var(--vv-heading-color);
	font-weight: 700;
	line-height: var(--vv-heading-line-height);
	letter-spacing: var(--vv-heading-letter-spacing);
	text-wrap: balance;
}

h1,
.wp-block-post-title,
.entry-content > h1,
.hero-section .page-title {
	font-size: var(--vv-h1-size);
}

.single-product .entry-summary .entry-title {
	font-size: clamp(1.95rem, 1.65rem + 0.9vw, 2.55rem);
	line-height: 1.1;
}

h2,
.entry-content > h2 {
	font-size: var(--vv-h2-size);
}

h3,
.entry-content > h3 {
	font-size: var(--vv-h3-size);
}

h4,
.entry-content > h4 {
	font-size: var(--vv-h4-size);
}

.entry-content :where(p, ul, ol, dl, blockquote, table),
.woocommerce-tabs .panel :where(p, ul, ol) {
	font-size: var(--vv-copy-size);
	line-height: var(--vv-copy-line-height);
}

.entry-content .has-small-font-size,
.entry-content figcaption,
.wpforms-field-sublabel,
.wpforms-description {
	font-size: var(--vv-meta-size) !important;
	line-height: 1.55;
}

.home .wp-block-cover .wp-block-cover__inner-container p.has-palette-color-5-color {
	color: #f4ecdf !important;
	text-shadow: 0 2px 10px rgba(35, 31, 32, 0.24);
}

:is(.home, .page-id-1020) .wp-block-cover .wp-block-cover__inner-container h1 {
	color: var(--theme-palette-color-1) !important;
	font-size: clamp(2.35rem, 2rem + 1.45vw, 3.95rem) !important;
	line-height: 1.03 !important;
	letter-spacing: 0.01em;
}

.page-id-1020 .wp-block-cover .wp-block-cover__inner-container p.has-palette-color-5-color {
	color: #f4ecdf !important;
	max-width: 62ch;
}

:is(.home, .page-id-1020) .wp-block-cover .wp-block-cover__inner-container p.has-palette-color-5-color strong {
	font-weight: 600;
}

:is(.home, .page-id-1020) .wp-block-cover .wp-block-cover__inner-container > .wp-block-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 1;
	padding: clamp(0.75rem, 1.2vw, 1.15rem);
}

.home .wp-block-cover .wp-block-cover__inner-container::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: min(62%, 820px);
	background:
		linear-gradient(
			90deg,
			rgba(35, 31, 32, 0.34) 0%,
			rgba(35, 31, 32, 0.26) 52%,
			rgba(35, 31, 32, 0.12) 78%,
			rgba(35, 31, 32, 0) 100%
		);
	pointer-events: none;
	z-index: 0;
	filter: blur(2px);
}

:is(.home, .page-id-1020) .wp-block-cover .wp-block-buttons {
	align-items: center;
}

.home .wp-block-cover .wp-block-buttons {
	justify-content: flex-start;
}

:is(.home, .page-id-1020) .wp-block-cover .wp-block-buttons > .wp-block-button {
	display: flex;
}

:is(.home, .page-id-1020) .wp-block-cover .wp-block-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	min-width: 168px;
	justify-content: center;
	min-height: 48px;
	padding: 0.85rem 1.35rem;
	box-sizing: border-box;
}

:is(.home, .page-id-1020) .wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 1px solid rgba(248, 242, 231, 0.88);
	color: #f8f2e7;
	box-shadow: none;
}

:is(.home, .page-id-1020) .wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link:hover,
:is(.home, .page-id-1020) .wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
	background: rgba(248, 242, 231, 0.14);
	border-color: rgba(248, 242, 231, 1);
	color: #fff;
}

.page-id-1020 .entry-content > .wp-block-group,
.page-id-1020 .entry-content > .wp-block-columns {
	margin-inline: auto;
}

.page-id-1020 .entry-content h2,
.page-id-1020 .entry-content h3 {
	text-wrap: balance;
}

.page-id-1020 .wp-block-group.has-background,
.page-id-1020 .wp-block-column .wp-block-group.has-background {
	box-shadow: var(--vv-shadow-soft);
}

.home .wp-block-cover .wp-block-buttons {
	align-items: center;
}

.home .wp-block-cover .wp-block-button .wp-block-button__link {
	min-width: 168px;
	justify-content: center;
}

.home .wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 1px solid rgba(255, 248, 238, 0.72);
	color: #fffdf7;
	box-shadow: none;
}

.home .wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link:hover,
.home .wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
	background: rgba(255, 248, 238, 0.12);
	border-color: rgba(255, 248, 238, 0.9);
	color: #fffdf7;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > dl,
.entry-content > blockquote,
.entry-content > pre,
.entry-content > table,
.woocommerce-tabs .panel > p,
.woocommerce-tabs .panel > ul,
.woocommerce-tabs .panel > ol {
	max-width: 72ch;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > dl,
.entry-content > blockquote,
.entry-content > pre,
.entry-content > table,
.woocommerce-tabs .panel > p,
.woocommerce-tabs .panel > ul,
.woocommerce-tabs .panel > ol {
	margin-inline: auto;
}

.entry-content > * + *,
.woocommerce-tabs .panel > * + *,
.ct-newsletter-subscribe-container > * + * {
	margin-top: clamp(1rem, 0.7rem + 0.8vw, 1.5rem);
}

a,
button,
input,
select,
textarea,
.button,
.wp-element-button,
.ct-menu-link,
.ct-toggle-dropdown-mobile,
.ct-toggle-dropdown-desktop-ghost {
	transition:
		color var(--vv-transition),
		background-color var(--vv-transition),
		border-color var(--vv-transition),
		box-shadow var(--vv-transition),
		transform var(--vv-transition);
}

a:hover,
a:focus-visible {
	text-decoration-thickness: 2px;
	text-underline-offset: 0.16em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.button:focus-visible,
.wp-element-button:focus-visible,
.ct-menu-link:focus-visible,
.ct-toggle-dropdown-mobile:focus-visible,
.ct-toggle-dropdown-desktop-ghost:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce-product-gallery__trigger:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px var(--vv-focus-ring);
	border-radius: 10px;
}

.button,
.wp-block-button__link,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button,
.jetpack-contact-form button,
.wpforms-submit {
	min-height: 44px;
	padding: 0.75rem 1.35rem;
	border-radius: 8px !important;
	border: 1px solid transparent;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.button:hover,
.wp-block-button__link:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:hover,
.jetpack-contact-form button:hover,
.wpforms-submit:hover {
	transform: translateY(-1px);
	box-shadow: var(--vv-shadow-soft);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.woocommerce .button.alt,
.woocommerce-page .button.alt {
	border-width: 1px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea,
.woocommerce form .input-text,
.wpforms-field input,
.wpforms-field select,
.wpforms-field textarea,
.jetpack-contact-form input,
.jetpack-contact-form textarea {
	background: rgba(255, 255, 255, 0.78);
	border: 2px solid var(--vv-border-soft);
	box-shadow: none;
}

input::placeholder,
textarea::placeholder {
	color: rgba(35, 31, 32, 0.58);
}

input:hover,
select:hover,
textarea:hover,
.woocommerce form .input-text:hover,
.wpforms-field input:hover,
.wpforms-field select:hover,
.wpforms-field textarea:hover,
.jetpack-contact-form input:hover,
.jetpack-contact-form textarea:hover {
	border-color: rgba(60, 110, 71, 0.38);
}

input:focus,
select:focus,
textarea:focus,
.woocommerce form .input-text:focus,
.wpforms-field input:focus,
.wpforms-field select:focus,
.wpforms-field textarea:focus,
.jetpack-contact-form input:focus,
.jetpack-contact-form textarea:focus {
	border-color: var(--theme-palette-color-1);
	box-shadow: 0 0 0 4px rgba(107, 13, 28, 0.1);
}

.jetpack-contact-form label,
.wpforms-field-label,
.woocommerce form .form-row label {
	display: inline-block;
	margin-bottom: 0.45rem;
	font-weight: 600;
	color: var(--theme-headings-color);
}

.ct-header [data-id="menu"] > ul > li > a,
.ct-header [data-id="mobile-menu"] .menu-item > a {
	height: auto;
	min-height: unset;
	border-radius: 8px;
	padding: 0.2rem 0.55rem;
}

.ct-header [data-id="menu"] > ul > li > a:hover,
.ct-header [data-id="menu"] > ul > li > a:focus-visible,
.ct-header [data-id="menu"] > ul > li.current-menu-item > a,
.ct-header [data-id="mobile-menu"] .menu-item > a:hover,
.ct-header [data-id="mobile-menu"] .menu-item > a:focus-visible {
	background: rgba(107, 13, 28, 0.08);
}

.ct-header [data-id="menu"] .sub-menu,
#offcanvas .ct-panel-inner {
	backdrop-filter: blur(10px);
}

#header [data-device="desktop"] [data-id="menu"] > ul > li.animated-submenu-block {
	--dropdown-top-offset: 0 !important;
	--sticky-state-dropdown-top-offset: 0 !important;
}

#header [data-device="desktop"] [data-id="menu"] > ul > li.animated-submenu-block > .sub-menu {
	top: calc(var(--vv-dropdown-anchor-offset, 100%) + 0.38rem);
	margin-top: 0 !important;
}

#header [data-device="desktop"] [data-id="menu"] > ul > li.animated-submenu-block > .sub-menu:before {
	height: 0.38rem;
}

#header [data-sticky*="shrink"] [data-row="middle"],
#header [data-sticky*="shrink"] [data-row="middle"] > .ct-container,
#header [data-sticky*="shrink"] .site-logo-container,
#header [data-sticky*="shrink"] .site-logo-container img,
#header [data-sticky*="shrink"] .site-logo-container picture,
#header [data-sticky*="shrink"] .site-logo-container svg,
#header [data-sticky*="shrink"] .ct-header-cart .ct-cart-item,
#header [data-sticky*="shrink"] [data-id="menu"] > ul > li > a {
	transition:
		min-height 240ms ease,
		height 240ms ease,
		padding 240ms ease,
		box-shadow 240ms ease,
		background-color 240ms ease,
		border-color 240ms ease,
		transform 240ms ease;
}

#header [data-sticky*="shrink"] .site-logo-container,
#header [data-sticky*="shrink"] .site-logo-container img,
#header [data-sticky*="shrink"] .site-logo-container picture,
#header [data-sticky*="shrink"] .site-logo-container svg {
	transition:
		height 200ms linear,
		max-height 200ms linear,
		opacity 220ms ease !important;
	will-change: height;
}

#header [data-sticky*="shrink"] .site-branding {
	overflow: visible;
}

#header [data-device="desktop"] [data-sticky*="shrink"] {
	--sticky-shrink: 100;
}

#header [data-device="desktop"] [data-sticky*="shrink"] [data-row="middle"] > .ct-container {
	min-height: var(--vv-header-row-height-current-desktop, auto);
}

#header [data-device="desktop"] [data-sticky*="shrink"] .site-logo-container {
	height: var(--vv-header-logo-height-current-desktop, var(--logo-max-height, 50px));
}

#header [data-device="desktop"] [data-sticky*="yes"] [data-row="middle"] {
	--shrink-height: var(--vv-header-shrink-height-desktop);
}

#header [data-device="desktop"] [data-sticky*="yes"] .site-logo-container {
	--logo-shrink-height: var(--vv-header-shrink-logo-desktop);
}

#header [data-device="desktop"] [data-sticky*="yes"] [data-row="middle"] {
	box-shadow: 0 12px 32px rgba(35, 31, 32, 0.1);
	background-color: var(--theme-palette-color-8);
	background-image: none;
	backdrop-filter: blur(14px);
}

#header [data-device="desktop"] [data-sticky*="yes"] [data-row="middle"] > .ct-container {
	background-color: var(--theme-palette-color-8);
	background-image: none;
}

#header [data-device="desktop"] [data-sticky*="yes"] [data-id="menu"] > ul > li > a {
	padding-block: 0.12rem;
}

#header [data-device="desktop"] [data-sticky*="yes"] .ct-header-cart .ct-cart-item {
	padding-block: 0.28rem;
}

@media (min-width: 1000px) {
	[data-header*="type-1"] {
		--header-height: 100px !important;
		--header-sticky-height: 100px !important;
	}

	#header [data-device="desktop"] [data-row="middle"] {
		--height: 100px !important;
	}

	#header [data-device="desktop"] [data-row="middle"] > .ct-container {
		min-height: 100px !important;
	}

	#header [data-device="desktop"] [data-id="logo"] {
		--margin: 6px !important;
	}

	.ct-header [data-id="menu"] > ul > li > a {
		padding-block: 0.08rem;
	}

	#header [data-device="desktop"] [data-id="logo"] .site-logo-container {
		--logo-max-height: 146px !important;
	}
}

#header [data-device="mobile"] [data-sticky*="yes"] [data-row="middle"] {
	--shrink-height: var(--vv-header-shrink-height-mobile);
}

#header [data-device="mobile"] [data-sticky*="yes"] .site-logo-container {
	--logo-shrink-height: var(--vv-header-shrink-logo-mobile);
}

.ct-header-cart .ct-cart-item,
.ct-header [data-id="cart"] .ct-cart-item {
	border-radius: 999px;
	padding: 0.4rem 0.75rem;
}

.ct-header [data-id="cart"] .ct-label,
.ct-header-cart .ct-label {
	font-size: 0.88rem;
}

.ct-header [data-id="cart"] .ct-quantity-badge,
.ct-header-cart .ct-quantity-badge {
	min-width: 1.55rem;
	min-height: 1.55rem;
	padding: 0.1rem 0.3rem;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1;
}

.ct-header [data-id="cart"] .ct-dynamic-count-cart,
.ct-header-cart .ct-dynamic-count-cart {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 24px !important;
	height: 24px !important;
	box-sizing: border-box !important;
	padding: 0 6px 3px !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	font-family: var(--theme-font-family) !important;
	line-height: 1 !important;
	top: -12px !important;
	inset-inline-end: -12px !important;
	border-radius: 999px !important;
	transform: none !important;
}

.ct-header-cart .ct-cart-item:hover,
.ct-header-cart .ct-cart-item:focus-visible {
	background: rgba(107, 13, 28, 0.08);
}

.vv-top-strip {
	background: linear-gradient(180deg, rgba(248, 242, 231, 0.94), rgba(244, 236, 223, 0.94));
	border-bottom: 1px solid rgba(60, 110, 71, 0.12);
}

.vv-top-strip .ct-container {
	display: flex;
	justify-content: flex-end;
	padding-right: clamp(0.35rem, 0.1rem + 1.1vw, 1.4rem);
}

.vv-top-strip__inner {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.65rem;
	min-height: 2.25rem;
	padding: 0.35rem 0;
	color: rgba(35, 31, 32, 0.82);
	font-size: 0.84rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-align: right;
}

.vv-top-strip__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.vv-top-strip__logo img {
	display: block;
	width: auto;
	height: 1rem;
}

.vv-top-strip__text {
	font-weight: 600;
}

.single-product .product-entry-wrapper {
	column-gap: clamp(2rem, 1.2rem + 2vw, 3.8rem);
	row-gap: clamp(2rem, 1.2rem + 2vw, 3rem);
	align-items: start;
}

.single-product .woocommerce-product-gallery {
	align-self: flex-start;
	margin-top: 0;
	padding-right: clamp(0.2rem, 0.1rem + 0.6vw, 0.8rem);
}

.single-product .ct-product-gallery-container {
	max-width: 31rem;
	margin-inline: 0 auto;
}

.single-product.vv-product-has-chianti-classico-stamp .ct-product-gallery-container:after,
[data-products] .product.vv-product-has-chianti-classico-stamp .ct-media-container:after {
	content: "";
	position: absolute;
	right: clamp(0.6rem, 0.45rem + 0.5vw, 1rem);
	bottom: clamp(0.6rem, 0.45rem + 0.5vw, 1rem);
	width: clamp(4.75rem, 4rem + 1.8vw, 6.3rem);
	aspect-ratio: 1 / 1;
	background: var(--vv-chianti-classico-stamp) center / contain no-repeat;
	transform: rotate(-12deg);
	transform-origin: 50% 50%;
	pointer-events: none;
	z-index: 3;
	filter: none;
}

[data-products] .product.vv-product-has-chianti-classico-stamp .ct-media-container {
	position: relative;
}

.single-product .ct-product-gallery-container .ct-media-container {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 4 / 5;
	max-height: 42rem;
	padding: clamp(0.6rem, 0.35rem + 0.9vw, 1.1rem);
	overflow: hidden;
}

.single-product .ct-product-gallery-container .ct-media-container img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: min(36rem, 72vh);
	object-fit: contain;
}

.single-product .woocommerce-product-gallery .flexy-pills {
	display: none;
}

.single-product .entry-summary {
	padding-left: clamp(0.2rem, 0.1rem + 0.8vw, 0.9rem);
}

.single-product .entry-summary-items {
	display: grid;
	gap: 1.15rem;
}

.single-product .entry-summary .entry-title {
	margin-bottom: 0.2rem;
}

.single-product .entry-summary > .product_title.entry-title:first-of-type {
	display: none;
}

.vv-product-title {
	display: grid;
	gap: 0.12rem;
}

.vv-product-title__name {
	display: block;
}

.vv-product-title__meta {
	display: grid;
	gap: 0.08rem;
	color: rgba(35, 31, 32, 0.7);
}

.vv-product-title__type,
.vv-product-title__house {
	display: block;
}

.vv-product-title__house {
	font-weight: 600;
	color: var(--theme-palette-color-2);
}

.vv-product-title--single {
	gap: 0.2rem;
}

.vv-product-title--single .vv-product-title__name {
	font-size: inherit;
	line-height: 1.08;
}

.vv-product-title--single .vv-product-title__meta {
	font-size: 0.92rem;
	letter-spacing: 0.01em;
}

.vv-product-title--loop {
	gap: 0.2rem;
}

.vv-product-title--loop .vv-product-title__name {
	line-height: 1.15;
	font-size: 1.06rem;
}

.vv-product-title--loop .vv-product-title__meta {
	display: block;
	font-size: 0.76rem;
	text-transform: none;
	letter-spacing: 0.01em;
	color: rgba(35, 31, 32, 0.66);
	line-height: 1.35;
}

[data-products] .product > .woocommerce-loop-product__title:not(.vv-product-title) {
	display: none;
}

.single-product .entry-summary .price {
	margin-bottom: 0.2rem;
}

.vv-single-product--story .entry-summary > .price {
	display: none;
}

.single-product .woocommerce-product-details__short-description {
	display: grid;
	gap: 1.4rem;
}

.vv-product-story {
	display: grid;
	gap: 0.8rem;
	padding: clamp(1rem, 0.75rem + 0.8vw, 1.5rem);
	border: 1px solid rgba(60, 110, 71, 0.14);
	border-radius: 24px;
	background:
		linear-gradient(140deg, rgba(255, 250, 241, 0.96), rgba(249, 244, 232, 0.92)),
		#fffaf1;
	box-shadow: var(--vv-shadow-soft);
	position: relative;
}

.vv-product-story__header {
	display: grid;
	gap: 0.08rem;
	align-content: start;
}

.single-product .variations .label label {
	font-weight: 600;
	color: var(--theme-headings-color);
}

.single-product .vv-variation-buttons__native {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.single-product .vv-variation-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 0.35rem;
}

.single-product .vv-variation-buttons__button {
	min-height: 44px;
	padding: 0.72rem 1rem;
	border: 1.5px solid rgba(60, 110, 71, 0.24);
	border-radius: 10px;
	background: rgba(248, 242, 231, 0.92);
	color: #231f20;
	font-family: inherit;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.1;
	box-shadow: 0 12px 18px -6px rgba(34, 56, 101, 0.04);
}

.single-product .vv-variation-buttons__button:hover,
.single-product .vv-variation-buttons__button:focus-visible {
	border-color: #6b0d1c;
	background: #fffaf1;
	transform: translateY(-1px);
}

.single-product .vv-variation-buttons__button.is-selected {
	border-color: #6b0d1c;
	background: #6b0d1c;
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(107, 13, 28, 0.18);
}

.single-product .vv-variation-buttons__button.is-selected:hover,
.single-product .vv-variation-buttons__button.is-selected:focus-visible {
	border-color: #3c6e47;
	background: #3c6e47;
}

.single-product .vv-variation-buttons__button.is-disabled,
.single-product .vv-variation-buttons__button:disabled {
	opacity: 0.48;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.vv-product-story__heading {
	margin: 0;
}

.vv-product-story__heading.vv-product-title--single {
	display: flex;
	flex-direction: column;
	gap: 0.02rem;
	line-height: 1.02;
}

.vv-product-story__heading .vv-product-title__meta {
	display: flex;
	flex-direction: column;
	gap: 0;
	line-height: 1.14;
	margin: 0;
}

.vv-product-story__heading .vv-product-title__type,
.vv-product-story__heading .vv-product-title__house {
	line-height: 1.14;
}

.vv-product-story__price {
	margin: 0;
	color: var(--theme-headings-color);
	font-size: 1.15rem;
	line-height: 1.1;
}

.vv-product-story__price .price {
	margin: 0;
}

.vv-product-story__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.9rem;
	margin-top: 0.15rem;
	color: rgba(35, 31, 32, 0.72);
	font-size: 0.82rem;
	letter-spacing: 0.01em;
}

.vv-product-story__fact {
	display: inline-flex;
	align-items: baseline;
	gap: 0.32rem;
}

.vv-product-story__fact-label {
	font-weight: 600;
	color: rgba(35, 31, 32, 0.56);
}

.vv-product-story__fact-value {
	color: var(--theme-headings-color);
}

.vv-product-story__pairings {
	display: grid;
	gap: 0.4rem;
	margin-top: 0;
	padding: 0.15rem 0.15rem 0;
}

.vv-product-story__pairings-label {
	color: rgba(35, 31, 32, 0.56);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.vv-product-story__body > :first-child {
	margin-top: 0;
}

.vv-product-story__body > p:first-child {
	margin-top: 0;
	margin-bottom: 0.85rem;
}

.vv-product-story__body > :last-child {
	margin-bottom: 0;
}

.vv-product-story__aside {
	display: grid;
	gap: 0.7rem;
}

.vv-product-story__card {
	position: static;
	width: 100%;
	display: grid;
	padding: 0.95rem 1.05rem 1rem;
	border: 1px solid rgba(196, 154, 45, 0.22);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 18px 34px rgba(35, 31, 32, 0.08);
	overflow: hidden;
}

.vv-product-story__card:before {
	content: "";
	position: absolute;
	top: -0.55rem;
	right: 1.05rem;
	width: 3rem;
	height: 3rem;
	border-radius: 0 100% 0 100%;
	background: linear-gradient(145deg, rgba(60, 110, 71, 0.22), rgba(196, 154, 45, 0.12));
	transform: rotate(22deg);
}

.vv-product-story__eyebrow {
	display: inline-block;
	margin-bottom: 0.25rem;
	color: rgba(35, 31, 32, 0.58);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vv-product-story__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.2rem, 1rem + 0.45vw, 1.45rem);
	line-height: 1.08;
	color: var(--theme-headings-color);
}

.vv-product-story__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.42rem;
}

.vv-product-story__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 0.75rem;
}

.vv-product-story__tag {
	display: inline;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(35, 31, 32, 0.82);
	font-size: 0.8rem;
	line-height: 1.35;
	white-space: normal;
}

.vv-product-story__list li {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: baseline;
	column-gap: 0.65rem;
	padding-left: 1rem;
	line-height: 1.45;
}

.vv-product-story__list li:before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 0.34rem;
	height: 0.34rem;
	border-radius: 999px;
	background: var(--theme-palette-color-3);
	transform: translateY(-50%);
}

.vv-product-story__percentage {
	font-weight: 700;
	color: var(--theme-palette-color-4);
	white-space: nowrap;
	font-size: 0.9rem;
}

.vv-product-story__grape {
	min-width: 0;
	font-size: 0.92rem;
}

.vv-product-story__subsection {
	display: grid;
	gap: 0.35rem;
	margin-top: 0.15rem;
	padding-top: 0.5rem;
	border-top: 1px solid rgba(60, 110, 71, 0.09);
}

.vv-product-story__card > .vv-product-story__subsection:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.vv-product-story__subheading {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(35, 31, 32, 0.56);
}

.vv-product-story__appearance {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	align-items: center;
	gap: 0.5rem;
	font-size: 0.88rem;
	color: var(--theme-headings-color);
	line-height: 1.35;
}

.vv-product-story__appearance--text {
	grid-template-columns: 3.5rem minmax(0, 1fr);
}

.vv-product-story__appearance-key {
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(35, 31, 32, 0.56);
}

.vv-product-story__swatch {
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 999px;
	background: var(--vv-swatch, #b47d58);
	box-shadow: inset 0 0 0 1px rgba(35, 31, 32, 0.12);
	flex-shrink: 0;
}

.vv-product-story__appearance-label {
	min-width: 0;
}

.vv-product-story__body {
	display: grid;
	gap: 1rem;
}

.vv-product-story__specs {
	display: grid;
	gap: 0.55rem;
	padding-top: 0.15rem;
}

.vv-product-story__spec {
	display: grid;
	grid-template-columns: 6.25rem minmax(0, 1fr);
	gap: 0.7rem;
	align-items: start;
}

.vv-product-story__spec-label {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(35, 31, 32, 0.56);
}

.vv-product-story__spec-value {
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--theme-headings-color);
}

.vv-product-story__spec-value > :first-child {
	margin-top: 0;
}

.vv-product-story__spec-value > :last-child {
	margin-bottom: 0;
}

.vv-product-story__purchase {
	margin-top: 0;
	padding: 1rem 1.15rem 0;
	border-top: 0;
}

.vv-product-story__purchase .ct-product-add-to-cart {
	margin-top: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	background: transparent !important;
}

.vv-product-story__purchase .cart {
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.vv-product-story__purchase .stock {
	display: none;
}

.vv-product-story__purchase .ct-cart-actions {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 0.85rem;
}

.vv-product-story__purchase .vv-product-story__price {
	order: -1;
	width: 100%;
	margin: 0 0 0.45rem;
	font-size: clamp(1.18rem, 1.04rem + 0.35vw, 1.45rem);
	line-height: 1.15;
}

.vv-product-story__purchase .vv-product-story__price .vv-product-price-rows__single {
	display: block;
	font-size: clamp(1.35rem, 1.18rem + 0.4vw, 1.6rem);
	line-height: 1.05;
}

.vv-product-story__purchase .vv-product-story__price .vv-product-price-rows__line {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	justify-content: stretch;
	align-items: baseline;
	column-gap: 0.65rem;
	margin: 0;
	width: 100%;
}

.vv-product-story__purchase .vv-product-story__price .vv-product-price-rows__line + .vv-product-price-rows__line {
	margin-top: 0.18rem;
}

.vv-product-story__purchase .vv-product-story__price .vv-product-price-rows__label {
	color: rgba(35, 31, 32, 0.68);
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.vv-product-story__purchase .vv-product-story__price .vv-product-price-rows__amount {
	color: var(--theme-headings-color);
	font-size: 1em;
	font-weight: 600;
	text-align: right;
	justify-self: end;
}

.vv-product-story__purchase .vv-product-story__price .vv-product-price-rows__line--discount .vv-product-price-rows__label,
.vv-product-story__purchase .vv-product-story__price .vv-product-price-rows__line--discount .vv-product-price-rows__amount {
	color: var(--theme-palette-color-3);
}

.vv-product-story__purchase .quantity {
	flex-shrink: 0;
	order: 1;
	--quantity-initial-color: rgba(60, 110, 71, 0.08);
	--quantity-hover-color: rgba(60, 110, 71, 0.14);
	--quantity-arrows-initial-color: var(--theme-palette-color-2);
	--quantity-arrows-hover-color: var(--theme-palette-color-2);
	--theme-form-field-border-initial-color: rgba(60, 110, 71, 0.18);
	--theme-form-field-background-initial-color: var(--theme-palette-color-8);
	--theme-form-text-initial-color: var(--theme-headings-color);
	--theme-form-field-border-radius: 999px;
	--quantity-height: 58px;
}

.vv-product-story__purchase .quantity input.qty,
.vv-product-story__purchase .quantity input[type="number"] {
	background: var(--theme-palette-color-8) !important;
	font-size: 1.05rem;
	font-weight: 600;
}

.vv-product-story__purchase .quantity .ct-increase:before,
.vv-product-story__purchase .quantity .ct-decrease:before {
	font-size: 1rem;
}

.vv-product-story__purchase .single_add_to_cart_button {
	order: 2;
	width: min(100%, 5.6rem);
	min-width: 5.6rem;
	padding-inline: 0.75rem;
}

.single-product .ct-product-add-to-cart .added_to_cart,
.single-product .ct-product-add-to-cart .wc-forward {
	display: none !important;
}

.vv-product-story__body p strong:first-child {
	display: inline-block;
	margin-bottom: 0.2rem;
	color: var(--theme-headings-color);
}

.single-product .ct-product-add-to-cart,
.single-product .product_meta,
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .up-sells.products {
	margin-top: clamp(1rem, 0.75rem + 0.8vw, 1.7rem);
}

.single-product .product_meta {
	display: none;
}

.vv-product-winery-panel {
	margin-top: clamp(2rem, 1.4rem + 1.4vw, 3.25rem);
}

.vv-product-winery-panel__inner {
	display: grid;
	grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(1.35rem, 1rem + 1.8vw, 2.75rem);
	align-items: center;
	padding: clamp(1.25rem, 1rem + 1vw, 2rem);
	border: 1px solid rgba(196, 154, 45, 0.18);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 250, 241, 0.96), rgba(247, 241, 228, 0.92)),
		#fffaf1;
	box-shadow: 0 24px 42px rgba(35, 31, 32, 0.08);
}

.vv-product-winery-panel__media {
	display: flex;
	justify-content: center;
}

.vv-product-winery-panel__image {
	width: min(100%, 22rem);
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 18px 34px rgba(35, 31, 32, 0.14);
}

.vv-product-winery-panel__content {
	display: grid;
	gap: 0.9rem;
}

.vv-product-winery-panel__eyebrow {
	margin: 0;
	color: rgba(35, 31, 32, 0.58);
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vv-product-winery-panel__title {
	margin: 0;
	font-size: clamp(1.9rem, 1.4rem + 0.9vw, 2.8rem);
	line-height: 1.02;
}

.vv-product-winery-panel__body {
	display: grid;
	gap: 0.95rem;
}

.vv-product-winery-panel__body p {
	margin: 0;
	max-width: none;
}

.vv-product-winery-panel__link {
	margin: 0.15rem 0 0;
}

.vv-product-winery-panel__link a {
	color: var(--theme-palette-color-3);
	text-decoration: none;
	border-bottom: 1px solid rgba(60, 110, 71, 0.24);
	padding-bottom: 0.08rem;
}

.vv-product-winery-panel__link a:hover,
.vv-product-winery-panel__link a:focus-visible {
	border-bottom-color: currentColor;
}

.single-product .ct-product-add-to-cart {
	padding: 1.15rem 1.2rem;
	border: 1px solid rgba(60, 110, 71, 0.12);
	border-radius: 18px;
	background: rgba(255, 250, 241, 0.58);
}

.single-product .ct-cart-actions {
	gap: 0.9rem;
}

.single-product .product_meta {
	padding-top: 0.6rem;
}

@media (min-width: 1000px) {
	.single-product .product-entry-wrapper.is-width-constrained {
		--product-gallery-width: 42%;
		width: min(1380px, calc(100vw - 5rem));
		max-width: min(1380px, calc(100vw - 5rem));
		column-gap: clamp(1.25rem, 0.9rem + 1vw, 2rem);
	}

	.single-product .product-entry-wrapper.is-width-constrained .entry-summary {
		margin-inline-start: 0;
		width: calc(100% - var(--product-gallery-width, 42%));
		padding-left: 0;
	}

	.single-product .product-entry-wrapper.is-width-constrained .woocommerce-product-gallery {
		align-self: flex-start !important;
		padding-right: 0;
		margin-top: 0;
	}

	.single-product .product-entry-wrapper.is-width-constrained .ct-product-gallery-container {
		position: relative !important;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.single-product .product-entry-wrapper.is-width-constrained .ct-product-gallery-container .ct-media-container {
		max-width: 31rem;
		margin-inline: auto;
	}

	.single-product .product.sticky-gallery .woocommerce-product-gallery {
		position: relative !important;
		top: auto !important;
		align-self: flex-start !important;
		margin-top: 0 !important;
	}

	.single-product .product.sticky-gallery .ct-product-gallery-container {
		position: relative !important;
		top: auto !important;
		align-self: flex-start !important;
		margin-top: 0 !important;
	}

	.single-product .woocommerce-product-gallery__trigger {
		top: 1rem;
		inset-inline-end: 1rem;
	}

	.vv-product-story {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
		column-gap: clamp(1.1rem, 0.8rem + 1vw, 1.8rem);
		row-gap: 1.15rem;
		align-items: start;
	}

	.vv-product-story__header {
		grid-column: 1;
		grid-row: 1;
	}

	.vv-product-story__body {
		grid-column: 1;
		grid-row: 2;
	}

	.vv-product-story__aside {
		grid-column: 2;
		grid-row: 1 / span 2;
		align-self: start;
	}

}

[data-products] .product,
[data-prefix="blog"] .entry-card,
[data-prefix="categories"] .entry-card,
[data-prefix="author"] .entry-card,
[data-prefix="search"] .entry-card,
.ct-newsletter-subscribe-container,
.woocommerce .related .product,
.woocommerce .upsells .product {
	border: 1px solid rgba(60, 110, 71, 0.12);
	box-shadow: var(--vv-shadow-soft);
}

[data-products] .product {
	display: flex;
	flex-direction: column;
	padding: 0 1rem 1rem;
	position: relative;
}

[data-products] .product figure {
	margin: 0;
}

[data-products] .product .ct-media-container {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 5;
	padding: 1rem 0.75rem 0;
}

[data-products] .product .ct-media-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

[data-products] .product > *:not(figure) {
	margin-inline: 0.1rem;
}

[data-products] .product:hover,
[data-prefix="blog"] .entry-card:hover,
[data-prefix="categories"] .entry-card:hover,
[data-prefix="author"] .entry-card:hover,
[data-prefix="search"] .entry-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--vv-shadow-hover);
}

[data-products] .product .button,
.ct-woo-card-actions .button {
	width: 100%;
	justify-content: center;
}

[data-products] .woocommerce-loop-product__title {
	margin-top: 0.95rem;
	margin-bottom: 0.5rem;
}

[data-products] .price {
	display: inline-block;
	margin-bottom: 0.9rem;
}

.vv-product-quantity-discount-note {
	margin: -0.35rem 0 0.95rem;
	color: var(--theme-palette-color-3);
	font-size: 0.83rem;
	font-weight: 600;
	line-height: 1.35;
	white-space: pre-line;
}

.vv-product-card-note {
	position: absolute;
	top: 0.95rem;
	right: 1rem;
	z-index: 3;
	max-width: min(68%, 11rem);
	margin: 0;
	padding: 0.38rem 0.72rem;
	border: 1px solid rgba(107, 13, 28, 0.16);
	border-radius: 999px;
	background: rgba(248, 242, 231, 0.96);
	box-shadow: 0 10px 24px rgba(35, 31, 32, 0.08);
	color: #6b0d1c;
	font-size: 0.74rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: right;
}

.ct-woo-card-actions {
	margin-top: 0.35rem;
}

[data-products] .woocommerce-loop-product__title a,
.entry-card .entry-title a {
	text-decoration: none;
}

[data-products] .woocommerce-loop-product__title a:hover,
[data-products] .woocommerce-loop-product__title a:focus-visible,
.entry-card .entry-title a:hover,
.entry-card .entry-title a:focus-visible {
	color: var(--theme-palette-color-1);
	text-decoration: underline;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-thankyou-order-received,
.wc-block-components-notice-banner {
	border: 1px solid transparent;
	border-radius: 16px;
	padding: 1rem 1.25rem;
	box-shadow: var(--vv-shadow-soft);
}

.woocommerce-message,
.woocommerce-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	position: relative;
	padding-right: 9.5rem;
}

.woocommerce-message,
.wc-block-components-notice-banner.is-success {
	border-color: rgba(60, 110, 71, 0.24);
	background: linear-gradient(135deg, rgba(248, 252, 247, 0.96), rgba(241, 249, 239, 0.92));
	color: #2f5f36;
}

.woocommerce-info,
.wc-block-components-notice-banner.is-info {
	border-color: rgba(196, 154, 45, 0.3);
	background: linear-gradient(135deg, rgba(255, 252, 245, 0.96), rgba(249, 244, 232, 0.92));
	color: #6a5421;
}

.woocommerce-error,
.wc-block-components-notice-banner.is-error {
	border-color: rgba(107, 13, 28, 0.18);
	background: linear-gradient(135deg, rgba(255, 248, 246, 0.96), rgba(252, 240, 235, 0.92));
	color: #6b0d1c;
}

.woocommerce-error {
	padding-left: 3rem;
	position: relative;
	list-style: none;
}

.woocommerce-error:before {
	content: "!";
	position: absolute;
	top: 50%;
	left: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 999px;
	background: rgba(107, 13, 28, 0.12);
	color: #6b0d1c;
	font-size: 0.82rem;
	font-weight: 700;
	transform: translateY(-50%);
}

.woocommerce-error li,
.woocommerce-error a,
.wc-block-components-notice-banner.is-error {
	color: inherit;
}

.woocommerce-error a {
	text-decoration-color: rgba(107, 13, 28, 0.3);
}

.woocommerce-error a:hover,
.woocommerce-error a:focus-visible {
	text-decoration-color: currentColor;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-message .wc-forward,
.woocommerce-info .wc-forward {
	order: 2;
	margin: 0;
	float: none;
	position: absolute;
	top: 50%;
	right: 1.15rem;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0.65rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(60, 110, 71, 0.18);
	background: rgba(255, 250, 241, 0.9);
	color: var(--theme-palette-color-3);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
}

.woocommerce-message .button:hover,
.woocommerce-message .button:focus-visible,
.woocommerce-info .button:hover,
.woocommerce-info .button:focus-visible,
.woocommerce-message .wc-forward:hover,
.woocommerce-message .wc-forward:focus-visible,
.woocommerce-info .wc-forward:hover,
.woocommerce-info .wc-forward:focus-visible {
	border-color: rgba(60, 110, 71, 0.3);
	background: #fffaf1;
	color: var(--theme-palette-color-3);
}

.woocommerce-message > :not(.button):not(.wc-forward),
.woocommerce-info > :not(.button):not(.wc-forward) {
	flex: 1 1 18rem;
}

@media (max-width: 640px) {
	.woocommerce-message,
	.woocommerce-info {
		padding-right: 1.25rem;
	}

	.woocommerce-message .button,
	.woocommerce-info .button,
	.woocommerce-message .wc-forward,
	.woocommerce-info .wc-forward {
		position: static;
		transform: none;
		margin-top: 0.25rem;
	}
}

.woo-listing-top {
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.woocommerce .woocommerce-ordering {
	position: relative;
	margin: 0;
}

.woocommerce .woocommerce-ordering .vv-orderby-native {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	inset: 0;
}

.woocommerce .woocommerce-ordering .orderby {
	min-height: 46px;
	padding: 0.75rem 2.75rem 0.75rem 1rem;
	border: 2px solid var(--vv-border-soft);
	border-radius: 999px;
	background-color: rgba(255, 250, 241, 0.95);
	color: var(--theme-headings-color);
	font-weight: 600;
	line-height: 1.2;
	box-shadow: var(--vv-shadow-soft);
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.woocommerce .woocommerce-ordering .orderby:hover {
	border-color: rgba(60, 110, 71, 0.38);
	box-shadow: var(--vv-shadow-hover);
}

.woocommerce .woocommerce-ordering .orderby:focus {
	border-color: var(--theme-palette-color-1);
	box-shadow:
		0 0 0 4px rgba(107, 13, 28, 0.1),
		var(--vv-shadow-soft);
}

.woocommerce .woocommerce-result-count {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	margin: 0;
}

.vv-custom-select {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	width: auto;
	max-width: 100%;
}

.vv-custom-select:before {
	content: "Sorter efter";
	color: rgba(35, 31, 32, 0.72);
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.vv-custom-select__trigger {
	width: 8.5rem;
	min-height: 0;
	padding: 0.05rem 0.9rem 0.05rem 0;
	border: 0;
	border-bottom: 1px solid rgba(35, 31, 32, 0.16);
	border-radius: 0;
	background: transparent;
	color: var(--theme-headings-color);
	font: inherit;
	font-size: 0.88rem;
	font-weight: 400;
	line-height: 1.15;
	text-align: left;
	cursor: pointer;
}

.vv-custom-select__trigger:hover {
	border-color: rgba(35, 31, 32, 0.35);
	color: var(--theme-palette-color-1);
}

.vv-custom-select__trigger:focus-visible {
	outline: none;
	border-radius: 4px;
	box-shadow: 0 0 0 2px rgba(107, 13, 28, 0.1);
}

.vv-custom-select:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.15rem;
	width: 0.38rem;
	height: 0.38rem;
	border-right: 1px solid rgba(35, 31, 32, 0.55);
	border-bottom: 1px solid rgba(35, 31, 32, 0.55);
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
	transition: transform var(--vv-transition);
}

.vv-custom-select[data-state="open"]:after {
	transform: translateY(-30%) rotate(225deg);
}

.vv-custom-select__menu {
	position: absolute;
	z-index: 30;
	top: calc(100% + 0.2rem);
	right: 0;
	width: 8.5rem;
	margin: 0;
	padding: 0.15rem;
	list-style: none;
	border: 1px solid rgba(35, 31, 32, 0.08);
	border-radius: 10px;
	background: rgba(249, 244, 232, 0.96);
	box-shadow: 0 8px 18px rgba(35, 31, 32, 0.08);
	backdrop-filter: blur(10px);
	opacity: 0;
	transform: translateY(-4px);
	pointer-events: none;
	transition:
		opacity var(--vv-transition),
		transform var(--vv-transition);
}

.vv-custom-select[data-state="open"] .vv-custom-select__menu {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.vv-custom-select__option {
	padding: 0.48rem 0.6rem;
	border-radius: 8px;
	color: var(--theme-text-color);
	font-size: 0.84rem;
	line-height: 1.2;
	cursor: pointer;
}

.vv-custom-select__option:hover,
.vv-custom-select__option:focus-visible {
	outline: none;
	background: rgba(35, 31, 32, 0.04);
	color: var(--theme-palette-color-1);
}

.vv-custom-select__option[aria-selected="true"] {
	background: rgba(35, 31, 32, 0.05);
	color: var(--theme-palette-color-1);
	font-weight: 500;
}

.quantity[data-type="type-2"],
.woocommerce div.product form.cart div.quantity,
.woocommerce .quantity {
	border-radius: 999px;
	overflow: hidden;
}

.quantity .ct-increase,
.quantity .ct-decrease,
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
	background: rgba(107, 13, 28, 0.06);
}

.quantity .ct-increase:hover,
.quantity .ct-decrease:hover,
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover {
	background: rgba(107, 13, 28, 0.14);
}

.ct-footer {
	position: relative;
}

.ct-footer:before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(196, 154, 45, 0),
		rgba(196, 154, 45, 0.65),
		rgba(196, 154, 45, 0)
	);
}

.ct-footer-copyright {
	max-width: none;
}

.ct-footer [data-column="widget-area-3"] {
	display: flex;
	justify-content: flex-end;
}

.ct-footer .widget-area-3 .ct-widget {
	margin: 0;
}

.ct-footer [data-column="menu"] {
	display: flex;
	justify-content: flex-start;
}

.ct-footer .footer-menu-inline .menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 0.35rem;
	text-align: left;
}

.ct-footer .footer-menu-inline[data-id="menu"] {
	width: 100%;
	text-align: left;
}

.ct-footer .footer-menu-inline[data-id="menu"] .menu > li {
	width: 100%;
}

.ct-footer .footer-menu-inline[data-id="menu"] .ct-menu-link {
	display: inline-flex;
	justify-content: flex-start;
	text-align: left;
}

.ct-footer .ct-contact-info-block {
	margin-inline-start: auto;
	text-align: left;
}

.ct-footer .ct-contact-info-block ul {
	margin: 0;
}

.ct-footer .ct-contact-info-block a {
	text-decoration: none;
}

.ct-footer .ct-contact-info-block a:hover,
.ct-footer .ct-contact-info-block a:focus-visible {
	text-decoration: underline;
}

.vv-footer-meta {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem 0.7rem;
	text-wrap: balance;
}

.vv-footer-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.vv-footer-meta__separator {
	color: rgba(35, 31, 32, 0.42);
}

.vv-footer-meta__payments img {
	width: auto;
	height: 1rem;
	display: block;
}

[data-prefix="woo_categories"] .site-main,
[data-prefix="blog"] .site-main,
[data-prefix="categories"] .site-main,
[data-prefix="search"] .site-main {
	padding-bottom: clamp(3rem, 2.2rem + 1.6vw, 4.5rem);
}

.vv-wineries-page {
	display: grid;
	gap: clamp(3rem, 2rem + 2vw, 4.75rem);
	padding-block: clamp(0.5rem, 0.2rem + 0.8vw, 1rem);
}

.vv-wineries-page__section {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
	align-items: center;
	gap: clamp(1.5rem, 1rem + 2vw, 3rem);
}

.vv-wineries-page__section--reverse {
	grid-template-columns: minmax(20rem, 0.95fr) minmax(0, 1.05fr);
}

.vv-wineries-page__section--reverse .vv-wineries-page__media {
	order: 2;
}

.vv-wineries-page__content {
	display: grid;
	gap: 1rem;
}

.vv-wineries-page__title {
	margin: 0;
	font-size: clamp(2rem, 1.5rem + 1vw, 2.9rem);
	line-height: 1.05;
}

.vv-wineries-page__divider {
	width: 100%;
	max-width: 5rem;
	height: 1px;
	background: rgba(35, 31, 32, 0.14);
}

.vv-wineries-page__excerpt {
	color: rgba(35, 31, 32, 0.78);
	font-size: 1rem;
}

.vv-wineries-page__excerpt p,
.vv-wineries-page__body p {
	margin: 0 0 1rem;
	max-width: none;
}

.vv-wineries-page__excerpt p:last-child,
.vv-wineries-page__body p:last-child {
	margin-bottom: 0;
}

.vv-wineries-page__body {
	display: grid;
	gap: 0.95rem;
}

.vv-wineries-page__media {
	display: flex;
	justify-content: center;
}

.vv-wineries-page__image {
	width: min(100%, 32rem);
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 24px 44px rgba(35, 31, 32, 0.12);
}

.vv-wineries-page__link {
	margin: 0.15rem 0 0;
	font-size: 0.95rem;
}

.vv-wineries-page__link a {
	color: var(--theme-palette-color-3);
	text-decoration: none;
	border-bottom: 1px solid rgba(60, 110, 71, 0.24);
	padding-bottom: 0.08rem;
}

.vv-wineries-page__link a:hover,
.vv-wineries-page__link a:focus-visible {
	border-bottom-color: currentColor;
}

.vv-contact-page {
	display: grid;
	gap: clamp(1.75rem, 1.2rem + 1.5vw, 3rem);
	padding-block: clamp(0.5rem, 0.2rem + 0.8vw, 1rem);
}

.vv-contact-page__intro {
	max-width: 46rem;
	display: grid;
	gap: 0.9rem;
}

.vv-contact-page__eyebrow {
	margin: 0;
	color: rgba(35, 31, 32, 0.58);
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vv-contact-page__title {
	margin: 0;
	font-size: clamp(2.2rem, 1.7rem + 1.5vw, 4rem);
	line-height: 0.98;
}

.vv-contact-page__lede {
	margin: 0;
	color: rgba(35, 31, 32, 0.78);
	font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
	max-width: 42rem;
}

.vv-contact-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
	gap: clamp(1.4rem, 1rem + 1.6vw, 2.6rem);
	align-items: start;
}

.vv-contact-page__form-card,
.vv-contact-page__card {
	padding: clamp(1.35rem, 1rem + 1vw, 2rem);
	border-radius: 24px;
	border: 1px solid rgba(196, 154, 45, 0.18);
	background: linear-gradient(180deg, rgba(255, 251, 244, 0.94), rgba(252, 247, 237, 0.98));
	box-shadow: 0 20px 42px rgba(35, 31, 32, 0.08);
}

.vv-contact-page__form-wrap,
.vv-contact-page__aside {
	display: grid;
	gap: 1rem;
}

.vv-contact-page__form-title,
.vv-contact-page__card-title {
	margin: 0 0 0.4rem;
	font-size: clamp(1.35rem, 1.15rem + 0.45vw, 1.75rem);
	line-height: 1.08;
}

.vv-contact-page__form-copy,
.vv-contact-page__card p {
	margin: 0;
	color: rgba(35, 31, 32, 0.74);
}

.vv-contact-page__card--soft {
	background: linear-gradient(180deg, rgba(248, 243, 232, 0.95), rgba(246, 239, 224, 0.98));
}

.vv-contact-page__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.9rem;
}

.vv-contact-page__list li {
	display: grid;
	gap: 0.12rem;
}

.vv-contact-page__label {
	color: rgba(35, 31, 32, 0.52);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.vv-contact-page__list a {
	color: var(--theme-palette-color-4);
	text-decoration: none;
}

.vv-contact-page__list a:hover,
.vv-contact-page__list a:focus-visible {
	text-decoration: underline;
}

.vv-contact-page .jetpack-contact-form-container,
.vv-contact-page .wp-block-jetpack-contact-form {
	margin-top: 1.15rem;
}

.vv-contact-page .contact-form {
	display: grid;
	gap: 1rem;
}

.vv-contact-page .grunion-field-wrap,
.vv-contact-page .jetpack-field {
	margin: 0;
}

.vv-contact-page .contact-form label,
.vv-contact-page .jetpack-field-label {
	display: inline-block;
	margin-bottom: 0.35rem;
	color: rgba(35, 31, 32, 0.8);
	font-size: 0.92rem;
	font-weight: 600;
}

.vv-contact-page input[type="text"],
.vv-contact-page input[type="email"],
.vv-contact-page input[type="tel"],
.vv-contact-page textarea,
.vv-contact-page .jetpack-field input,
.vv-contact-page .jetpack-field textarea {
	width: 100%;
	border: 1px solid rgba(60, 110, 71, 0.18);
	border-radius: 16px;
	background: rgba(255, 252, 246, 0.96);
	color: var(--theme-palette-color-4);
	padding: 0.85rem 1rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.vv-contact-page textarea,
.vv-contact-page .jetpack-field textarea {
	min-height: 11rem;
	resize: vertical;
}

.vv-contact-page .contact-form input:focus,
.vv-contact-page .contact-form textarea:focus,
.vv-contact-page .jetpack-field input:focus,
.vv-contact-page .jetpack-field textarea:focus {
	border-color: rgba(60, 110, 71, 0.42);
	box-shadow: 0 0 0 4px rgba(60, 110, 71, 0.12);
	outline: 0;
}

.vv-contact-page button,
.vv-contact-page .wp-block-button__link,
.vv-contact-page .contact-form__button,
.vv-contact-page .jetpack-field input[type="submit"] {
	min-width: 11rem;
	border-radius: 999px;
	padding: 0.8rem 1.35rem;
}

@media (min-width: 1000px) and (max-width: 1220px) {
	.ct-header [data-id="menu"] > ul > li > a {
		--theme-font-size: 16px;
		height: auto;
		padding: 0.08rem 0.34rem;
	}

	#header [data-device="desktop"] [data-id="logo"] {
		--margin: 4px !important;
	}

	#header [data-device="desktop"] [data-id="logo"] .site-logo-container {
		--logo-max-height: 138px !important;
	}
}

@media (max-width: 999.98px) {
	p,
	li,
	dd,
	figcaption,
	.entry-content {
		max-width: none;
	}

	#offcanvas .mobile-menu {
		row-gap: 0.5rem;
	}

	#offcanvas .ct-sub-menu-parent {
		padding-block: 0.2rem;
	}

	#offcanvas .sub-menu {
		margin-top: 0.35rem;
		padding-top: 0.2rem;
		border-top: 1px solid rgba(35, 31, 32, 0.12);
	}

	.vv-footer-meta {
		gap: 0.3rem 0.55rem;
	}

	.vv-footer-meta__separator {
		display: none;
	}

	.vv-top-strip .ct-container {
		justify-content: center;
	}

	.vv-top-strip__inner {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.ct-footer [data-column="widget-area-3"] {
		justify-content: flex-start;
	}

	.ct-footer .ct-contact-info-block {
		margin-inline-start: 0;
	}

	.single-product .woocommerce-product-gallery,
	.single-product .entry-summary {
		padding-left: 0;
		padding-right: 0;
	}

	.vv-product-story {
		padding-right: clamp(1rem, 0.75rem + 0.8vw, 1.5rem);
	}

	.vv-product-story__card {
		position: static;
		width: 100%;
		margin-top: 1rem;
	}

	.vv-product-story__aside {
		position: static;
		width: 100%;
		margin-top: 1rem;
	}

	.vv-product-story__body {
		max-width: none;
	}

	.vv-product-story__purchase {
		max-width: none;
		padding-top: 1rem;
	}

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

	.vv-product-winery-panel__media {
		justify-content: flex-start;
	}

	.vv-product-winery-panel__image {
		width: min(100%, 18rem);
	}

	.vv-custom-select {
		width: 100%;
		justify-content: space-between;
	}

	.vv-custom-select__trigger {
		width: min(8.5rem, 100%);
	}

	.vv-custom-select__menu {
		width: min(8.5rem, 100%);
	}

	.vv-wineries-page__section,
	.vv-wineries-page__section--reverse {
		grid-template-columns: 1fr;
	}

	.vv-wineries-page__section--reverse .vv-wineries-page__media {
		order: 0;
	}

	.vv-wineries-page__media {
		justify-content: flex-start;
	}

	.vv-wineries-page__image {
		width: min(100%, 22rem);
	}

	.vv-contact-page__grid {
		grid-template-columns: 1fr;
	}

}
