/** Shopify CDN: Minification failed

Line 536:0 Unexpected "}"
Line 625:0 Unexpected "}"

**/
.customer:not(.account):not(.order) {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}

 .loyalty-info-simple {
    margin: 1.5rem 0 0 0;
    font-size: 14px;
    color: #222;
    text-align: center;
  }

   .loyalty-info-simple2 {
    font-size: 1.2rem;
    color: #222;
    text-align: center;
  }

   .simple-trigger2 {
    cursor: pointer; 
    display: flex; 
    align-items: 
    center; 
    gap: .5rem; 
    margin-top: 1rem; 
    width: auto; 
    justify-content: center;
   }
  
  .simple-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 20px;
  }
  
  .simple-trigger:hover {
    background: rgba(0,0,0,0.05);
  }
  
  .simple-icon {
    transition: transform 0.3s ease;
  }
  
.simple-content {
  overflow: hidden;
  transition: all 0.4s ease;
  background: #f9f9f9;
  border-radius: 4px;
  margin-top: 6px;
  height: 0;
}

  
  .simple-content-inner {
    padding: 12px;
  }

    .loyalty-intro {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: #555;
  }
  
  .loyalty-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .loyalty-tier {
    border: 1px solid #eee;
    padding: 1.5rem;
    min-height: 300px;
    position: relative;
  }
  
  .tier-title {
    
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
    letter-spacing: 1px;
  }
  
  .tier-benefits {
    list-style: none;
    padding-left: 0;
  }
  
  .tier-benefits li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.8rem;
    line-height: 1.5;
  }
  
  .tier-benefits li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .loyalty-columns {
      grid-template-columns: 1fr;
    }
    
    .loyalty-tier {
      min-height: auto;
    }
  }
  
  .loyalty-info-simple.active .simple-icon {
    transform: rotate(180deg);
  }
  
  .loyalty-info-simple.active .simple-content {
  height: auto;
  max-height: 1000px;
  }

.loyalty-next em,
.loyalty-levels .level span {
  font-weight: bold !important;
  text-transform: uppercase !important;
}

.loyalty-progress-wrapper {
  max-width: 550px;
  margin: 1.5rem auto;
  text-align: center;
}

.loyalty-progress-bar {
  height: 14px;
  background: #d1d1d1;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
}

.loyalty-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #d9c0e8, #b595ce);
  border-radius: 10px;
  transition: width 1.5s ease-in-out;
}

/* Etichette sotto la barra */
.loyalty-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
}

.loyalty-labels span {
  flex: 1;
  font-weight: 500;
}

.loyalty-labels .label-mid {
  flex: 1;
  text-align: center;
}

.loyalty-labels .label-start {
  text-align: left;
}

.loyalty-labels .label-end {
  text-align: right;
}

.loyalty-labels small {
  display: block;
  font-size: 0.9rem;
  color: #aaa;
}


.loyalty-text {
  font-size: 1.3rem !important;
    margin-top: 1rem !important;
    color: #444;
}

.loyalty-next {
  font-size: 1.3rem !important;
  margin-top: 5px !important;
  color: #7a5ca2 !important;
  text-align:center;
}

.rotating-message p {
  display: none;
  margin: 0;
  font-size: 1.4rem;
}

.rotating-message p.active {
  display: block;
}


.banner_account {
  position: relative;
  width: 100%;
}

.banner_account_img {
  width: 100%;
  border-bottom: 1px solid #9979b2;
}

.change-banner-btn {
  position: absolute !important;
    bottom: 2rem !important;
    right: 1.5rem !important;
  color: #fff !important;
  border: none !important;
  padding: 6px 25px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  width: auto !important;
}

.banner-selector {
  display: none;
  position: absolute;
  bottom: 80px;
  right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}

/* 🔵 Mostra SOLO le immagini desktop su desktop */
@media screen and (min-width: 750px) {
  .selector-section.mobile-section {
    display: none !important;
  }
}

