.elementor-17 .elementor-element.elementor-element-69e47100{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-2bc8d698{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* =========================================================
   GLO ARTISTRY — LUXE MY ACCOUNT (Pink + White, Editorial)
   ========================================================= */

/* === Layout Container === */
.woocommerce-account .woocommerce {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 40px;
  flex-wrap: nowrap;
  position: relative;
}

/* === Navigation Sidebar === */
.woocommerce-MyAccount-navigation {
  flex: 0 0 260px;
  background: #fff;
  border: 1px solid #F6AECF;
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 10px 28px rgba(246, 174, 207, 0.25);
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Base nav button style (mobile + desktop) */
.woocommerce-MyAccount-navigation a {
  display: block;
  text-align: center;
  padding: 12px 18px;
  border: 1px solid #FF8FC1;
  border-radius: 6px;
  color: #FF8FC1;
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  background: #FFF9FB;
  transition: all 0.3s ease;
}

/* Hover + Active */
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background: #FF8FC1;
  color: #fff;
  box-shadow: 0 6px 16px rgba(255,143,193,0.35);
  transform: translateY(-1px);
  border-radius: 6px;
}

/* === Main Content Panel === */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  border: 1px solid #F6AECF;
  border-radius: 18px;
  padding: 50px;
  box-shadow: 0 14px 36px rgba(255,143,193,0.15);
  font-family: 'Glacial Indifference', sans-serif;
  color: #7C1C2A;
  font-size: 15.5px;
  line-height: 1.9;
}

/* Headings (Editorial Playfair, 22px on desktop) */
.woocommerce-MyAccount-content h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;      /* base (mobile/tablet) */
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  color: #FF8FC1;
  text-transform: none;
}

/* Paragraphs + Links */
.woocommerce-MyAccount-content p {
  margin-bottom: 1.2em;
  color: #000; /* body text black */
}

.woocommerce-MyAccount-content a {
  color: #FF8FC1;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease;
}

.woocommerce-MyAccount-content a:hover {
  color: #7C1C2A;
}

/* Strong text */
.woocommerce-MyAccount-content p strong {
  color: #000;
}

/* === Tables === */
.woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 14px;
  color: #2C2C2C;
  background: #fff;
}

.woocommerce-MyAccount-content th,
.woocommerce-MyAccount-content td {
  border-bottom: 1px solid #F6AECF;
  padding: 14px 10px;
  text-align: left;
}

.woocommerce-MyAccount-content th {
  color: #FF8FC1;
  font-weight: 600;
}

/* === Forms === */
.woocommerce-MyAccount-content label {
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 14px;
  color: #FF8FC1;
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 600;
}

.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #F6AECF;
  border-radius: 8px;
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 15px;
  color: #2C2C2C;
  background: #FFF9FB;
  transition: all 0.25s ease;
}

.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content select:focus {
  border-color: #FF8FC1;
  box-shadow: 0 0 0 3px rgba(255,143,193,0.25);
}

/* === Buttons === */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content .woocommerce-Button {
  background: #FF8FC1;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 36px;
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 18px rgba(255,143,193,0.25);
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content .woocommerce-Button:hover {
  background: #F6AECF;
  box-shadow: 0 12px 24px rgba(124,28,42,0.25);
  transform: translateY(-2px);
}

/* === Divider Glow Background === */
.woocommerce-account .woocommerce::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0) 0%,
    rgba(255,143,193,0.08) 100%
  );
  pointer-events: none;
  z-index: -1;
}

/* =========================================================
   RESPONSIVE LAYOUT
========================================================= */

/* Tablet + small desktop */
@media (max-width: 992px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
    margin: 80px auto;
  }

  .woocommerce-MyAccount-navigation {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .woocommerce-MyAccount-navigation a {
    font-size: 13.5px;
    padding: 10px 16px;
  }

  .woocommerce-MyAccount-content {
    padding: 30px 20px;
  }
}

