.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-17e00c4:#4A3728;--e-global-color-aead744:#2E2218;--e-global-color-ff59ad5:#1A1A1A;--e-global-color-3640084:#C9A962;--e-global-color-c5c8473:#D4BC7E;--e-global-color-6daf905:#FAF8F5;--e-global-color-44145f3:#E8E4DF;--e-global-color-e23281f:#2D2D2D;--e-global-color-12bfe07:#6B6B6B;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-82cf9be-font-family:"Cormorant Garamond";--e-global-typography-82cf9be-font-size:52px;--e-global-typography-82cf9be-font-weight:400;--e-global-typography-1cdde27-font-family:"Cormorant Garamond";--e-global-typography-1cdde27-font-size:42px;--e-global-typography-1cdde27-font-weight:400;--e-global-typography-9c727da-font-family:"Cormorant Garamond";--e-global-typography-9c727da-font-size:32px;--e-global-typography-9c727da-font-weight:500;--e-global-typography-4cfe034-font-family:"Cormorant Garamond";--e-global-typography-4cfe034-font-size:24px;--e-global-typography-4cfe034-font-weight:500;--e-global-typography-1bc39e2-font-family:"Montserrat";--e-global-typography-1bc39e2-font-size:16px;--e-global-typography-1bc39e2-font-weight:300;--e-global-typography-9735025-font-family:"Montserrat";--e-global-typography-9735025-font-size:14px;--e-global-typography-9735025-font-weight:400;--e-global-typography-ff78ccf-font-family:"Montserrat";--e-global-typography-ff78ccf-font-size:12px;--e-global-typography-ff78ccf-font-weight:600;--e-global-typography-3d49485-font-family:"Montserrat";--e-global-typography-3d49485-font-size:11px;--e-global-typography-3d49485-font-weight:600;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-c5c8473 );font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:600;color:var( --e-global-color-ff59ad5 );border-radius:0px 0px 0px 0px;padding:18px 40px 18px 40px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-3640084 );}.elementor-kit-9 label{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:400;}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{font-family:"Montserrat", Sans-serif;color:#2D2D2D;accent-color:#000000;border-style:solid;border-width:1px 1px 1px 1px;border-color:#E8E4DF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-82cf9be-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* HW Wine Global Styles */
:root {
	--hw-primary: #4A3728;
	--hw-primary-dark: #2E2218;
	--hw-secondary: #1A1A1A;
	--hw-accent: #C9A962;
	--hw-accent-light: #D4BC7E;
	--hw-cream: #FAF8F5;
	--hw-text: #2D2D2D;
	--hw-text-light: #6B6B6B;
}

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
}

/* Selection color */
::selection {
	background: var(--hw-accent);
	color: var(--hw-secondary);
}

/* Custom scrollbar (webkit) */
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: var(--hw-cream);
}

::-webkit-scrollbar-thumb {
	background: var(--hw-primary);
	border-radius: 4px;
}

/* Remove default focus outline, add custom */
*:focus {
	outline: 2px solid var(--hw-accent);
	outline-offset: 2px;
}/* End custom CSS */