/* 🔵 Mostra SOLO le immagini mobile su mobile */
@media screen and (max-width: 749px) {
  .selector-section.desktop-section {
    display: none !important;
  }
   .announcementbarnew-container, .announcementbarnew-slider {
    display: none !important;
  }
}


.selector-section p {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
}

.banner-thumb {
  width: 60px;
  height: auto;
  margin: 4px;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.banner-thumb:hover {
  border-color: #9979b2;
}

@media screen and (max-width: 749px) {
  html, body {
  overflow-x: hidden;
}
  } 

img.banner_account{
  border-bottom: 1px solid #9979b2;
  width:100%;
}

.hidden-order {
  display: none;
}

.order-history {
  table-layout: fixed;
  width: 100%;
}

p.firstmess {
      padding-top: 1rem;
}

.contenitore1{
  padding-left:2rem;
  padding-right:2rem;
}

.info_account {
  align-items: center;
  padding-top: 2rem;
  padding-bottom:1rem;
  position: relative;
  text-align:center;
}
  
  .account-meta {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  
  .welcome-message {
    margin: 0;
    font-size: 1rem;
    color: #666;
    text-transform: capitalize;
    margin-top: -0.5rem !important;
  }
  
  .logout-link {
    text-decoration: none;
    font-size: 0.9rem;
    color: #888;
    transition: color 0.3s ease;
  }
  
  .logout-link:hover {
    color: #333;
  }

.info_account a {
  position: absolute;
  right: 0;                 
}

.name_account {
  text-transform: capitalize;
}

.initial_name {
    text-align: center;
    margin-top: -6rem;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    justify-content: center;
    display: flex;
}

#initialName {
border-radius: 50%;
    padding: 3rem;
    box-sizing: content-box;
    font-size: 2.5rem;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.color-palette {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(40%, -50%);
  display: flex;
  gap: 0.5rem;
  background: rgb(255 255 255);
  padding: 0.5rem 0.7rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.color-swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease;
}

/* ✅ Effetto hover più “luxury” */
.color-swatch:hover {
  transform: scale(1.2);
}

/* 📱 MOBILE FIX */
@media screen and (max-width: 749px) {
  .color-palette {
    top: 100%;             /* si sposta sotto il cerchio */
    left: 50%;
    transform: translate(-50%, 9px); /* centrata sotto */
    gap: 0.3rem;           /* meno spazio tra i colori */
    padding: 1rem 1rem;
  }

  .color-swatch {
    width: 20px;
    height: 20px;
  }
    .login_input {
    margin-top:2rem;
  }
}

  .login_input {
    border-radius: 20px;
    padding: 1.5rem;
  }

.color-swatch:hover {
  transform: scale(1.2);
}

.hidden {
  display: none;
}


.order-history {
  table-layout: fixed;
  width: 100%;
}

.order-number {
  font-weight: bold;
  margin-bottom: 4px;
}

.product-title {
  color: #555;
  margin: 0 !important;
}

p.empty-state{
     text-align: center;
    margin-top: 2.8rem !important;
}
@media (max-width: 749px) {
  /* nasconde tutte le label generate da data-label */
  .order-history td[data-label]::before {
    content: none !important;
  }
  :is(.account, .order) h2 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size:1.6rem;
}
.account-two-column {
  padding-top: 2.5rem;
}
.account-two-column2 {
  padding-top: 2.5rem;
}
.account-orders, .account-address{
  margin-top: 2.5rem;
}
}

@media screen and (min-width: 750px) {
  .account-two-column {
    align-items: flex-start;
    padding-top: 4rem;
  }
      .myaccountobs{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    }
}

@media screen and (min-width: 750px) {
  .account-two-column2 {
    align-items: flex-start;
    padding-top: 4rem;
  }
    .regbutton2 {
      gap: 1rem;
    display: flex;
    text-align: center;
    }
}

.order-history {
  table-layout: fixed !important;  /* già presente, ma ripetiamolo per sicurezza */
  width: 100%;
}

.account-orders, .account-address {
  grid-column: 2;
    padding:1.5rem;
    text-transform: capitalize;
     margin-top: 3rem;
}

.account-sidebar, .account-messages {
  grid-column: 1;
  border-radius: 20px;
  padding: 1.5rem;
  }
}

