/*
Theme Name: ENE
Theme URI: https://enexpedition.com
Template: Ecuador Nature Expeditions
Author: Design Art
Author URI: https://designart.lt
Description: Ecuador Nature Expeditions theme.
Tags: ene, ecuador, travel
Version: 1.0
Updated: 2025-01-01 00:00:00
*/

/* DEBUG 
* {
  outline: 1px solid red;
}
*/

/*** BASICS ***/
body:not(:has(#hero)) {
  padding-top: 145px;
}
ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.product ul {
  list-style-type: disc;
  margin-top: .7142857143rem;
  margin-left: 33px;
}
.product li {
  list-style-type: disc;
  margin-bottom: 11px;
  padding-left: 1.4285714286rem;
}
figcaption {
  display: none;
}
a.link-underline,
.link-underline a,
.woocommerce-mini-cart__buttons a {
  position: relative;
  padding-bottom: 3px;
}
a.link-underline::before, .link-underline a::before,
#contactFormPage #field_submit::before,
#testimonialForm .sp-tpro-form-submit-button .submit-button-wrapper::before,
.woocommerce-mini-cart__buttons a::before {
  bottom: 0px;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #191717;
  opacity: .35;
}
a.link-underline.color--white::before,
.link-underline.color--white a::before {
  background-color: #ffffff;
  opacity: .35;
}
.heading--span span {
  font-family: 'Calton Elegance Script';
  text-transform: lowercase;
}
.heading--span-rev {
  font-family: 'Calton Elegance Script';
  text-transform: lowercase;
  font-size: 4rem;
  line-height: .7;
}
.heading--span-rev span {
  font-family: 'Chronicle Display';
  text-transform: none;
  font-size: 3.125rem;
  letter-spacing: .0125rem;
}
.heading--2-3.heading--span span {
  font-size: 4rem;
  letter-spacing: .16875rem;
  line-height: .7;
  margin-left: 2.1em;
}
.cta-box--full-width .heading--2-3 {
  text-transform: uppercase;
}
.cta-box--full-width .heading--2-3.heading--span span {
  line-height: 0;
  margin-left: -1em;
}
.cta-box--full-width .cta-box--button {
  font-size: 15px !important;
  margin-bottom: 3px;
}
.text--2-column {
  column-count: 2;
  column-gap: 44px;
  column-fill: balance;
}
.button--arrow.bricks-button i,
.button--arrow span.icon {
  position:absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}


/*** MAIN MENU ***/
a.link-underline::after,
.link-underline a::after,
#contactFormPage #field_submit::after,
#testimonialForm .sp-tpro-form-submit-button .submit-button-wrapper::after,
.woocommerce-mini-cart__buttons a::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform .3s linear;
}
a.link-underline:hover::after,
.link-underline a:hover::after,
#contactFormPage #field_submit:hover::after,
#testimonialForm .sp-tpro-form-submit-button .submit-button-wrapper:hover::after,
.woocommerce-mini-cart__buttons a:hover::after {
  transform: scaleX(1);
}


/** WhatsApp button**/
.qlwapp__button.qlwapp__button--bubble {
	background-color: #9B9E6899!important;
}


/*** PAGE/POST LIST FILTER ***/
#newsFilter button[data-filter=".news"] {
	display: none;
}
#newsFilter button {
  text-align: center;
  padding: 8px 20px 8px 20px;
  border-style: solid;
  border-width: 0 0 0 0;
  border-radius: 27px 27px 27px 27px;
  margin: 0 6px 0 6px;
  font-family: "Lato", Sans-serif;
  font-size: .75rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: .1125rem;
  color: #191717;
  background-color: #FFF;
}
#newsFilter button.active {
    color: #ffffff !important;
    background-color: #000000 !important;
}

/** Contact Form Page **/
#contactFormPage .gform_heading {
	display: none;
}
#contactFormPage .gform-grid-col, #contactFormPage .gfield {
	position: relative;
}
#contactFormPage .gform-theme--foundation .gform_fields {
	row-gap: 20px;
}
#contactFormPage input[type=text],
#contactFormPage input[type=email],
#contactFormPage textarea {
	padding: .5rem 0rem;
}
#contactFormPage textarea {
	height: 50px;
}
#contactFormPage .gfield textarea.small {
    min-block-size: 4rem;
}
#contactFormPage label.gform-field-label {
    align-items: center;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}
