/* override c7 styles */
body {
	--c7-field-border-radius: 0px; 
	--c7-button-border-radius: 0px; 
	--c7-primary-button-bg: transparent;
	--c7-primary-button-bg-hover: #000;
	--c7-primary-button-text-color: #000;
	--c7-heading-font-family: inherit;
	--c7-heading-font-weight: 500;
	--c7-font-family: inherit;
	--c7-body-text-color: #000;
	--c7-link-color: #333;
}

/* account header */
#account-header {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end; /* Cambiado end a flex-end para mayor claridad */
}

/* Squarespace */
/* en modo staging 
#account-header {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
} */
/* opción posición absoluta 
#account-header {
	display: inline-flex;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
}
*/

.account-header-container {
	width: auto !important;
}
#account-header #c7-account {
	padding-right: 10px;
	display: inline-block;
}
#account-header #c7-cart .c7-user-nav__cart {
	display: flex;
}
#account-header > #c7-cart {
	display: inline-flex;
}
#c7-account, #c7-cart {
	display: inline-block;
	margin-left: 5px;
}
#c7-account .c7-user-nav__account a {
	text-transform: uppercase;
	padding: 0px;
	font-family: "Cinzel", sans-serif;
	font-size: 18px;
	font-weight: 400;
	transition: ease all 0.3s;
}
#c7-account .c7-user-nav__account a:hover {
	color: #E1B139 !important;
}
.elementor-sticky--active:not(.elementor-sticky--effects) #c7-account .c7-user-nav__account a {
	color: #666;
}
.elementor-sticky--effects #c7-account .c7-user-nav__account a {
	color: #fff;
}
#c7-account .c7-user-nav__account__dropdown a {
	color: var(--c7-body-text-color);
}
#c7-cart .c7-user-nav__cart .c7-link:first-child {
	background-color: transparent;
	border: none;
	margin-bottom: 7px;
} 
body .c7-reservation-widget .c7-date-picker-dropdown button {
	padding: 0px;
}
.elementor-sticky--active:not(.elementor-sticky--effects) #c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
	stroke: #666;
}
.elementor-sticky--effects #c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
	stroke: #fff;
}
.c7-user-nav__account .c7-user-nav__account__dropdown a {
	color: #666 !important;
	font-family: "neuzeit-grotesk", sans-serif !important;
	font-weight: 300 !important;
	font-size: 14px !important;
}
.c7-user-nav__account .c7-user-nav__account__dropdown a:hover {
	color: #E1B139 !important;
}
.c7-user-nav__account .c7-user-nav__account__dropdown a span {
	font-family: "Cinzel", sans-serif !important;
}
.c7-user-nav__account__dropdown__logout svg {
	margin-top: 8px;
}
body #c7-cart .c7-order-item__title a {
	font-family: "Cinzel", sans-serif;
	color: #000 !important;
}
body #c7-cart .c7-order-item__title a:hover {
	color: #E1B139 !important;
}
body .c7-product-detail .c7-product__title {
	color: #000;
	font-size: 46px;
}
#c7-cart .c7-link:hover svg {
	stroke: #E1B139 !important;
}
#c7-cart .c7-user-nav__cart__count {
	background-color: #000;
}
#c7-cart .c7-user-nav__cart button.c7-link {
	padding: 0px !important;
}
#c7-cart .c7-order-item__description {
	margin-top: 6px;
	font-size: 16px;
	line-height: 16px;
}
.c7-order-items .c7-link {
	font-family: "neuzeit-grotesk", sans-serif;
	margin-top: 0;
	font-size: 12px;
	font-weight: 300;
	color: #666;
}
body [type="button"]:focus, 
body [type="button"]:hover, 
body [type="submit"]:focus, 
body [type="submit"]:hover, 
body button:focus, 
body button:hover {
	background-color: transparent;
	color: var(--e-global-color-secondary);
}

/* button styles */
body .c7-btn {
	font-family: "neuzeit-grotesk", sans-serif;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	background: #515050;
	color: #fff;
	border: 1px solid #515050;
	letter-spacing: 0.3px;
	padding: 12px 24px;
	font-weight: 300;
}
body .c7-btn:hover, 
body .c7-cart__buttons .c7-btn:hover {
	background: transparent !important;
	color: #515050;
}