/* Mobile (≤480px) */
@media (max-width: 480px) {
  .woocommerce-account .woocommerce {
    padding: 0 16px;
    gap: 28px;
    margin: 60px auto;
  }

  .woocommerce-MyAccount-navigation a {
    font-size: 13px;
    padding: 8px 14px;
    border-width: 1px;
  }

  .woocommerce-MyAccount-content {
    padding: 24px 16px;
    font-size: 14.5px;
  }

  .woocommerce-MyAccount-content h2 {
    font-size: 18px; /* softer on small screens */
  }

  .woocommerce-MyAccount-content .button,
  .woocommerce-MyAccount-content .woocommerce-Button {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }
}

/* =========================================================
   DESKTOP REFINEMENTS
========================================================= */
@media (min-width: 768px) {
  /* Remove WooCommerce auto <br> in nav */
  .woocommerce-MyAccount-navigation a br {
    display: none !important;
  }

  /* Center nav text nicely with Playfair */
  .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 18px 20px;
    height: auto;
    line-height: 1.2;
  }

  /* Desktop paragraph readability */
  .woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .woocommerce-MyAccount-content p a {
    color: #FF8FC1;
  }

  .woocommerce-MyAccount-content p strong {
    color: #000;
  }

  /* Desktop headings 22px, more editorial */
  .woocommerce-MyAccount-content h2 {
    font-size: 22px;
  }
}

/* =========================================================
   GLO ARTISTRY — Styled WooCommerce Info Notice
========================================================= */

.woocommerce-info {
  background: #FFF9FB !important;              /* blush background */
  border: 1px solid #F6AECF !important;        /* soft pink border */
  color: #FF8FC1 !important;                   /* brand pink text */
  font-family: 'Glacial Indifference', sans-serif !important;
  font-size: 16px !important;
  padding: 18px 22px !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 18px rgba(255,143,193,0.12);
  line-height: 1.6;
}

/* Remove default blue icon */
.woocommerce-info::before {
  display: none !important;
}

/* Browse Products button */
.woocommerce-info .woocommerce-Button {
  background: #FF8FC1 !important;
  color: #fff !important;
  font-family: 'Glacial Indifference', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  border: none !important;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 6px 16px rgba(255,143,193,0.25);
  transition: 0.3s ease;
}

.woocommerce-info .woocommerce-Button:hover {
  background: #F6AECF !important;
  box-shadow: 0 10px 22px rgba(124,28,42,0.25);
  transform: translateY(-2px);
}


/* Hide the Browse Products button in ALL My Account notices */
.woocommerce-info .woocommerce-Button,
.woocommerce-info a.button.wc-forward {
  display: none !important;
}



/* =========================================================
   GLO ARTISTRY — CLEAN + LUXE ADDRESSES LAYOUT
   ========================================================= */

/* Wrap the two columns cleanly */
.woocommerce-Addresses.col2-set.addresses {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
}

/* Make both columns identical */
.woocommerce-Address {
  flex: 1;
  background: #FFF9FB;
  border: 1px solid #F6AECF;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 24px rgba(255,143,193,0.12);
}

/* Remove WooCommerce weird <p> spacing */
.woocommerce-Address p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Titles (Billing / Shipping) */
.woocommerce-Address-title h2 {
  font-family: "Playfair Display", serif !important;
  font-style: italic;
  font-size: 22px;
  color: #FF8FC1;
  margin-bottom: 6px;
  text-align: center;
}

/* “Add Billing address” / “Add Shipping address” */
.woocommerce-Address-title a.edit {
  display: inline-block;
  margin-top: 6px;
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FF8FC1 !important;
  text-decoration: none;
  transition: 0.25s ease;
  text-align: center;
}

.woocommerce-Address-title a.edit:hover {
  color: #F6AECF !important;
}

/* Address text ("You have not set up this type of address yet.") */
.woocommerce-Address address {
  margin-top: 16px;
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 15px;
  color: #F6AECF;
  text-align: center;
}

/* MOBILE — Stack beautifully */
@media (max-width: 767px) {
  .woocommerce-Addresses.col2-set.addresses {
    flex-direction: column;
    gap: 20px;
  }

  .woocommerce-Address {
    padding: 24px 20px;
  }

  .woocommerce-Address-title h2 {
    font-size: 20px;
  }

  .woocommerce-Address address {
    font-size: 14.5px;
  }
}

