/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ACCOUNT */
#accountContainer a{
	color: var(--e-global-color-text);
	font-weight: var(--e-global-typography-8c6c608-font-weight);
        font-family: var(--e-global-typography-8c6c608-font-family);
        line-height: var(--e-global-typography-8c6c608-line-height);
        text-decoration: underline;
}

.woocommerce-MyAccount-navigation br {
  display: none !important;
}


.woocommerce-MyAccount-navigation {
  padding: 2rem 1rem;
  background: #f9f6f3;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 1.2rem;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  color: #ba2b55;
  transition: color 0.3s ease;
  border-left: 4px solid transparent;
  padding-left: 1rem;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  color: #a21d3a;
  border-left-color: #a21d3a;
}

/* Desktop: mostra lista, nascondi select */
.myaccount-mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation{
    display: none;
  }

.custom-dropdown-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.custom-dropdown-wrapper button{border: none!important;border-radius: 50px}

.custom-dropdown-wrapper .chevron-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.custom-dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Spinge la freccia tutta a destra */
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #ba2b55;
  background-color: #fff;
  border: 2px solid #ba2b55;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
}

.custom-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  margin: 16px 0;
  padding: 8px;
  list-style: none;
  background: var(--e-global-color-454b06b);
  border: none!important;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-dropdown-list li {
  padding: 0;
}

.custom-dropdown-list li a {
  display: block;
  padding: 16px 16px;
          color: var(--e-global-color-text);
  text-decoration: none!important;
          font-size: var(--e-global-typography-8c6c608-font-size);
        text-transform: uppercase;
        font-weight: var(--e-global-typography-8c6c608-font-weight);
        font-family: var(--e-global-typography-8c6c608-font-family);
        line-height: var(--e-global-typography-8c6c608-line-height);
}

.custom-dropdown-list li a:hover {
  background-color: #fff5f7;
}
}



/* STILE PREZZI NELLO STORE */
.stilenormale{
      font-family: var(--e-global-typography-abe9acd-font-family), Sans-serif;
            font-size: var(--e-global-typography-2946866-font-size);
        line-height: var(--e-global-typography-2946866-line-height);
    font-weight: var(--e-global-typography-2946866-font-weight);
    color: var(--e-global-color-text);
}

.stilescontato{font-family: var(--e-global-typography-abe9acd-font-family), Sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through;
    line-height: 110%;
    color: var(--e-global-color-18cd4c5);}


/* STILE PAGINA ORDINE SINGOLO */
	.custom-status {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;

}

.custom-status.ok {
  color: #008060;
}

.custom-status.annullato {
  color: #dc3545;
}

.custom-status.fallito {
  background-color: #ffc107;
  color: #000;
}

.custom-status.altro {
  background-color: #6c757d;
}

/* Desktop (maggiore di 1024px) */
@media (min-width: 1025px) {
  .ordine-wrapper {
  max-width: 50%;
  margin-bottom:80px;
  padding: 0px 16px;
}
}

/* Tablet (da 768px a 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .ordine-wrapper {
  max-width: 100%;
  margin-bottom:80px;
  padding: 0px 16px;
}
}

/* Mobile (minore di 768px) */
@media (max-width: 767px) {
  .ordine-wrapper {
  max-width: 100%;
  margin-bottom:80px;
  padding: 0px 16px;
}
}

.ordine-wrapper {
  margin: 0px auto;
  margin-bottom:80px;
  margin-top:32px;
}

.ordine-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.status-checkout-draft{
	background-color: var(--wc-orange);
}

.ordine-timeline {
  margin: 30px 0;
}