#contactFormPage .ginput_container_name label {
	margin-left: 5px;
}
#contactFormPage input[type=text],
#contactFormPage input[type=email],
#contactFormPage textarea {
	border: none;
  border-bottom: 1px solid #191717;
  border-radius: 0px;
  box-shadow: none;
  background: transparent;
}
#contactFormPage input[type=text]::placeholder,
#contactFormPage input[type=email]::placeholder,
#contactFormPage textarea::placeholder,
#contactFormPage .gfield_consent_label {
	color: rgba(0, 0, 0, 0.5);
  font-size: .875rem;
  letter-spacing: .03em;
}
#contactFormPage .gfield_consent_label {
	margin-left: 30px;
}
#contactFormPage input:focus,
#contactFormPage textarea:focus {
	outline:none;
}
#contactFormPage .gfield--type-consent {
	grid-column: span 11;
}
#contactFormPage input[type=checkbox] {
	transform: scale(.7);
	background-color: rgb(208, 201, 195);
}
#contactFormPage #field_submit {
	width: min-content;
	grid-column: span 1;
}
#contactFormPage input[type=submit] {
	background: none;
	box-shadow: none;
	font-family: Lato, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.075rem;
	color: rgb(25, 23, 23);
	padding: 0;
}

/** Contact (in page) **/
.contact-form--names .ff-el-input--label {
	display: none !important;
}
.contact-form--agree {
	width: 50%;
	float: left;
}
#contactFormPage .fluentform .ff-el-form-check-label {
	background-color: transparent;
	background: none;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.5);
    font-size: .875rem;
    letter-spacing: .03em;
}
#contactFormPage .fluentform .ff-el-form-check-label::before {
    background-color: transparent;
}
#contactFormPage .fluentform input::placeholder,
#contactFormPage .fluentform textarea::placeholder {
    color: rgb(179, 175, 173);
    font-size: 0.95rem;
    letter-spacing: .03em;
}
.contact-form--submit {
	float: right;
}
#contactFormPage .ff-default .ff_btn_style {
    border: none!important;
    border-radius: 0px;
	font-family: Lato, sans-serif!important;
    font-size: 0.75rem;
    font-weight: 700;
	text-transform: uppercase;
    line-height: 1.5;
	letter-spacing: 0.075rem;
	color: rgb(25, 23, 23)!important;
    padding: 0px;
	background-color: transparent;
}
#contactFormPage .fluentform .ff-btn-next::before,
#contactFormPage .fluentform .ff-btn-prev::before,
#contactFormPage .fluentform .ff-btn-submit::before,
#contactFormPage .fluentform .ff-btn-submit::after {
    display: none;
}
#contactFormPage .contact-form--submit {
	position: relative;
}
#contactFormPage .contact-form--submit::before {
	content: "";
    position: absolute;
    top: initial;
    left: 0px;
	bottom: -5px;
    width: 100%;
    height: 1px;
	box-shadow: none;
    background-color: #191717;
	opacity: .35;
}
#contactFormPage .contact-form--submit::after {
	content: "";
    pointer-events: none;
    position: absolute;
    top: initial;
    left: 0px;
	bottom: -5px;
    width: 100%;
    height: 1px;
    box-shadow: none;
	background-color:  #191717;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform .3s linear;
}
#contactFormPage .contact-form--submit:hover::after {
	transform: scaleX(1);
}
#contactFormPage .ff-default .ff_btn_style:focus,
#contactFormPage .ff-default .ff_btn_style:hover {
    opacity: 1;
}
#contactFormPage .fluentform .ff-btn-next:hover,
#contactFormPage .fluentform .ff-btn-prev:hover,
#contactFormPage .fluentform .ff-btn-submit:hover {
    transform: scale(1) translateZ(0px);
}