/* ============================================
   GLO ARTISTRY — Center the Addresses Section
   ============================================ */

/* Center the top description text */
.woocommerce-MyAccount-content > p:first-of-type {
  text-align: center !important;
  font-size: 18px;
  margin-bottom: 40px;
}

/* Center the two address columns inside */
.woocommerce-Addresses {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  text-align: center !important;
  width: 100%;
}

/* Style each address card */
.woocommerce-Address {
  background: #FFF9FB;
  border: 1px solid #F6AECF;
  border-radius: 18px;
  padding: 40px 30px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 8px 22px rgba(255,143,193,0.15);
  text-align: center !important;
}

/* Center titles (Billing / Shipping) */
.woocommerce-Address-title h2 {
  font-family: 'Playfair Display', serif !important;
  font-style: italic;
  font-size: 28px !important;
  color: #FF8FC1 !important;
  text-align: center !important;
  margin-bottom: 18px !important;
}

/* Center the "Add Billing address" link */
.woocommerce-Address-title .edit {
  font-family: 'Glacial Indifference', sans-serif !important;
  font-size: 16px;
  color: #FF8FC1 !important;
  text-decoration: none;
  font-weight: 600;
  text-align: center !important;
  display: block !important;
  margin-bottom: 20px;
}

.woocommerce-Address-title .edit:hover {
  color: #F6AECF !important;
}

/* Center the empty text */
.woocommerce-Address address {
  font-family: 'Glacial Indifference', sans-serif;
  color: #FF8FC1;
  font-size: 16px;
  font-style: italic;
  text-align: center !important;
  line-height: 1.7;
  margin-top: 10px;
}