.timeline {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.timeline li {
  font-size: 14px;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
  opacity: 0.3;
  color: #666;
  background-color: #f0f0f0;
}

.timeline li.active {
  font-weight: bold;
  opacity: 1;
  background-color: #008060;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}



.status-completed { background-color: #28a745; }
.status-processing { background-color: #007bff; }
.status-pending { background-color: #ffc107; }
.status-cancelled { background-color: #dc3545; }

.ordine-info p {
  margin: 5px 0;
  font-size: 15px;
}

.ordine-prodotti li {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.prodotti-presenti-ordine, .ordine-info{
	margin: 42px 0px
}

.prodotti-presenti-ordine ul{
	padding:0px!important;
}

.prodotto-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ddd;
}

.prodotto-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.prodotto-info .nome {
  font-weight: 600;
}

.prodotto-info .qty {
  color: #666;
  font-size: 13px;
}


.ordine-contatti {
  margin-top: 16px;
  text-align: center;
}

.btn-contatta {
  display: inline-block;
text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
  color: var(--e-global-color-text)!important;
  font-family: var(--e-global-typography-0d8512b-font-family)!important;
    font-size: var(--e-global-typography-0d8512b-font-size)!important;
    font-weight: var(--e-global-typography-0d8512b-font-weight)!important;
    line-height: var(--e-global-typography-0d8512b-line-height)!important;
    padding: 8px 14px;
  background-color: none!important;
  border: 1px solid var(--e-global-color-d21e746);
  width: 100%;
  min-height:52px;
  align-items: center;
    display: flex;
    justify-content: center;
}

.btn-contatta:hover {
    background-color: var(--e-global-color-d21e746)!important;
  color:var(--e-global-color-6db5920)!important;
}

.ordine-msg {
  text-align: center;
  margin: 50px 0;
  font-size: 16px;
  color: #666;
}

.ordine-download {
  text-align: center;
  margin-top: 42px;
}

.btn-fattura {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s ease;
      color: var(--e-global-color-6db5920)!important;
  font-family: var(--e-global-typography-0d8512b-font-family)!important;
    font-size: var(--e-global-typography-0d8512b-font-size)!important;
    font-weight: var(--e-global-typography-0d8512b-font-weight)!important;
    line-height: var(--e-global-typography-0d8512b-line-height)!important;
    padding: 8px 14px;
  background-color: var(--e-global-color-d21e746)!important;
  width: 100%;
  min-height:52px;
  align-items: center;
    display: flex;
    justify-content: center;
}

.btn-fattura:hover {
  background: #333;
}

.ordine-note,
.ordine-extra {
  margin:16px 0px;
}

/* CALL TO ACTION TORNA INDIETRO */

.back-to-category {
    display: flex;
    align-items: center;
}

.back-to-category a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #242322;
    font-weight: 500;
    transition: color 0.3s ease;
}

.back-to-category a span{padding-top:8px;}

.back-arrow {
    margin-right: 8px;
    font-size: 20px;
}

.back-to-category a:hover {
    color: #6B6B5E;
}

/* CAROSELLO NAVIGAZIONE CATEGORIE SORELLE - PAGINA CATEGORIA */
.woocommerce-sibling-carousel {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto; /* Allows dynamic width */
}

.category-circle {
    width: 100px; /* Adjust size as needed */
    height: 100px; /* Ensure perfect 1:1 ratio */
    max-width: 24vw; /* Prevents excessive size on larger screens */
    max-height: 24vw;
    min-width: 80px; /* Prevents shrinking too much */
    min-height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0; /* Prevents shrinking in the flexbox */
}

.category-circle h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.category-circle:hover {
    transform: scale(1.05);
}

.woocommerce-sibling-carousel .swiper-wrapper {
    margin-left: 0 !important; /* Removes unwanted initial margin */
    padding-left: 0 !important; /* Ensures no padding is causing the shift */
}
.woocommerce-sibling-carousel .swiper-slide:first-child {
    margin-left: 0 !important;
}

/* GRIGLIA SOTTOCOATERIE PAGINA CATEGORIA */
.subcategory-grid {
    display: grid;
    gap: 16px;
    width: 100%;
    padding: 0;
    grid-template-columns: repeat(1, 1fr); /* Mobile default */
}

@media (min-width: 600px) {
    .subcategory-grid {
        grid-template-columns: repeat(2, 1fr); /* Tablet */
    }
}

@media (min-width: 1024px) {
    .subcategory-grid {
        grid-template-columns: repeat(3, 1fr); /* Desktop */
    }
}

.subcategory-tile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 152px;
    border-radius: 16px;
    padding: 16px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}


.subcategory-image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    background-size: contain;
    background-position: center;
        background-repeat: no-repeat;
    border-radius: 16px;
}

.subcategory-content {
    flex-grow: 1;
    padding-left: 20px;
}

.subcategory-title {
    font-size: 28px;
    font-family: 'Gabarito', sans-serif;
    color: #242322;
    margin: 0;
    font-weight: 700;
    line-height: 110%;
}

.subcategory-button {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 16px 0px;
    transition: 0.3s;
}

.subcategory-button:hover {
    opacity: 0.8;
}


/* MODULO AGGIUNGI AL CARRELLO PAGINA PRODOTTO */


#specific .variations {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Inter", sans-serif;
}

#specific tbody{width:100%;}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{background-color: unset!important;}

#specific .variations tr{
	display: grid;
    align-content: center;
    justify-items: center;
    }
    
#specific table td, table th{padding: 0px;}

#specific label {
    font-size: 16px;
    color: #6f6f5f; /* Colore del testo */
    margin-bottom: 6px;
    font-weight:400;
    width: 100%;
	text-align: center;
}

#specific .value {
    position: relative;
    width: 100%; /* Regola la larghezza secondo necessità */
    text-align: center;
}

#specific .value select, {

    height: 64px;
}

