/* === FONT & RESET === */
body {
  font-family: 'Quicksand', 'Montserrat', Arial, sans-serif;
  background: #fffdfa;
  color: #4e3b36;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 {
  font-family: 'Montserrat', 'Quicksand', Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
a {
  color: #c2775c;
  text-decoration: none;
  transition: color .15s;
}
a:hover {
  color: #a24d22;
}

/* === SCROLLBAR E ACCESSIBILITÀ === */
::-webkit-scrollbar-thumb { background: #eed1c6; border-radius: 3px;}
::-webkit-scrollbar { width: 9px; background: #fbeee0;}
button:active { outline: 0; }
input, textarea, button { font-family: inherit; }

/* === TOPBAR STICKY === */
.topbar {
  width: 100%;
  min-height: 52px;
  padding: 0 14px 0 18px;
  background: linear-gradient(90deg, #fff7f2 60%, #fbeee0 100%);
  border-bottom: 2px solid #eed1c6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 8px #eed1c62b;
  box-sizing: border-box;
  overflow-x: clip;
  position: sticky;
  top: 0;
  z-index: 990;
}
.topbar-left {
  display: flex;
  align-items: center;
  font-size: 1.22rem;
  font-weight: 800;
  color: #a24d22;
  letter-spacing: -0.5px;
  font-family: 'Montserrat', 'Quicksand', Arial, sans-serif;
}
.topbar-logo {
  font-family: 'Montserrat', 'Quicksand', Arial, sans-serif;
  font-weight: 900;
  color: #a24d22;
  font-size: 1.21rem;
  letter-spacing: 1px;
}
.topbar-logo span {
  color: #c2775c;
  font-weight: 400;
  font-size: 1.07rem;
  margin-left: 5px;
  letter-spacing: 0.2px;
}
.topbar-right {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-right: 0;
  max-width: 100vw;
}

/* === Icone carrello e user su topbar: MINIMAL STYLE, SENZA CERCHIO/BORDO/OMBRA === */
.cart-sticky,
.user-btn {
  background: none;
  border: none;
  box-shadow: none;
  color: #b36a42;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  padding: 0 6px;
  margin: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color .13s;
}
.cart-sticky i,
.user-btn i {
  font-size: 22px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-sticky:hover,
.user-btn:hover,
.user-btn:focus {
  color: #c2775c;
  background: none;
  box-shadow: none;
  border: none;
}

/* === Badge numerico carrello === */
.cart-sticky {
  position: relative !important; /* Serve a posizionare il counter */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}
#cart-count {
  position: absolute;
  top: -7px;
  right: -9px;
  min-width: 13px;
  height: 13px;
  background: #c2775c;
  color: #fff;
  font-size: 0.8em;
  font-weight: 800;
  border-radius: 50%;
  padding: 0 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fffdfa;
  box-shadow: 0 2px 6px #e74c3c33, 0 1px 3px #eed1c642;
  z-index: 2;
  pointer-events: none;
  transition: box-shadow 0.14s, background 0.15s;
  line-height: 1;
}

#cart-count.pulse {
  animation: cartpulse 0.3s;
}
@keyframes cartpulse {
  0% { transform: scale(1);}
  50% { transform: scale(1.17);}
  100% { transform: scale(1);}
}

/* === HERO === */
.monilia-hero {
  background: linear-gradient(120deg, #fbeee0 65%, #eed1c6 100%);
  padding: 44px 0 34px 0;
  text-align: center;
  border-bottom: 2px solid #f6dec5;
  box-shadow: 0 8px 32px #eed1c60f;
  position: relative;
}
.monilia-logo {
  font-family: 'Montserrat', cursive;
  font-size: 2.5rem;
  color: #a24d22;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: 700;
}
.monilia-logo span {
  color: #c2775c;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 6px;
  letter-spacing: 0.5px;
}
.monilia-hero-subtitle {
  font-size: 1.12rem;
  color: #72584e;
  margin: 13px 0 0 0;
  line-height: 1.7;
}
.monilia-hero-subtitle b { color: #b36a42; font-weight: 700; }

/* === PROMO BANNER === */
.promo-banner {
  background: linear-gradient(90deg,#eed1c6 60%,#fbeee0 100%);
  color: #a24d22;
  font-size: 1.08rem;
  font-weight: 600;
  text-align: center;
  padding: 13px 0 11px 0;
  letter-spacing: 0.1px;
  border-top: 1.5px solid #f6dec5;
  border-bottom: 1.5px solid #eed1c6;
}
.promo-banner i {
  margin-right: 7px;
  color: #c2775c;
}

/* === PRODOTTI & GRIGLIA === */
.monilia-products {
  max-width: 1160px;
  margin: 0 auto 64px auto;
  padding: 0 24px;
}
.monilia-products h2 {
  text-align: center;
  font-size: 1.55rem;
  color: #c2775c;
  margin: 54px 0 32px 0;
  letter-spacing: 1px;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 34px;
  justify-items: center;
}
.product-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px #c2775c1a, 0 1.5px 7px #eed1c634;
  border: 1.5px solid #f8e1d3;
  padding: 26px 20px 18px 20px;
  max-width: 265px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow .18s, transform .14s, border-color .14s;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-card:before {
  content: "";
  position: absolute;
  left: -60px;
  top: -60px;
  width: 120px;
  height: 120px;
  background: linear-gradient(120deg, #fbeee0 70%, #eed1c6 100%);
  opacity: 0.09;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.product-card:hover {
  box-shadow: 0 14px 38px #c2775c22, 0 2px 9px #eed1c648;
  transform: translateY(-5px) scale(1.028);
  border-color: #c2775c;
}
.product-card > * {
  position: relative;
  z-index: 1;
}
.product-img-wrap {
  position: relative;
  width: 115px;
  height: 115px;
  margin: 0 auto 15px auto;
}
.product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 1px 10px #eed1c632;
  border: 2px solid #f8ebdc;
  background: #f9f3ec;
  display: block;
}
/* Floating badge destra */
.add-to-cart-ico {
  position: absolute;
  top: -16px;
  right: -16px;
  background: #fff7f2;
  border: 2px solid #eed1c6;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px #eed1c62a;
  transition: background 0.13s, box-shadow 0.15s, color 0.15s, border 0.15s;
  color: #b36a42;
  font-size: 1.25rem;
  z-index: 3;
}
.add-to-cart-ico i {
  font-size: 1.11em;
}
.add-to-cart-ico:hover,
.add-to-cart-ico:focus {
  background: #c2775c;
  color: #fff;
  box-shadow: 0 4px 16px #c2775c30;
  border-color: #c2775c;
}
.add-to-cart-ico.added {
  background: #f8daca !important;
  color: #b36a42 !important;
}
.add-to-cart-ico.animated {
  animation: cart-bounce 0.42s cubic-bezier(.4,2,.65,.95);
  background: #c2775c !important;
  color: #fff !important;
  border-color: #c2775c !important;
}
.add-to-cart-ico.animated i {
  color: #fff !important;
  transition: color .13s;
}
@keyframes cart-bounce {
  0% { transform: scale(1);}
  25% { transform: scale(1.21) rotate(-7deg);}
  55% { transform: scale(0.89);}
  75% { transform: scale(1.11);}
  100% { transform: scale(1);}
}
.cart-sticky.animated {
  animation: sticky-bounce 0.5s cubic-bezier(.44,1.8,.38,.98);
  box-shadow: 0 8px 34px #c2775c44;
}
@keyframes sticky-bounce {
  0% { transform: scale(1);}
  30% { transform: scale(1.17) rotate(4deg);}
  55% { transform: scale(0.93);}
  80% { transform: scale(1.06);}
  100% { transform: scale(1);}
}
.product-card h3 {
  color: #a24d22;
  font-size: 1.07rem;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
.prod-desc {
  color: #72584e;
  font-size: 0.98rem;
  margin-bottom: 13px;
  min-height: 38px;
}
.prod-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  width: 100%;
  margin-top: 7px;
}
.prod-price {
  color: #c2775c;
  font-size: 1.13rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.details-btn {
  background: linear-gradient(90deg,#eed1c6 70%,#fbeee0 100%);
  color: #a24d22;
  border: none;
  border-radius: 7px;
  padding: 7px 17px;
  font-size: 0.99rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 8px #eed1c622;
  text-transform: uppercase;
  transition: background .13s, color .13s;
}
.details-btn:hover {
  background: #c2775c;
  color: #fff;
}

/* === MODALE CARRELLO === */
.cart-modal {
  position: fixed;
  inset: 0;
  background: rgba(66,33,14,0.12);
  z-index: 150;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInCart .17s;
}
@keyframes fadeInCart { from {opacity:0} to {opacity:1} }
.cart-modal-box {
  background: #fffdf8;
  border-radius: 17px;
  box-shadow: 0 6px 32px #b36a4230;
  padding: 38px 28px 28px 28px;
  min-width: 270px;
  max-width: 90vw;
  text-align: center;
  position: relative;
  max-height: 95vh;
  overflow-y: auto;
}
.cart-modal-box h4 {
  color: #c2775c;
  font-size: 1.19rem;
  margin-bottom: 21px;
  letter-spacing: 0.5px;
}
#cart-items {
  margin-bottom: 18px;
  min-width: 190px;
  font-size: 1.03rem;
  color: #4e3b36;
}
.cart-modal-total {
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: #b36a42;
}
.checkout-btn {
  background: linear-gradient(90deg,#c2775c 40%,#eed1c6 100%);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 10px 35px;
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 6px 0 0;
  cursor: pointer;
  box-shadow: 0 1px 8px #eed1c618;
  text-transform: uppercase;
  transition: background .13s, color .13s;
}
.checkout-btn:hover {
  background: #a24d22;
  color: #fff;
}
.cart-modal-close {
  background: none;
  color: #a24d22;
  border: none;
  border-radius: 6px;
  padding: 8px 21px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 8px;
  cursor: pointer;
  text-transform: uppercase;
}
.cart-modal-close:hover { background: #fbeee0; }

/* === RIGA PRODOTTI CARRELLO === */
.cart-item-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0 7px 0;
  border-bottom: 1px solid #f3e0d2;
  margin-bottom: 2px;
}
.cart-item-img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 1px 5px #eed1c616;
  background: #fbeee0;
}
.cart-item-info {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.cart-item-title {
  font-size: 1rem;
  color: #a24d22;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2px;
}
.cart-item-price {
  font-size: 0.97rem;
  color: #b36a42;
}
.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cart-qty-btn {
  width: 26px;
  height: 26px;
  background: #fbeee0;
  border: 1px solid #eed1c6;
  border-radius: 6px;
  color: #b36a42;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.14s;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.cart-qty-btn:hover { background: #eed1c6; }
.cart-remove-btn {
  background: none;
  color: #b36a42;
  border: none;
  font-size: 1.15rem;
  margin-left: 4px;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 50%;
  transition: background 0.14s;
}
.cart-remove-btn:hover { background: #ffe7d7; color: #a24d22; }

/* === TRUST ROW === */
.trust-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  background: #fff7f2;
  color: #b36a42;
  padding: 15px 0 8px 0;
  font-size: 0.99rem;
  border-top: 1px solid #f6dec5;
  border-bottom: 1px solid #f6dec5;
}
.trust-row i {
  margin-right: 6px;
  color: #c2775c;
}
@media (max-width: 700px) {
  .trust-row {
    flex-direction: column;
    align-items: center;
    gap: 7px;
    font-size: 0.98rem;
  }
  .topbar {
    min-height: 42px;
    padding: 0 2vw 0 7px;
    font-size: 0.97rem;
  }
  .topbar-logo {
    font-size: 0.99rem;
  }
  .topbar-right {
    gap: 7px;
    max-width: 96vw;
  }
  .cart-sticky i,
  .user-btn i {
    font-size: 17px;
    width: 17px;
    height: 17px;
  }
  .user-btn i.fa-user {
    font-size: 17px;
  }
  .monilia-hero { padding: 32px 0 24px 0; }
  .monilia-logo { font-size: 1.52rem; }
  .monilia-products h2 { margin: 28px 0 22px 0; font-size: 1.07rem; }
  .products-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-card { max-width: 96vw; }
  .cart-modal-box { min-width: 90vw; padding: 20px 8px 20px 8px; }
}

/* === FOOTER & SOCIAL ICONS === */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 8px 0 2px 0;
}
.footer-social a {
  color: #c2775c;
  font-size: 1.28rem;
  transition: color .17s;
}
.footer-social a:hover {
  color: #a24d22;
}
.monilia-footer {
  text-align: center;
  color: #c2775c;
  background: #fff7f1;
  padding: 60px 0 44px 0;
  font-size: 1.08rem;
  letter-spacing: 0.3px;
  border-top: 1.5px solid #f6dec5;
  min-height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* === MODALI (Success, Product, Carrello, Login, Private) === */
.modal-success-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(45, 25, 25, 0.20);
  display: none;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.2s;
}
.modal-success-overlay.show {
  display: flex !important;
}
.modal-success-box {
  background: #fff1ef;
  border-radius: 16px;
  padding: 36px 26px 22px 26px;
  box-shadow: 0 8px 32px #eec4be24;
  text-align: center;
  min-width: 210px;
  max-width: 94vw;
}
.modal-success-icon {
  font-size: 2.6rem;
  color: #6dc074;
  margin-bottom: 14px;
}
.modal-success-message {
  font-size: 1.12rem;
  color: #9d645a;
  margin-bottom: 16px;
  line-height: 1.5;
}
.modal-success-btn {
  background: #eec4be;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 32px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 12px #eec4be23;
  transition: background 0.15s;
}
.modal-success-btn:hover { background: #e6959d; }
/* === MODALE PRODOTTO === */
.product-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(50,30,20,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.19s;
}
.product-modal-box {
  background: #fffdfa;
  border-radius: 18px;
  max-width: 90vw;
  width: 80vw;
  box-shadow: 0 10px 38px #eed1c644;
  padding: 30px 26px 20px 26px;
  position: relative;
  text-align: center;
  animation: slideUp 0.17s;
  max-height: 95vh;
  overflow-y: auto;
}
@keyframes slideUp { from {transform: translateY(60px);} to {transform: none;} }
.product-modal-close {
  position: absolute;
  right: 13px;
  top: 12px;
  font-size: 2.2rem;
  background: none;
  border: none;
  color: #c2775c;
  cursor: pointer;
  padding: 0 8px;
  border-radius: 50%;
  line-height: 1;
  transition: background 0.13s;
}
.product-modal-close:hover { background: #fbeee0; color: #a24d22; }
.product-modal-imgs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 12px;
}
.product-modal-imgs img {
  width: 70px; height: 70px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #f7e6d7;
  box-shadow: 0 1px 6px #eed1c619;
  background: #faf3ea;
}
.product-modal-mainimg {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 12px;
  border: 3px solid #f6dec5;
  background: #fbeee0;
  box-shadow: 0 3px 17px #eed1c627;
}
.product-modal-title { color: #a24d22; font-size: 1.18rem; font-weight: bold; margin-bottom: 8px;}
.product-modal-desc { color: #72584e; margin-bottom: 14px; font-size: 1.02rem; }
.product-modal-badge {
  background: #eec4be;
  color: #914726;
  border-radius: 8px;
  font-size: 0.93rem;
  padding: 4px 10px;
  display: block;
  width: fit-content;
  margin: 12px auto 12px auto; /* 12px sopra e sotto */
  font-weight: 600;
}

.product-modal-price {
  font-size: 1.11rem;
  color: #c2775c;
  font-weight: bold;
  margin-bottom: 14px;
  display: block;
}
.product-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-modal-actions button {
  background: linear-gradient(90deg,#eed1c6 70%,#fbeee0 100%);
  color: #a24d22;
  border: none;
  border-radius: 7px;
  padding: 8px 0;
  font-size: 1.02rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  transition: background .13s, color .13s;
}
.product-modal-actions button:hover {
  background: #c2775c;
  color: #fff;
}

/* === CHECKOUT FORM & LOGIN === */
.checkout-form {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checkout-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
}
.checkout-field label {
  display: block;
  font-size: 0.99rem;
  color: #a24d22;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 0.1px;
}
.checkout-field label span {
  color: #d93f2c;
  font-size: 1.01em;
  margin-left: 1px;
}
.checkout-field input {
  width: 100%;
  padding: 8px 13px;
  border: 1.5px solid #eed1c6;
  border-radius: 8px;
  background: #fffdfa;
  font-size: 1.01rem;
  color: #4e3b36;
  transition: border-color .16s;
  outline: none;
  box-sizing: border-box;
}
.checkout-field input:focus {
  border-color: #c2775c;
  background: #fff7f2;
}
.checkout-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.checkout-form .paypal-btn {
  flex: 1 0 0;
  margin: 0;
  min-width: 155px;
  max-width: 220px;
}
.checkout-form .cart-modal-close {
  min-width: 100px;
  background: #fff;
  border: 1.5px solid #eed1c6;
  color: #c2775c;
  border-radius: 7px;
  padding: 9px 0;
  font-size: 1.01rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .13s, color .13s, border .13s;
  text-transform: uppercase;
  box-shadow: 0 1px 6px #eed1c613;
}
.checkout-form .cart-modal-close:hover {
  background: #c2775c;
  color: #fff;
  border-color: #c2775c;
}
.paypal-btn {
  background: #ffc439;
  color: #111;
  border: none;
  border-radius: 7px;
  font-weight: 700;
  font-size: 1.04rem;
  padding: 10px 20px;
  margin: 18px 0 8px 0;
  cursor: pointer;
  box-shadow: 0 1px 7px #eed1c617;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background .14s;
}
.paypal-btn:hover {
  background: #ffc107;
  color: #111;
}

/* === LOGIN & AREA PRIVATA === */
.private-banner {
  background: linear-gradient(90deg,#eed1c6 70%,#fbeee0 100%);
  color: #a24d22;
  font-size: 1.05rem;
  text-align: center;
  padding: 10px 10px 8px 10px;
  border-radius: 8px;
  margin-bottom: 14px;
  margin-top: 2px;
  letter-spacing: 0.1px;
  border: 1.5px solid #eed1c6;
  font-weight: 600;
}
.order-list {
  padding: 0;
  margin: 0 0 6px 0;
  list-style: none;
  color: #72584e;
  font-size: 1.02rem;
}
.order-list li {
  padding: 7px 0 7px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fbeee0;
  gap: 10px;
}
.order-date {
  color: #c2775c;
  font-size: 0.99em;
  margin-left: 8px;
}
.order-detail-btn {
  background: #fbeee0;
  color: #a24d22;
  border: 1.5px solid #eed1c6;
  border-radius: 7px;
  padding: 5px 14px;
  font-size: 0.99rem;
  cursor: pointer;
  margin-left: 7px;
  transition: background .14s, color .14s;
}
.order-detail-btn:hover { background: #c2775c; color: #fff; }
#loginModal input {
  width: 100%;
  margin-bottom: 12px;
  border: 1.5px solid #eed1c6;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 1rem;
  background: #fffdfa;
  color: #4e3b36;
  box-sizing: border-box;
}
#loginModal .checkout-btn,
#loginModal .cart-modal-close {
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 600;
}
#loginModal .cart-modal-close {
  background: #fff;
  color: #c2775c;
  border: 1.5px solid #eed1c6;
  transition: background .14s, color .14s, border .14s;
}
#loginModal .cart-modal-close:hover {
  background: #c2775c;
  color: #fff;
  border-color: #c2775c;
}
#logoutBtn {
  background: #fff;
  border: 1.5px solid #eed1c6;
  color: #c2775c;
  border-radius: 7px;
  padding: 9px 0;
  font-size: 1.01rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .13s, color .13s, border .13s;
  text-transform: uppercase;
  box-shadow: 0 1px 6px #eed1c613;
  min-width: 100px;
}
#logoutBtn:hover {
  background: #c2775c;
  color: #fff;
  border-color: #c2775c;
}

/* === SCROLL TO TOP BUTTON === */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 200;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(120deg, #fbeee0 60%, #eed1c6 100%);
  color: #a24d22;
  border: 2px solid #eed1c6;
  font-size: 1.18rem;
  font-weight: bold;
  box-shadow: 0 2px 14px #eed1c626;
  cursor: pointer;
  transition: background 0.17s, color 0.17s, border 0.13s, box-shadow 0.17s, transform 0.13s;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#scrollToTopBtn:hover, #scrollToTopBtn:focus {
  background: #c2775c;
  color: #fff;
  border-color: #c2775c;
  box-shadow: 0 4px 22px #c2775c40;
  transform: translateY(-3px) scale(1.07);
}



/*===pagamento===*/
.payment-btn {
  background: #fff;
  color: #c2775c;
  border: 1.5px solid #eed1c6;
  border-radius: 7px;
  padding: 10px 0;
  font-size: 1.01rem;
  font-weight: 600;
  margin: 3px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  transition: background .13s, color .13s, border .13s;
}
.payment-btn:hover {
  background: #c2775c;
  color: #fff;
  border-color: #c2775c;
}
.payment-btn img,
.payment-btn i {
  margin-right: 7px;
}