/*** PRODUCT ARCHIVE PAGE ***/
/* each 6-item group becomes its own grid system */
.products-block {
  display: grid;
  grid-gap: 0 44px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 150px min-content 44px min-content 96px 10px 101px min-content 44px min-content 150px;
}
.products-block+.products-block {
  margin-top: -45px;
}
/* 1 - hero */
.products-block > .product-card:nth-child(6n + 1) {
  grid-row: 2 / span 3;
}
.products-block > .product-card:nth-child(6n + 1) .product-card--inner {
  padding: 40px 110px;
}
/* 2 - right top */
.products-block > .product-card:nth-child(6n + 2) {
  grid-row: 1 / 3;
}
.products-block > .product-card:nth-child(6n + 2) .product-card--inner {
  padding: 40px;
}
/* 3 - right mid */
.products-block > .product-card:nth-child(6n + 3) {
  grid-row: 4 / span 3;
}
.products-block > .product-card:nth-child(6n + 3) .product-card--inner {
  padding: 40px;
}
/* 4 - left small */
.products-block > .product-card:nth-child(6n + 4) {
  grid-row: 6 / span 3;
}
.products-block > .product-card:nth-child(6n + 4) .product-card--inner {
  padding: 40px;
}
/* 5 - wide bottom */
.products-block > .product-card:nth-child(6n + 5) {
  grid-row: 8 / span 3;
}
.products-block > .product-card:nth-child(6n + 5) .product-card--inner {
  padding: 40px 110px;
}
/* 6 - small bottom */
.products-block > .product-card:nth-child(6n + 6) {
  grid-row: 10 / 12;
}
.products-block > .product-card:nth-child(6n + 6) .product-card--inner {
  padding: 40px;
}
.products-block > .product-card:nth-child(6n + 3) h3,
.products-block > .product-card:nth-child(6n + 6) h3 {
  font-size: 1.8rem;
  line-height: 35px;
}


/*** TESTIMONIALS PAGE ***/
#testimonialsPage .sp-testimonial-pro .tpro-testimonial-content-area:after,
#testimonialsPage .sp-testimonial-pro .tpro-testimonial-content-area:before {
    display: none!important;
}
#testimonialsPage .sp-tpro-testimonial-title {
	font-family: "Calton Elegance Script", Sans-serif;
	font-size: 3rem!important;
	letter-spacing: .13125rem!important;
}
#testimonialsPage .tpro-testimonial-text p,
#testimonialsPage .tpro-testimonial-date {
	font-size: .75rem!important;
    font-weight: 700!important;
    letter-spacing: .1125rem!important;
    line-height: 1.5!important;
}
#testimonialsPage .tpro-testimonial-meta-area {
	background-image: linear-gradient(90deg, #d0c9c3 10%, #0000 0)!important;
    background-position: top!important;
    background-repeat: repeat-x!important;
    background-size: 10px 2px!important;
}
#testimonialsPage .tpro-client-name {
	font-family: "Lato", Sans-serif!important;
	font-size: .75rem!important;
    font-weight: 700!important;
    letter-spacing: .1125rem!important;
    line-height: 1.5!important;
}
#testimonialsPage .tpro-items-load-more {
	position: relative;
  width: auto;
	margin: 0;
}
#testimonialsPage .tpro-items-load-more span,
#testimonialsPage .infinite-scroll-last {
	font-family: "Lato", Sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
	line-height: 1.5;
    letter-spacing: 0.075rem;
	text-transform: uppercase;
	padding: 0px 0px 2px 0px;
	margin: 0;
}
/** Testimonial Form **/
#testimonialForm .elementor-shortcode {
	width: 100%;
}
#testimonialForm .sp-testimonial-form-container {
	flex-basis: 100%;
}
#testimonialForm .sp-testimonial-label-section {
	display: none;
}
#testimonialForm #testimonial_form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 12px;
}
#testimonialForm .sp-tpro-form-field {
	width: 49%;
}
#testimonialForm .sp-tpro-form-title,
#testimonialForm .sp-tpro-form-content {
	width: 100%;
}
#testimonialForm .testimonial-title,
#testimonialForm .testimonial-content {
	display: flex;
	flex-direction: column-reverse;
}
#testimonialForm .sp-testimonial-input-field input,
#testimonialForm .sp-tpro-form-field textarea {
	border-bottom: 1px solid #191717!important;
	padding: .5rem 0rem!important;
}
#testimonialForm .sp-tpro-form-field textarea {
    height: 50px;
	color: #112337!important;
	margin-bottom: 0px!important;
}
#testimonialForm .sp-tpro-form-field textarea::-webkit-input-placeholder,
#testimonialForm .sp-tpro-form-field textarea::-moz-placeholder,
#testimonialForm .sp-tpro-form-field textarea:-ms-input-placeholder,
#testimonialForm .sp-tpro-form-field textarea:-moz-placeholder,
::placeholder {
	font-size: 12px!important;
	color: #7a7a7a!important;
}
#testimonialForm .sp-maximum_length {
    position: relative!important;
    right: 0!important;
    top: 0!important;
	font-size: 13px!important;
	font-style: normal!important;
	color: #585e6a!important;
}
#testimonialForm .tpro-star-rating-field .sp-testimonial-input-field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#testimonialForm .sp-tpro-form-field .tpro_client_before.tpro-before-rating {
    position: relative;
    bottom: 0;
    left: 0;
}
#testimonialForm .sp-tpro-form-field .tpro_client_before {
    color: #7a7a7a;
    font-size: 14px;
    font-style: normal;
}
#testimonialForm .sp-tpro-form-field:last-of-type {
	width: auto;
	margin-left: auto;
}
#testimonialForm .sp-tpro-form-submit-button .submit-button-wrapper {
	padding: 0 0 10px 0;
}
#testimonialForm .sp-testimonial-input-field input#submit {
    border-bottom: none!important;
    font-family: Lato, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.075rem;
    color: rgb(25, 23, 23);
    padding: 0!important;
}