#specific select, textarea, input{
	    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f6f4f1;
    border: 1px solid #d1cfc9;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 18px;
    color: #2e2e2b;
    text-align: left;
    cursor: pointer;
    outline: none;
    padding: 16px;
}

#spcific #unita-di-misura{margin: 0px;}

/* Icona della freccia */
#specific .value::after {
    font-size: 12px;
    color: #2e2e2b;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Quando si interagisce con il selettore */
#specific .value select:focus {
    border-color: #a5a39e;
}

/* Rimuove lo sfondo azzurro su iOS */
.value select::-webkit-focus-ring-color {
    display: none;
}

#specific .textFieldNotePDP{padding:0px;}

#specific .textFieldNotePDP textarea{
	    min-height: 152px;

}

#specific .quantity input{
	    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f6f4f1;
    border: 1px solid #d1cfc9;
    border-left: unset;
    border-right: unset;
    border-radius: 0px;
    padding: 10px 15px;
    font-size: 18px;
    color: #2e2e2b;
    text-align: left;
    cursor: pointer;
    outline: none;
    padding: 16px;
        text-align: center;
        height: 64px;
        margin: 0px!important;
}

.quantity {
display: flex;
align-items: center;
gap: 0px;
}

.quantity button {
background: #f6f4f1;
color: #2e2e2b;
font-size: 18px;
width: 32px;
height: 64px;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.quantity .plus{
border-top: 1px solid #d1cfc9 !important;
border-bottom: 1px solid #d1cfc9!important;
border-right: 1px solid #d1cfc9!important;
border-left: unset!important;
border-radius: 0px 50px 50px 0px!important;
margin-top: 0px !important;
}

.quantity .minus{
border-top: 1px solid #d1cfc9 !important;
border-bottom: 1px solid #d1cfc9!important;
border-left: 1px solid #d1cfc9!important;
border-right: unset!important;
border-radius: 50px 0px 0px 50px!important;
margin-top: 0px !important;
}

.quantity input.qty {
text-align: center;
width: 50px;
font-size: 16px;
border: 1px solid #d1cfc9;
border-radius: 5px;
}

.quantity button:hover {
background: #e2e0db;
color:#2e2e2b;
}

.wapf-field-row{margin-left: 0px;}

#specific .single_add_to_cart_button {
	border-radius: 50px;
    height: 64px;
    background-color: var(--e-global-color-d21e746);
    margin-top: 42px;
    font-size: 20px;
}

.wapf{
	margin-bottom: 32px;
}

.woocommerce-variation-price{text-align: center!important;}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: var(--e-global-color-d21e746)!important;
    font-size: 42px!important;
    font-weight: 700;
}

.woocommerce-variation{
	margin-bottom: 24px;
}


/* STILE FORM */

.woocommerce form br {
  display: none!important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	border: 1px solid var(--e-global-color-03009ae);
    border-radius: 100px;
    min-height: 52px;
    background: var(--e-global-color-bfb3d64);
    margin:4px 0px 8px 0px;
}

.required{color: var(--e-global-color-4b2990f);}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
	font-size: var(--e-global-typography-bca574d-font-size);
    font-weight: var(--e-global-typography-bca574d-font-weight);
    border-radius: 100px;
    color: var(--e-global-color-bfb3d64);
    background-color: var(--e-global-color-d21e746);
    width: 100%;
    height: 52px;
    text-transform: var(--e-global-typography-bca574d-text-transform);
}

[type=button], [type=submit], button:hover{
	background-color: var(--e-global-color-d21e746);
}

/* RESET checkbox default per coerenza cross-browser */
/* Checkbox base */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 32px;
  height: 32px;
  border: 2px solid var(--e-global-color-58ee5d4);
  border-radius: 8px;
  background-color: var(--e-global-color-bfb3d64);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

/* Stato: selezionato → mostra X */
input[type="checkbox"]:checked::before,
input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 0px;
  width: 28px;
  height: 1.5px;
  background-color: var(--e-global-color-58ee5d4);
  transform-origin: center;
}

/* Linea 1 della X */
input[type="checkbox"]:checked::before {
  transform: rotate(45deg);
}

/* Linea 2 della X */
input[type="checkbox"]:checked::after {
  transform: rotate(-45deg);
}

/* Accessibilità: focus visibile */
input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* Stile del contenitore label */
.woocommerce-form__label-for-checkbox {
  display: inline-flex!important;
  align-items: center;
  gap: 10px; /* Spazio tra checkbox e testo */
  cursor: pointer;
}

/* Per rendere coerenti altezza e allineamento */
.woocommerce-form__input-checkbox {
  flex-shrink: 0;
  margin: 0;
}

.form-row{
	padding: 16px 0px!important;
}

.form-row button{
	margin-top: 16px!important;
}