@media screen and (max-width: 749px) {
.account-orders, .account-address {
    border-radius: 20px;
    padding:1.5rem;
}

.account-sidebar, .account-messages {
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 2.4rem;
  }
}

@media screen and (min-width: 750px) {
  .customer2 {
    max-width: 100% !important;
    width: 100%;
    display:grid;
    padding:0 4rem;
    grid-template-columns: 50% 50%;
    justify-content: center;
    gap: 20px;
    padding-top:1.5rem;
  }
  
  .buttonreg{
    width:100%;
  }
  .customer button {
    margin-top:1.5rem !important;
  }
  .customer:not(.account):not(.order) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .login_input {
    width:100%%;
  }
  .login .field + a {
  margin-top: 1rem;
    font-size:1.1rem;
    color: currentcolor;
  }
  button.mobile {
    display:none;
  }
  .name_account{
    font-size: 2rem;
     }
}
.customer > h1,
.customer__title {
  margin-top: 0;
}
.addresses [aria-expanded='false'] ~ div[id] { display: none; }
.customer button {
  margin: 1rem 0 1px;
}

.customer ul {
  line-height: calc(1 + .9 / var(--font-body-scale));
  text-align: left;
  font-size: 1.2rem;
  margin-top: -0.4rem;
  border-bottom: 1px solid rgb(97 92 92 / 45%);
  padding-bottom: 0.5rem;
}

.customer ul a {
  display: inline;
  text-decoration: none;
  font-size: 1.2rem;
}

.initial_name strong{
  color: white;
}

.customer strong {
  font-weight: normal;
}

.customer h2.form__message {
  font-size: 1.4rem;
    padding-top: 1rem;
    color: #b10e0e;
}
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.customer .field {
  margin: 0rem 0 1rem 0;
}

.customer .field:first-of-type {
  margin-top: 0;
}

/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);
  box-shadow: none;
  width: 100%;
  font-size: 1.1rem;
  position: relative;
}

@media screen and (min-width: 100px) {
  .customer table {
   border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
  }
}

@media screen and (forced-colors: active) {
  .customer table {
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
}

.customer tbody {
  color: rgb(var(--color-foreground));
}

.customer th,
.customer td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 0rem;
  }
}

.customer tbody td {
  padding-top: 0rem;
  padding-bottom: 1.5rem;
}

.customer td:empty {
  display: initial;
}

.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer th,
  .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }

  .customer thead th,
  .customer tbody td {
    padding-top: 1.7rem;
        padding-bottom: 1rem;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    width:2.2rem;
  }

  .customer tbody td {
    vertical-align: top;
  }

  .customer tbody td:first-of-type {
    padding-top: 1rem;
  }
}

.customer tbody td:last-of-type {
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }
}

.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}

@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}

.customer tfoot td:first-of-type,
.customer tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}

.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}

@media screen and (forced-colors: active) {
  .customer thead::after,
  .customer tfoot::before {
    background: CanvasText;
  }
}

/* mobile table overrides */
@media screen and (max-width: 749px) {
  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }

    
  .customer td {
    display: block;
    margin-top:1rem;
  }

  .customer td::before {
    color: rgba(var(--color-foreground), 0.75);
    content: attr(data-label);
    font-size: 1.1rem;
    flex-grow: 1;
    text-align: left;
  }

    .customer td:first-of-type {
    display: flex;
    align-items: center;
    }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}
  @media screen and (max-width: 749px) {
    .customer td:first-of-type {
        display: inline;
        text-align: center;
        padding-top: 1.5rem !important;
        padding-bottom: 0rem !important;
    }
}
@media screen and (max-width: 749px) {
  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: center;   /* allinea verticalmente */
    align-items: center;       /* allinea orizzontalmente */
    text-align: center;        /* centra il testo */
    width: 100%;
  }
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child svg {
  height: 0.6rem;
}

.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}