/* Mobile: stack nicely, centered */
@media (max-width: 768px) {
  .woocommerce-Addresses {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .woocommerce-Address {
    max-width: 100%;
    padding: 30px 22px;
  }
}

/* Center "Add Billing address" + "Add Shipping address" links */
.woocommerce-Address-title .edit {
  display: block !important;
  text-align: center !important;
  margin: 10px auto !important;
  padding: 0;
}


/* Hide default WooCommerce Login heading */
.woocommerce-account h2:first-of-type {
  display: none !important;
}

/* Login form wrapper */
.woocommerce-account form.login {
  background: #fff !important;
  border: 1px solid #F6AECF !important;
  border-radius: 18px !important;
  padding: 40px !important;
  box-shadow: 0 14px 36px rgba(255,143,193,0.15) !important;

  max-width: 420px !important;
  width: 100% !important;
  margin: 0 auto !important; /* Center it */
  box-sizing: border-box !important;
}

.woocommerce-account form.login label {
  color: #FF8FC1 !important;
  font-family: 'Glacial Indifference', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  margin-bottom: 6px !important;
}

.woocommerce-account form.login input.input-text {
  background: #FFF9FB !important;
  border: 1px solid #F6AECF !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-family: 'Glacial Indifference', sans-serif !important;
  font-size: 15px !important;
  width: 100% !important;
  color: #2C2C2C !important;
  transition: all .25s ease;
}

.woocommerce-account form.login input.input-text:focus {
  border-color: #FF8FC1 !important;
  box-shadow: 0 0 0 3px rgba(255,143,193,0.25) !important;
}

.woocommerce-account form.login button.button {
  background: #FF8FC1 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 30px !important;

  width: 100% !important;
  padding: 14px 0 !important;
  
  font-family: 'Glacial Indifference', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  
  box-shadow: 0 8px 18px rgba(255,143,193,0.25);
  transition: .3s ease;
}

.woocommerce-account form.login button.button:hover {
  background: #F6AECF !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(124,28,42,0.25);
}

.woocommerce-account form.login .lost_password a {
  color: #FF8FC1 !important;
  font-family: 'Glacial Indifference', sans-serif;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: .25s ease;
}

.woocommerce-account form.login .lost_password a:hover {
  color: #F6AECF !important;
}

/* Align checkbox + label */
.woocommerce-account form.login .form-row input[type="checkbox"] {
  accent-color: #FF8FC1 !important;
  transform: scale(1.2);
}

.woocommerce-account form.login .form-row label[for="rememberme"] {
  font-family: 'Glacial Indifference', sans-serif !important;
  color: #F6AECF !important;
  font-size: 14px !important;
}

@media (max-width: 767px) {

  /* Move heading down */
  .woocommerce-account .woocommerce:before {
    font-size: 22px !important;
    margin-bottom: 22px !important;
  }

  /* Login panel */
  .woocommerce-account form.login {
    padding: 28px 22px !important;
    border-radius: 14px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .woocommerce-account form.login input.input-text {
    font-size: 14.5px !important;
    padding: 11px 12px !important;
  }

  .woocommerce-account form.login button.button {
    padding: 12px 0 !important;
    font-size: 14px !important;
  }

  .woocommerce-account form.login .lost_password {
    text-align: center !important;
  }
}


/* Center the reset-password container */
.woocommerce-account .woocommerce form.lost_reset_password {
  max-width: 420px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
}

/* Reset Password panel styling */
.woocommerce-account form.lost_reset_password {
  background: #fff !important;
  border: 1px solid #F6AECF !important;
  border-radius: 18px !important;
  padding: 40px !important;
  box-shadow: 0 14px 36px rgba(255,143,193,0.15) !important;
  box-sizing: border-box !important;
  color: #FF8FC1 !important;
}

.woocommerce-account form.lost_reset_password > p:first-of-type {
  text-align: center !important;
  font-family: "Glacial Indifference", sans-serif !important;
  font-size: 16px !important;
  color: #FF8FC1 !important;
  margin-bottom: 24px !important;
  line-height: 1.7 !important;
}

.woocommerce-account form.lost_reset_password label {
  color: #FF8FC1 !important;
  font-family: 'Glacial Indifference', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  display: inline-block;
  margin-bottom: 6px !important;
}

.woocommerce-account form.lost_reset_password input.input-text {
  background: #FFF9FB !important;
  border: 1px solid #F6AECF !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  width: 100% !important;
  font-family: 'Glacial Indifference', sans-serif !important;
  font-size: 15px !important;
  color: #2C2C2C !important;
  transition: all .25s ease;
}

.woocommerce-account form.lost_reset_password input.input-text:focus {
  border-color: #FF8FC1 !important;
  box-shadow: 0 0 0 3px rgba(255,143,193,0.25) !important;
}

.woocommerce-account form.lost_reset_password button.button {
  background: #FF8FC1 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 30px !important;
  width: 100% !important;
  padding: 14px 0 !important;

  font-family: 'Glacial Indifference', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  box-shadow: 0 8px 18px rgba(255,143,193,0.25);
  transition: 0.3s ease;
}

.woocommerce-account form.lost_reset_password button.button:hover {
  background: #F6AECF !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(124,28,42,0.25);
}

.woocommerce-account form.lost_reset_password .form-row {
  margin-bottom: 18px !important;
}

.woocommerce-account form.lost_reset_password .form-row-first,
.woocommerce-account form.lost_reset_password .form-row-last {
  width: 100% !important;
}

@media (max-width: 767px) {

  .woocommerce-account form.lost_reset_password {
    padding: 28px 22px !important;
    border-radius: 14px !important;
    max-width: 100% !important;
  }

  .woocommerce-account form.lost_reset_password input.input-text {
    padding: 11px 12px !important;
    font-size: 14.5px !important;
  }

  .woocommerce-account form.lost_reset_password button.button {
    padding: 12px 0 !important;
    font-size: 14px !important;
  }

  .woocommerce-account form.lost_reset_password > p:first-of-type {
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }
}

/* Only on Lost Password page */
body.woocommerce-lost-password .woocommerce:before {
  content: "Reset Your Password ♡";
  display: block;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 26px;
  color: #FF8FC1;
  margin-bottom: 28px;
}

/* Remove blue browser outline on focus */
.woocommerce-account input:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important; /* iOS Safari */
  box-shadow: none !important; /* remove default glow */
}

/* KEEP your custom luxe focus style */
.woocommerce-account input.input-text:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
  border-color: #FF8FC1 !important;
  box-shadow: 0 0 0 3px rgba(255,143,193,0.25) !important;
}/* End custom CSS */