/*** POP-UP FORMS ***/

/** Newsletter **/
#formPopup .wp-block-mailster-field-firstname,
#formPopup .wp-block-mailster-field-lastname,
#formPopup .wp-block-mailster-field-email {
	flex-direction: row-reverse;
}
#formPopup .wp-block-mailster-field-email {
    margin: 30px 0 0 0;
}
#formPopup .mailster-block-form .mailster-wrapper-inline label.mailster-label {
	padding: 0 0 35px 0;
	overflow: visible;
	font-size: 14px;
}
#formPopup input[type=text],
#formPopup input[type=email] {
	display: block;
    width: 100%;
    font-family: inherit;
    color: rgb(14, 13, 13);
    padding-block-start: 0px;
    padding-block-end: var(--spacing-100);
    padding-inline: 0px;
    border: none;
    outline: none;
    border-radius: 0px;
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    -webkit-text-fill-color: rgb(179, 175, 173);
    animation: 1msease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e+08s, box-shadow 0.1sease-out;
    box-shadow: rgba(14, 13, 13, 0.3) 0px 1px;
    background-color: transparent !important;
}
#formPopup input[type=text]:focus,
#formPopup input[type=email]:focus {
	box-shadow: rgb(14, 13, 13) 0px 2px;
}
#formPopup .wp-block-mailster-gdpr {
	margin-top: 30px;
	font-style: italic;
}
#formPopup [type=submit] {
	width: auto;
	position: relative;
	font-family: inherit;
	line-height: initial;
	font-family: "Cormorant Garamond", sans-serif;
	font-weight: 400;
	font-size: 20px;
	cursor: pointer;
	transition-duration: 0.1s;
	transition-property: background-color, color, border-color, opacity, box-shadow;
	transition-timing-function: ease-out;
	outline: none;
	border: 1px solid transparent;
	border-radius: 0px;
	margin: 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
	padding-block: 6px;
	padding-inline: 14px;
	min-height: 40px;
	background-color: rgb(25, 23, 23);
	color: rgb(248, 245, 242);
}
#formPopup [type=submit]:hover {
	background-color: rgb(60, 58, 58);
}

/* Enquiry */
#form-container {
	font-family: "Cormorant Garamond", sans-serif;
}
.form--intro-text {
	font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.5px;
}
.form--intro-text span {
	color: rgb(70, 67, 67);
	font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}
