/*
--------------------------------------
Header
--------------------------------------
*/

body:not(.elementor-editor-active) .main-header__inner {
	position: sticky;
	z-index: 5;
	top: 0;
}

/*
--------------------------------------
Info product
--------------------------------------
*/

/*Category*/

.product-info__container .detail-label {
	display: none;
}

.woocommerce-js .product .product_meta {
	border-top: none !important;
}

.product-info__container .detail-content a {
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 14px;
	font-weight: 500;
	color: #686363;
	letter-spacing: 2.8px;
	text-transform: uppercase;
}

/*Title*/

.product-info__container .product_title {
	font-family: var(--e-global-typography-primary-font-family);
	font-size: calc(35px + (50 - 35) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
}

/*Price*/

.woocommerce .elementor-widget-woocommerce-product-price .price {
	color: var(--e-global-color-primary) !important;
}

/*Add to cart*/

form.cart .quantity {
	display: flex;
	background: #fff;
	border: 1px solid;
	height: 50px;
}

form.cart .quantity button {
	background: transparent;
	border: none;
	color: #000;
	padding: 0;
	margin: 0 !important;
}

form.cart .quantity button.minus {
	margin-left: 10px !important;
}

form.cart .quantity button.plus {
	margin-right: 10px !important;
}

form.cart .quantity .input-text {
	background: transparent;
	border: none;
	color: #000;
	padding: 0;
	margin: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}

form.cart button[type="submit"] {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: 400;
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
	border-radius: 0;
	text-transform: uppercase;
	width: 320px !important;
	height: 50px;
	padding: 5px 35px !important;
	padding-left: 50px !important;
}

form.cart button[type="submit"]:hover,
form.cart button[type="submit"]:focus {
	background-color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}

form.cart button[type="submit"]:before {
	position: absolute;
	content: url(/wp-content/uploads/2025/05/cart-icon.png);
	left: calc(10px + (50 - 10) * ((100vw - 320px) / (1920 - 320)));
}

/*
--------------------------------------
Message
--------------------------------------
*/

.woocommerce-notices-wrapper {
	position: fixed;
	z-index: 5;
	top: 20%;
	right: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	max-width: 375px;
}

.woocommerce-notices-wrapper--is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
	background: #fff;
}

.woocommerce-message::before {
	display: none;
}

.woocommerce-message-inner .woocommerce-message-text {
	display: flex;
	flex-direction: column;
	font-family: var(--typo-primary);
	font-size: 18px;
	color: #000;
	max-width: 90%;
}

.woocommerce-message-inner .close-button {
	position: absolute;
	top: 5px;
	right: 10px;
}

.wc-forward {
	text-align: center !important;
}

/*
--------------------------------------
Gift card
--------------------------------------
*/

.gift-cards_form > h3 {
	margin-top: 0;
}

.gift-cards-list {
	margin-bottom: 20px;
}

.gift-cards-list h3 {
	margin-bottom: 10px;
}

.ywgc-amount-buttons {
	margin-inline-start: 0 !important;
}

.gift-card-content-editor.step-content h5 {
	margin: 10px 0;
}