button:hover{
	background-color: var(--e-global-color-secondary)!important;
	    color: var(--e-global-color-6db5920)!important;
}

.lost_password{
	text-align: center;
	margin-top: 24px;
}

.lost_password a{
border-bottom: 1px solid var(--e-global-color-text);
color: var(--e-global-color-text);
font-weight:var( --e-global-typography-bca574d-font-weight );
}

/* ULTIMATE MEMBER 
a.um-button{
	min-height: 56px!important;

}

.um input[type=submit].um-button{
		    font-size: var(--e-global-typography-bca574d-font-size)!important;
    line-height: var(--e-global-typography-bca574d-line-height)!important;
    font-family: var(--e-global-typography-bca574d-font-family), Sans-serif;
    font-weight: var(--e-global-typography-bca574d-font-weight)!important;
    text-transform: var(--e-global-typography-bca574d-text-transform)!important;
}

.um .um-form input{
	border-radius: 50px!important;
}

.um span.um-req{
	color:var(--wc-red)!important;
}

.formRegister .um-field-label{
	color: var(--e-global-color-text)!important;
	    margin: 0 0 2px 16px!important;
}

.formRegister .um-field-label label{
	font-weight: 400;
}

.um-col-alt{
	display: flow;
	justify-content: center;
}

.um-half{
	width: 100%!important;
    margin: 8px 0px!important;
    min-height: 56px!important;
    
}

.um-right{display: none!important;}

.um-col-alt .um-half a{
	border-radius: 50px!important;
}

.um-form input[type=number]{
	    width: 100%!important;
	    height: 52px!important;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus{
	background: var(--e-global-color-d21e746)!important;
	min-height: 56px!important;
}

.um-form input[type=number], .um-form input[type=password], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=text]{
	min-height: 56px!important;
	background-color: var(--e-global-color-bfb3d64)!important;
}

.um-toggle-password i{
	position: relative;
    vertical-align: sub;
}
*/


/* Recupera tutti gli ordini dell'utente */
.user-orders-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.order-card {
    background: var(--e-global-color-bfb3d64); /* Sfondo chiaro */
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 120px;
    position: relative;
}

.order-card img {
    width: 80px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.order-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 70%;
}

.action-icons{
	width: 15%;
}

.category {
    font-size: 14px;
    font-weight: 400;
    color: var(--e-global-color-297402b);
    margin-bottom: 2px;
}

.order-info h5, .order-info a {
  font-family: var(--e-global-typography-0525cae-font-family);
    font-size: var(--e-global-typography-0525cae-font-size);
    font-weight: var(--e-global-typography-0525cae-font-weight);
    line-height: var(--e-global-typography-0525cae-line-height);
    color: var(--e-global-color-text)!important;
}

.variation,
.weight {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: var(--e-global-color-a3ae651);
    margin-top: 5px;
}

.price-changed {
    font-size: 14px;
    font-weight: bold;
    color: var(--e-global-color-d21e746);
}

.not-available {
    font-size: 14px;
    font-weight: bold;
    color: var(--e-global-color-4b2990f);
}

.action-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.add-to-cart {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.delete-order {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--e-global-color-d21e746);
}

.woocommerce-page form .form-row-last{
	width: 100%;
}

.woocommerce form .form-row-first{
	width: 100%;
}

.col2-set .form-row{
	margin-bottom: 24px;
}



.popup-product-image {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Layer Opaco */
#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Pop-up */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 90%;
    max-width: 400px;
    text-align: center;
}

#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content {
    text-align: center;
}

.popup-product-image {
    width: 50%;
    height: auto;
    margin: 10px auto;
}

.popup-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    width: 100%;
}

.popup-form label {
    font-weight: bold;
}

.popup-form select,
.popup-form input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup-form button {
    background: var(--e-global-color-d21e746);
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-form button:hover {
    background: darkred;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.popup-content h3,
.popup-form label,
#popup-product-link {
    color: var(--e-global-color-text);
}

.popup-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-form select,
.popup-form input {
    width: 100%;
    height: 52px;
    border-radius: 50px;
    border: 1px solid var(--e-global-color-297402b);
    background: var(--e-global-color-bfb3d64);
}

#confirm-reorder {
    height: 52px;
    width: 100%;
    border-radius: 50px;
}

#popup-product-link {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 24px;
}

.quantity-container {
    display: flex;
    align-items: center;
}

#quantity-minus,
#quantity-plus {
    background: none;
    border: 1px solid var(--e-global-color-297402b);
    padding: 10px;
    cursor: pointer;
}

/* PULSANTI EXPORT */
.buttonExport{
background-color: var(--e-global-color-text);
    font-family: "Gabarito", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--e-global-color-6db5920);
    border: none;
    border-radius: 50px;
    max-height: 52px;
    min-height: 42px;
    width: auto;
}