/* slide out cart */
body .c7-side-cart__header button {
	background-color: transparent !important;
	color: #000;
}

/* make link buttons look like links */
body .c7-link {
	color: #666;
}
body .c7-link:hover {
	opacity: 0.6;
}
body button.c7-link {
	background-color: transparent;
	border: 0px;
	color: var(--c7-body-text-color);
	font-family: "neuzeit-grotesk", sans-serif;
	margin-top: 0;
	font-size: 12px;
	font-weight: 300;
	color: #666;
}
body button.c7-link:hover {
	opacity: 0.6;
}

/* dashboard tweaks */
.c7-account__dashboard__message {
	margin-bottom: 20px;
}
.c7-account-row {
	max-width: 100% !important;
	justify-content: space-between !important;
}

/* cart styling */
.cart-row h1 {
	display: none;
}
.c7-cart__wrapper, .c7-account__dashboard {
	max-width: 100% !important;
	margin: 0px auto !important;
	justify-content: space-between !important;
}

/* fix lightboxes that go behind sticky header */
body .c7-modal-container {
	top: 14%;
}

/* collection styling */
body #c7-content h1.c7-h1,
body .c7-product__title a {
	text-align: center;
	font-family: "Cinzel", sans-serif;
}

body h3.c7-h3, 
body .c7-modal__content h2.c7-h2, 
body .c7-account h2.c7-h2,
body .c7-product__title,
body .c7-product__title a,
body #c7-side-cart__header__title,
body .c7-account-block__title,
body .c7-account-dashboard__block__header__title h2.c7-h2,
body .c7-account__header p:first-of-type {
	font-family: "Cinzel", sans-serif;
}

body .c7-product-collection .c7-product .c7-form {
	max-width: unset;
}

body .c7-product__add-to-cart__price {
	display: flex;
	justify-content: flex-start;
}

body .c7-product-detail .c7-product__add-to-cart__price {
	justify-content: flex-start;
}

.c7-product-collection .c7-product {
	text-align: center !important;
}
.c7-product-collection__product-list {
	grid-template-columns: 1fr 1fr !important;
}
.c7-product-collection .c7-product img {
	width: auto;
	object-fit: cover;
}
.c7-product-collection .c7-product__image {
	margin-right: 0px;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {
	justify-content: flex-start;
	align-items: flex-start;
}

/* calendar styling ADA fix */
.c7-reservation-widget .c7-date-picker-input button {
	background-color: transparent !important;
	border-radius: 0px !important;
}
.c7-reservation-widget .c7-date-picker-dropdown button {
	color: inherit;
	background-color: inherit;
}

body .c7-account__menu .c7-active a {
	border-bottom-color: #000;
}
.c7-account__menu a:hover, 
.c7-account__menu a:focus, 
.c7-account__menu a:active {
	border-bottom-color: var(--e-global-color-secondary);
}

.c7-account-login__password-options p, 
.c7-account-login__password-options a {
	color: #666;
}

body .c7-form__group .c7-form__field + button {
	margin: 20px 0 20px 10px;
}

/* mobile overrides */
@media screen and (max-width: 1024px) {
	/* two column on tablet */ 
	.c7-product-collection__product-list {
		grid-template-columns: 1fr 1fr !important;
	} 
	.elementor-sticky--active:not(.elementor-sticky--effects) #c7-account .c7-user-nav__account a {
		color: #fff;
	}
	.elementor-sticky--active:not(.elementor-sticky--effects) #c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
		stroke: #fff;
	}
}

@media screen and (max-width: 767px) {
	/* mobile header position */
	#account-header {
		top: 0px;
	}

	/* one column on mobile */
	.c7-product-collection__product-list {
		grid-template-columns: 1fr !important;
	} 

	.c7-product-specs {
		text-align: left !important;
		margin: 0px !important;
	}
	.c7-product-specs h2 {
		text-align: left !important;
	}

	body .c7-product-detail .c7-product__title {
		font-size: 30px;
	}

	body .c7-product-detail .c7-product__content h3 {
		font-size: 24px;
	}	
	body footer .c7-form__group {
		flex-direction: column;
		max-width: 300px;
	}	
	footer .c7-form__group .c7-form__field:not(:last-of-type) {
		margin-right: 0;
	}
	body footer .c7-form__group .c7-form__field + button {
		margin: 20px 0 20px 0;
	}
}