.form--intro-text a {
	text-decoration: underline;
}
.form--text,
.fluentform .form--label-as-text .ff-el-input--label label {
	font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.25px;
}
/* Hide non-active steps instantly */
.fluentform .fluentform-step:not(.active) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.fluentform .fluentform-step.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
/* Disable step transition animation */
.fluentform .ff-step-body,
.fluentform .fluentform-step {
    animation: none !important;
    transition: none !important;
}
/* Section headings with numbered badge */
.form--section-heading h2 {
	font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.25px;
	color: rgb(25, 23, 23);
	margin-bottom: 20px;
}
.form--section-heading h2 span.form--section-heading-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(25, 23, 23);
    border-start-start-radius: 5px;
    border-end-start-radius: 3px;
    border-start-end-radius: 3px;
    border-end-end-radius: 5px;
    min-inline-size: 16px;
    block-size: 19px;
    font-weight: bold;
    color: rgb(248, 245, 242);
    padding-inline: 4px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0px;
    min-width: 10px;
    vertical-align: 3px;
	margin-right: 10px;
}
/* Labels */
.fluentform .ff-el-input--label label {
	color: rgb(25, 23, 23);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}
/* Text / Email / Tel inputs */
.fluentform input[type=text],
.fluentform input[type=email],
.fluentform input[type=tel],
.fluentform input[type=number] {
    display: block;
    width: 100%;
	font-family: inherit;
    font-size: 20px;
    color: rgb(14, 13, 13);
    padding: 0 0 8px 0;
    border: none;
    outline: none;
    border-radius: 0;
    appearance: none;
    background-color: transparent !important;
    box-shadow: rgba(14, 13, 13, 0.3) 0px 1px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-fill-color: rgb(179, 175, 173);
    transition: box-shadow 0.1s ease-out;
}
.fluentform input[type=text]:focus,
.fluentform input[type=email]:focus,
.fluentform input[type=tel]:focus,
.fluentform input[type=number]:focus {
    box-shadow: rgb(14, 13, 13) 0px 2px;
    outline: none;
}
/* Textarea */
#formPopup .ff-default textarea.ff-el-form-control {
    display: block;
    width: 100%;
    padding: 0px;
    padding-block: 6px;
	font-family: "Cormorant Garamond", sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.25px;
    color: rgb(159, 156, 154);
    border-radius: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: unset;
    -webkit-text-fill-color: currentcolor;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e+08s;
    box-shadow: rgba(25, 23, 23, 0.3) 0px 1px;
    appearance: none !important;
    background-color: transparent !important;
}
#formPopup .ff-default textarea.ff-el-form-control:focus {
	color: rgb(25, 23, 23);
    -webkit-text-fill-color: rgb(25, 23, 23);
    box-shadow: rgb(14, 13, 13) 0px 2px;
    outline: none;
}
/* Select / Dropdown */
#formPopup .ff-default select.ff-el-form-control {
    display: block;
    width: 100%;
	padding: 0px;
    padding-block: 8px;
    padding-inline-end: 24px;
	font-family: "Cormorant Garamond", sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.25px;
	color: rgb(159, 156, 154);
	border-radius: 0px;
    border-style: none;
    border-image: initial;
    outline: unset;
    -webkit-text-fill-color: currentcolor;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e+08s;
    box-shadow: rgba(25, 23, 23, 0.3) 0px 1px;
    appearance: none !important;
    background-color: transparent !important;
}
#formPopup .ff-default select.ff-el-form-control:focus {
	color: rgb(25, 23, 23);
    box-shadow: rgb(14, 13, 13) 0px 2px;
}
/* Select dropdown arrow */
.ff-el-input--content {
	position: relative;
}
.fluentform select {
    padding-right: 24px;
}
.fluentform .ff-el-input--content:has(select)::after {
    content: "\e64b";
    font-family: themify;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
	color: rgb(159, 156, 154);
    font-size: 12px;
    line-height: 1;
}
/* Remove browser autofill background */
.fluentform input:-webkit-autofill,
.fluentform input:-webkit-autofill:hover,
.fluentform input:-webkit-autofill:focus,
.fluentform input:-webkit-autofill:active {
    transition: background-color 999999s ease-in-out 0s,
                color 999999s ease-in-out 0s !important;
    -webkit-text-fill-color: rgb(14, 13, 13) !important;
}
/* Radio selection buttons — input is INSIDE label */
.fluentform .ff-el-form-check {
    display: flex;
    flex-grow: 1;
    width: 100%;
    min-inline-size: 256px;
}
.fluentform .ff-el-input--content .ff-el-form-check + .ff-el-form-check {
    margin-top: 8px;
}
.fluentform .ff-el-form-check-input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.fluentform .ff-el-form-check-label {
    all: unset;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-grow: 1;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: start;
    cursor: pointer;
    background-color: rgba(248, 245, 242, 0.6);
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: rgba(25, 23, 23, 0.1) 0px 0px 0px 1px;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgb(25, 23, 23);
    opacity: 0.9;
}
.fluentform .ff-el-form-check-label::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: rgba(25, 23, 23, 0.06);
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fluentform .ff-el-form-check-label:hover {
    box-shadow: rgba(25, 23, 23, 0.2) 0px 0px 0px 1px;
}
.fluentform .ff-el-form-check-label:has(input[type="radio"]:checked),
.fluentform .ff-el-form-check-label:has(input[type="radio"]:checked):hover {
    box-shadow: rgb(25, 23, 23) 0px 0px 0px 2px;
    opacity: 1;
}
.fluentform .ff-el-form-check-label:has(input[type="radio"]:checked)::before,
.fluentform .ff-el-form-check-label:has(input[type="radio"]:checked):hover::before {
    background-color: rgba(248, 245, 242, 0.04);
}
.fluentform .ff-el-form-check-label span {
    width: 100%;
    padding: 4px;
    color: rgb(25, 23, 23);
}
/* Next / Prev / Submit step buttons */
.fluentform .ff-btn-next,
.fluentform .ff-btn-prev,
.fluentform .ff-btn-submit,
.fluent_form_6 .ff-btn-submit:not(.ff_btn_no_style) {
    border: none !important;
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 16px;
    padding-block: 8px;
    border-radius: 0px;
	font-family: 'Cormorant Garamond', serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    margin: 0;
    cursor: pointer;
    background-color: rgba(248, 245, 242, 0.3);
    transition-property: background-color, color, border-color, box-shadow, transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    color: rgb(226, 223, 220) !important;
    width: auto;
    outline: none;
    transform: none;
    visibility: visible !important;
    z-index: 1;
}
.fluentform .ff-btn-next::before,
.fluentform .ff-btn-prev::before,
.fluentform .ff-btn-submit::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    background-color: rgb(25, 23, 23);
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fluentform .ff-btn-next::after,
.fluentform .ff-btn-prev::after,
.fluentform .ff-btn-submit::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    box-shadow: rgb(25, 23, 23) 0px 0px 0px 1px inset;
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fluentform .ff-btn-next:hover,
.fluentform .ff-btn-prev:hover,
.fluentform .ff-btn-submit:hover {
    transform: scale(1.05) translateZ(0px);
}
.fluentform .step-nav {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 16px;
}
.fluentform .ff-btn-next,
.fluentform .ff-btn-prev {
    float: none !important;
}
/* Hide buttons on thank you step */
.fluentform-step:nth-child(19) .step-nav,
.fluentform-step:nth-child(19) .ff-inner_submit_container {
    display: none !important;
}