.login p {
  margin: 1.5rem 0;
  font-size:1.2rem;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: block;
  font-size:1.4rem;
}

#recover:target + div {
  display: block;
  padding-bottom:2rem;
  border-top: 1px solid rgb(97 92 92 / 45%);
    border-bottom: 1px solid rgb(97 92 92 / 45%);
    margin-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
}

#recover {
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  .activate button[name='decline'] {
    margin-top: inherit;
  }
}

/* Account/Order */
:is(.account, .order) {
  margin: 0 auto;
  max-width: var(--page-width);
}

@media screen and (min-width: 750px) {
  :is(.account, .order) {
    width:100%;
  }
  :is(.account, .order) p {
  margin: 0 0 1.5rem;
  font-size: 1.2rem;
}
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
  }
}

@media screen and (min-width: 950px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }

  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }

  :is(.account, .order) h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  margin-top: 0;
        font-weight: 400;
        font-size: 1.8rem;
}
}


:is(.account, .order) h1 {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
    margin-top: 0;
        font-weight: 400;
        font-size: 1.8rem;
  }
}

.account h1 + a {
  display: inline-flex;
  align-items: center;
}

.account a svg {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
}

@media screen and (min-width: 750px) {
  .account thead th:last-child,
  .account td:last-child {
    text-align: right;
  }

  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-link), 0.2);
  border: 0.1rem solid #CA92DF;
  font-size: 1.2rem;
}

.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-link), 0.2);
}

.order td:first-of-type {
  align-items: initial;
}

@media screen and (min-width: 750px) {
  .order thead th:nth-last-child(-n + 3),
  .order td:nth-last-child(-n + 3) {
    text-align: right;
  }
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 1.6rem;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}

.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.split2 p{
  line-height: 1.7;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 2rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}

.order .item-props > span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order svg {
  width: 1.1rem;
  color: rgb(var(--color-foreground));
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

.order .regular-price {
  font-size: 1.3rem;
}

/* Addresses */
.addresses li > button {
  margin-left: 0rem;
  margin-right: 0rem;
}

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (max-width: 749px) {
  .addresses li > button:first-of-type {
   margin-top: 1rem;
   margin-bottom: 1rem;
  }
}

.addresses form button:first-of-type {
  margin-bottom:1rem;
}

label[for='AddressCountryNew'],
label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: -12px;
}

@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
  .login .buttonreg {
  padding: 2.5rem;
  }
  .register .buttonreg {
    padding:3.5rem;
  }
}

.addresses ul p {
  margin-bottom: 0;
  text-align:left;
  line-height: 1.7;
}

.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}

@media only screen and (min-width: 750px) {

  .loginwelcome {
  padding: 2rem 0;
}

  .addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }

  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }

  .addresses form > div:nth-of-type(1),
  .addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
  h3.onboarding1 {
    font-size:1.2rem;
  }
}

.addresses form > div:nth-of-type(7),
.addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
  margin-bottom:1rem;
}

.account-features__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    margin-bottom: 2rem; 
}

.buttonreg {
  background-color: #9979b2a8 !important;
  color: white;
  justify-content: center;
  align-items: center;
  border: 1px solid #9979b2;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  height: max-content;
}

.shopify-challenge__button,
.customer button, .customer a.buttonaccount2 {
  justify-content: center;
  align-items: center;
  padding: 0.7rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.1rem;
  text-decoration: none;
  color: white;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: #9979b2a8;
}

.login a.buttonaccount, .customer a.buttonaccount{
  background-color: rgba(var(--color-background), var(--alpha-button-background)) !important;
  color: rgb(var(--color-link));
    justify-content: center;
  align-items: center;
  border: 1px solid #9979b2;
  padding: 0.7rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
}

.login a.buttonaccount,.customer a.buttonaccount {
    text-align: center;
    margin-top:1.3rem !important;
    text-decoration: none !important;
    width:100%;
}