/* Hide step progress bar */
.fluentform .ff-step-header {
    display: none;
}

/* Error messages */
.fluentform .ff-el-is-error .ff-el-form-control {
    box-shadow: rgba(220, 53, 69, 0.5) 0px 1px;
}

.fluentform .error.text-danger {
    font-size: 12px;
    color: rgb(220, 53, 69);
    margin-top: 4px;
}


/*** MINI CART & CHECKOUT ***/
#icon-cart .woocommerce-mini-cart .variation {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .25em .5em;
}
#icon-cart .cart-detail li .variation dd+dt {
  margin-top: 0px;
}


/***** RESPONSIVE *****/

@media screen and (min-width: 1500px) {
/*** PRODUCT ARCHIVE PAGE ***/
/* 1 - hero */
.products-block > .product-card:nth-child(6n + 1) {
  grid-column: 2 / span 6;
  width: 828px;
  height: 598px;
}
/* 2 - right top */
.products-block > .product-card:nth-child(6n + 2) {
  grid-column: 8 / span 3;
  width: 392px;
  height: 508px;
}
/* 3 - right mid */
.products-block > .product-card:nth-child(6n + 3) {
  grid-column: 9 / span 3;
  width: 392px;
  height: 301px;
}
/* 4 - left small */
.products-block > .product-card:nth-child(6n + 4) {
  grid-column: 3 / span 3;
  width: 392px;
  height: 523px;
}
/* 5 - wide bottom */
.products-block > .product-card:nth-child(6n + 5) {
  grid-column: 6 / 12;
  width: 828px;
  height: 598px;
}
/* 6 - small bottom */
.products-block > .product-card:nth-child(6n + 6) {
  grid-column: 2 / 5;
  width: 392px;
  height: 291px;
}
}