.login a.buttonaccount2,.customer a.buttonaccount2 {
    text-align: center;
    margin-top:1.3rem !important;
    text-decoration: none !important;
    width:100%;
    min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

hr.divisore1 { 
  margin-bottom:10px !important; 
  margin-top:0px !important; 
  background-color: rgba(var(--color-foreground), 0.1) !important;
}
h3.onboarding1 { 
  padding-bottom:8px; 
  text-align: left;
  color: rgba(var(--color-foreground), 0.75);
}

h4.loginwelcome {
  text-align:left;
}

.loginwelcome h2{
          color: #b595ce;
}
@media screen and (max-width:749px) {

  .myobsreg2 {
    margin-top:2rem;
  }
.loginwelcome h2 {
      font-size: 1.5rem !important;
  }
  .loginwelcome {
  padding-top: 1rem;
  }
  .buttonreg {
    margin-top: 1.5rem;
  }
  .login .field + a {
    margin-top: 2rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .customer:not(.account):not(.order) {
  padding-left: 2rem;
  padding-right: 2rem;
  }
  .customer form {
  margin-top: 1rem;
}
  h4 {
    font-size: 1.2rem;
  }
  .buttonreg {
  padding: 1.5rem;
  }
  span.login1 {
  text-align:left;
  font-size: 1rem !important;
}
  .login .field + a {
    font-size:1rem;
    color: currentcolor;
  }
  button.desktop {
    display:none;
  }

:is(.account, .order) p {
    margin: 1rem 0 1.5rem 0;
    font-size: 1.2rem;
}
}

span.login1 {
  text-align:left;
  font-size: 1.1rem;
}

.field {
  position: relative;
}

span.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%; 
  transform: translateY(-50%);
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  color: #666;
}

span.password-toggle:hover {
  color: #333;
}

#CustomerPassword {
  padding-right: 40px !important;
}

      .luxury-loader-bg {
    position: fixed;
    /* fallback se 'inset' non è supportato */
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0;
    background: #fff linear-gradient(120deg, #b595ce11 0%, #e4d7ec44 100%);
    display: flex; align-items: center; justify-content: center;
    z-index: 2147483647; /* sopra tutto, anche header */
    pointer-events: all;
  }
  .luxury-loader-box { text-align: center; font-family: "Noto Serif", Georgia, serif; }
  .luxury-loader-spinner {
    width: 50px; height: 50px; margin-bottom: 24px;
    border: 5px solid #d9c0e8; border-top: 5px solid #9979b2;
    border-radius: 50%; animation: luxuryspin 3s linear infinite;
    display: block; margin-left: auto; margin-right: auto;
  }
  @keyframes luxuryspin { 0% { transform: rotate(0deg);} 100% { transform: rotate(360deg);} }
  .luxury-loader-text { font-size: 1.6rem; color: #9979b2; letter-spacing: 1px; }

  /* Nascondi nel Theme Editor per non bloccare la preview */
  .shopify-design-mode .luxury-loader-bg { display: none !important; }
    
h4.altrimenti{
  text-align:center;
}

.myobsreg2{
    padding: 1.5rem;
    height:100%;
}
.login_input{
  height:100%;
}

a.discoverreg{
    font-size: 1.2rem;
    cursor: pointer;
    color: #222;
}

a.agreeterms{
      font-size: 0.8rem;
    display: initial;
    padding-top: 5px;
    text-decoration: none;
}

@media screen and (max-width:749px) {
.account-orders a.textunderline, .split a.textunderline {
  position: unset !important; /* (= static) */
}
}

h2.name_account {
  font-size:2rem;
}

.initial_name #initialName{
  display:inline-flex; align-items:center; justify-content:center;
  width: 40px; height: 40px; border-radius: 50%;
  background-color:#b595ce; /* ✅ fallback di default */
  color:#fff;               /* ✅ testo bianco di default */
  text-transform:uppercase;
}
.color-palette.hidden { display:none !important; } /* se non usi Tailwind */

[data-theme-name=Dawn] .cf-field input:not([type=checkbox]):not([type=radio]), [data-theme-name=Dawn] .cf-field textarea, [data-theme-name=Dawn] .cf-field select {
    font-size: 1.2rem !important;
} 