@media screen and (max-width: 1499px) {
	/*** PRODUCTS ARCHIVE PAGE ***/
	/* 1 - hero */
	.products-block > .product-card:nth-child(6n + 1) {
		grid-column: 1 / span 7;
		width: 664px;
		height: 511px;
	}
	/* 2 - right top */
	.products-block > .product-card:nth-child(6n + 2) {
		grid-column: 8 / span 4;
		width: 360px;
		height: 467px;
	}
	/* 3 - right mid */
	.products-block > .product-card:nth-child(6n + 3) {
		grid-column: 9 / span 4;
		width: 360px;
		height: 255px;
	}
	/* 4 - left small */
	.products-block > .product-card:nth-child(6n + 4) {
		grid-column: 2 / span 4;
		width: 360px;
		height: 467px;
	}
	/* 5 - wide bottom */
	.products-block > .product-card:nth-child(6n + 5) {
		grid-column: 6 / 13;
		width: 664px;
		height: 518px;
	}
	/* 6 - small bottom */
	.products-block > .product-card:nth-child(6n + 6) {
		grid-column: 1 / 5;
		width: 360px;
		height: 267px;
	}
}


@media screen and (min-width: 1024px) {
	/*** CONTENT ***/
	.content-text--column2-80 {
		padding: 0 40px;
	}
	.bigbox-text--left .content-text,
	.bigbox-text--right .content-text {
		font-size: 25px;
		line-height: 1.5;
	}
	
	/*** EVENTS ARCHIVE ***/
	#archive-list-container {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 991px) {
	#content--page-template h2 {
		font-size: 2.1875rem !important;
	}
}

@media screen and (max-width: 767px) {
	/*** PRODUCT ARCHIVE PAGE ***/
	.products-block {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: none;
		grid-gap: 44px 0;
		margin: 0;
		padding: 0;
	}
	.products-block + .products-block {
		margin-top: 44px;
	}
	/* reset every card to a single full-width column */
	.products-block > .product-card {
		grid-column: 1 / -1 !important;
		grid-row: auto !important;
		width: 100% !important;
		height: auto !important;
		position: relative;
		overflow: hidden;
	}
	/* odd = full width, 4/3 */
	.products-block > .product-card:nth-child(odd) {
		aspect-ratio: 4 / 3;
	}
	/* even = inset by 55px each side, 3/4 — width shrinks, height follows via aspect-ratio */
	.products-block > .product-card:nth-child(even) {
		width: calc(100% - 110px) !important;
		margin-left: 55px;
		margin-right: 55px;
		aspect-ratio: 3 / 4;
	}
	/* image fills the card and respects the aspect ratio */
	.products-block > .product-card > .brxe-qoqmcx.brxe-image {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.products-block > .product-card > .brxe-qoqmcx.brxe-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	/* reset inner padding overrides from desktop rules */
	.products-block > .product-card .product-card--inner {
		padding: 24px !important;
	}
}

@media screen and (max-width: 576px) {
  /*** BASICS ***/
  h2 {
    font-size: 3rem!important;
  }
  .heading--2-3.heading--span span {
    font-size: 2.3rem;
    margin-left: 2.1em;
  }

  /*** CONTENT ***/
  #intro-gallery {
    display: none;
  }
  .text--2-column {
    column-count: 1;
  }

  /*** TESTIMONIALS PAGE ***/
  #testimonialsPage .sp-tpro-testimonial-title {
    font-size: 2rem!important;
  }

  /*** PRODUCT PAGE ***/
  .product ul {
    margin-left: 0px;
  }
}