.elementor-9 .elementor-element.elementor-element-bf61c46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:5%;--padding-left:0%;--padding-right:0%;}.elementor-9 .elementor-element.elementor-element-acd267e{--display:flex;--padding-top:5%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-9 .elementor-element.elementor-element-81bdd18.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-bf61c46{--content-width:1180px;}}@media(max-width:1024px){.elementor-9 .elementor-element.elementor-element-bf61c46{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-bf61c46{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-81bdd18 */:root {
  --adl-primary: #2d95cd;
  --adl-secondary: #9871b0;
  --adl-heading: #333333;
  --adl-text: #3f444b;
  --adl-bg-soft: #e7eef3;
  --adl-bg-white: #ffffff;
  --adl-border: #dbe3ea;
  --adl-success: #4caf76;
  --adl-danger: #d6455d;
  --adl-radius-pill: 999px;
  --adl-radius-md: 14px;
  --adl-shadow: 0 10px 30px rgba(45, 149, 205, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: var(--adl-text);
  background: var(--adl-bg-soft);
  line-height: 1.6;
}

.adl-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px;
}

.adl-card {
  background: var(--adl-bg-white);
  border: 1px solid var(--adl-border);
  border-radius: var(--adl-radius-md);
  box-shadow: var(--adl-shadow);
  padding: 16px;
}

.adl-hero {
  background: var(--adl-bg-soft);
  border-radius: var(--adl-radius-md);
  padding: 20px 16px;
  margin-bottom: 16px;
}

.adl-title {
  margin: 0 0 8px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
  color: var(--adl-heading);
  font-size: clamp(34px, 6vw, 60px);
  line-height: 1;
}

.adl-gradient-text {
  background: linear-gradient(20deg, var(--adl-primary), var(--adl-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.adl-subtitle {
  margin: 0;
  font-size: 16px;
  color: var(--adl-text);
  text-align:center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-964384c */:root {
  --adl-primary: #2d95cd;
  --adl-secondary: #9871b0;
  --adl-heading: #333333;
  --adl-text: #3f444b;
  --adl-bg-soft: #e7eef3;
  --adl-bg-white: #ffffff;
  --adl-border: #dbe3ea;
  --adl-success: #4caf76;
  --adl-danger: #d6455d;
  --adl-radius-pill: 999px;
  --adl-radius-md: 14px;
  --adl-shadow: 0 10px 30px rgba(45, 149, 205, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: var(--adl-text);
  background: var(--adl-bg-soft);
  line-height: 1.6;
}

.adl-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px;
}

.adl-card {
  background: var(--adl-bg-white);
  border: 1px solid var(--adl-border);
  border-radius: var(--adl-radius-md);
  box-shadow: var(--adl-shadow);
  padding: 16px;
}

.adl-hero {
  background: var(--adl-bg-soft);
  border-radius: var(--adl-radius-md);
  padding: 20px 16px;
  margin-bottom: 16px;
}

.adl-title {
  margin: 0 0 8px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
  color: var(--adl-heading);
  font-size: clamp(34px, 6vw, 60px);
  line-height: 1;
}

.adl-gradient-text {
  background: linear-gradient(20deg, var(--adl-primary), var(--adl-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.adl-subtitle {
  margin: 0;
  font-size: 16px;
  color: var(--adl-text);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bf61c46 *//* =========================================================
   ADL WooCommerce My Account Page
   Scoped for Elementor My Account widget / WooCommerce account page
========================================================= */

body.woocommerce-account .elementor-widget-woocommerce-my-account,
body.woocommerce-account .woocommerce {
  --adl-primary: #2d95cd;
  --adl-secondary: #9871b0;
  --adl-green: #75ad73;
  --adl-purple: #624773;

  --adl-gradient: linear-gradient(20deg, #2d95cd 0%, #9871b0 100%);
  --adl-gradient-soft: linear-gradient(90deg, rgba(45,149,205,0.07), rgba(152,113,176,0.07));

  --adl-heading: #333333;
  --adl-text: #3f444b;
  --adl-muted: #68717c;

  --adl-bg: #ffffff;
  --adl-page-bg: #edf5fa;
  --adl-soft: #ebf5fb;
  --adl-soft-2: #eff7fb;
  --adl-border: #dbe3ea;

  --adl-radius: 18px;
  --adl-radius-sm: 12px;
  --adl-pill: 999px;

  --adl-shadow: 0 14px 30px rgba(45, 149, 205, 0.12);
  --adl-shadow-sm: 0 6px 18px rgba(0, 0, 0, 0.04);

  --adl-font-heading: 'Bebas Neue', 'Oswald', Impact, sans-serif;
  --adl-font-body: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  font-family: var(--adl-font-body);
  color: var(--adl-text);
}


/* =========================================================
   Page background / base
========================================================= */

body.woocommerce-account {
  background: var(--adl-page-bg, #edf5fa) !important;
}

body.woocommerce-account .elementor-widget-woocommerce-my-account,
body.woocommerce-account .elementor-widget-woocommerce-my-account > .elementor-widget-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

body.woocommerce-account .woocommerce {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-account .woocommerce *,
body.woocommerce-account .woocommerce *::before,
body.woocommerce-account .woocommerce *::after {
  box-sizing: border-box;
}


/* =========================================================
   Main account layout
========================================================= */

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
}

body.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
  display: none !important;
}


/* =========================================================
   Left navigation card
========================================================= */

body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100% !important;
  background: var(--adl-bg) !important;
  border: 1px solid var(--adl-border) !important;
  border-radius: var(--adl-radius) !important;
  box-shadow: var(--adl-shadow) !important;
  overflow: hidden;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--adl-border) !important;
  background: transparent !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 58px;
  padding: 16px 20px 16px 24px !important;
  color: var(--adl-muted) !important;
  background: #ffffff !important;
  font-family: var(--adl-font-body) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.3;
  text-decoration: none !important;
  transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: transparent;
  transition: background 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--adl-primary) !important;
  background: var(--adl-soft-2) !important;
  padding-left: 28px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
  color: var(--adl-primary) !important;
  background: var(--adl-soft-2) !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before {
  background: var(--adl-gradient);
}


/* =========================================================
   Main content card
========================================================= */

body.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  min-width: 0;
  background: var(--adl-bg) !important;
  border: 1px solid var(--adl-border) !important;
  border-radius: var(--adl-radius) !important;
  box-shadow: var(--adl-shadow) !important;
  padding: 30px !important;
  color: var(--adl-text);
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
  margin: 0 0 18px !important;
  color: var(--adl-muted);
  font-size: 16px;
  line-height: 1.7;
}

body.woocommerce-account .woocommerce-MyAccount-content strong {
  color: var(--adl-heading);
  font-weight: 900;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--adl-primary) !important;
  font-weight: 800;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(45, 149, 205, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: var(--adl-secondary) !important;
  border-bottom-color: rgba(152, 113, 176, 0.45);
}


/* =========================================================
   Headings
========================================================= */

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content legend {
  margin: 0 0 18px !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--adl-border) !important;
  color: var(--adl-heading) !important;
  font-family: var(--adl-font-heading) !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
}

body.woocommerce-account .woocommerce-MyAccount-content h2::after,
body.woocommerce-account .woocommerce-MyAccount-content h3::after,
body.woocommerce-account .woocommerce-MyAccount-content legend::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--adl-primary), var(--adl-secondary), var(--adl-green));
  border-radius: 999px;
}


/* =========================================================
   Dashboard intro text
========================================================= */

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  padding: 18px 20px;
  background: var(--adl-gradient-soft);
  border: 1px dashed #cfe1ee;
  border-radius: var(--adl-radius-sm);
  color: var(--adl-text);
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
  border-bottom: 0;
}


/* =========================================================
   Tables: Orders / Downloads / Payment methods
========================================================= */

body.woocommerce-account table.shop_table,
body.woocommerce-account .woocommerce-orders-table,
body.woocommerce-account .woocommerce-table {
  width: 100% !important;
  margin: 0 0 22px !important;
  background: #ffffff !important;
  border: 1px solid var(--adl-border) !important;
  border-radius: var(--adl-radius-sm) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
  box-shadow: var(--adl-shadow-sm) !important;
}

body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td,
body.woocommerce-account .woocommerce-orders-table th,
body.woocommerce-account .woocommerce-orders-table td {
  padding: 15px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--adl-border) !important;
  background: transparent !important;
  color: var(--adl-text) !important;
  font-size: 14px !important;
  line-height: 1.45;
  vertical-align: middle !important;
}

body.woocommerce-account table.shop_table thead th,
body.woocommerce-account .woocommerce-orders-table thead th {
  background: var(--adl-soft-2) !important;
  color: var(--adl-heading) !important;
  font-family: var(--adl-font-body) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.woocommerce-account table.shop_table tr:last-child td,
body.woocommerce-account .woocommerce-orders-table tr:last-child td {
  border-bottom: 0 !important;
}


/* =========================================================
   Forms: account details, addresses, login if shown
========================================================= */

body.woocommerce-account .woocommerce-form-row,
body.woocommerce-account .form-row {
  margin: 0 0 16px !important;
  padding: 0 !important;
}

body.woocommerce-account label {
  display: block;
  margin: 0 0 7px !important;
  color: var(--adl-heading);
  font-family: var(--adl-font-body);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

body.woocommerce-account .required {
  color: var(--adl-primary) !important;
  text-decoration: none !important;
}

body.woocommerce-account input.input-text,
body.woocommerce-account input[type="text"],
body.woocommerce-account input[type="email"],
body.woocommerce-account input[type="password"],
body.woocommerce-account input[type="tel"],
body.woocommerce-account select,
body.woocommerce-account textarea {
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  background: var(--adl-soft-2) !important;
  border: 1px solid transparent !important;
  border-radius: var(--adl-radius-sm) !important;
  box-shadow: none !important;
  color: var(--adl-text) !important;
  font-family: var(--adl-font-body) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  outline: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-account textarea {
  min-height: 110px !important;
  resize: vertical;
}

body.woocommerce-account input.input-text:hover,
body.woocommerce-account select:hover,
body.woocommerce-account textarea:hover {
  background: #ffffff !important;
  border-color: var(--adl-border) !important;
}

body.woocommerce-account input.input-text:focus,
body.woocommerce-account select:focus,
body.woocommerce-account textarea:focus {
  background: #ffffff !important;
  border-color: var(--adl-primary) !important;
  box-shadow: 0 0 0 3px rgba(45, 149, 205, 0.13) !important;
}


/* =========================================================
   Fieldsets
========================================================= */

body.woocommerce-account fieldset {
  margin: 24px 0 0 !important;
  padding: 22px !important;
  background: var(--adl-soft-2) !important;
  border: 1px solid var(--adl-border) !important;
  border-radius: var(--adl-radius) !important;
}

body.woocommerce-account fieldset legend {
  margin-bottom: 16px !important;
  background: transparent !important;
}


/* =========================================================
   Buttons
========================================================= */

body.woocommerce-account .button,
body.woocommerce-account button.button,
body.woocommerce-account input.button,
body.woocommerce-account .woocommerce-button,
body.woocommerce-account .woocommerce-Button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 28px !important;
  background: var(--adl-gradient) !important;
  border: 0 !important;
  border-radius: var(--adl-pill) !important;
  box-shadow: 0 8px 20px rgba(45, 149, 205, 0.24) !important;
  color: #ffffff !important;
  font-family: var(--adl-font-body) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.3px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease !important;
}

body.woocommerce-account .button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account input.button:hover,
body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account .woocommerce-Button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 12px 28px rgba(45, 149, 205, 0.32) !important;
  color: #ffffff !important;
}


/* Secondary action links inside tables */
body.woocommerce-account table.shop_table .button,
body.woocommerce-account .woocommerce-orders-table .button {
  min-height: 36px !important;
  padding: 0 16px !important;
  font-size: 13px !important;
}


/* =========================================================
   Notices
========================================================= */

body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error {
  margin: 0 0 20px !important;
  padding: 15px 18px !important;
  background: #ffffff !important;
  border: 1px solid var(--adl-border) !important;
  border-radius: var(--adl-radius-sm) !important;
  box-shadow: var(--adl-shadow-sm) !important;
  color: var(--adl-text) !important;
  font-family: var(--adl-font-body) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  list-style: none !important;
}

body.woocommerce-account .woocommerce-message {
  border-left-color: var(--adl-green) !important;
}

body.woocommerce-account .woocommerce-error {
  border-left-color: #d6455d !important;
}

body.woocommerce-account .woocommerce-message::before,
body.woocommerce-account .woocommerce-info::before,
body.woocommerce-account .woocommerce-error::before {
  display: none !important;
}


/* =========================================================
   Address cards
========================================================= */

body.woocommerce-account .woocommerce-Addresses,
body.woocommerce-account .woocommerce-address-fields {
  margin-top: 18px;
}

body.woocommerce-account .woocommerce-Address {
  margin-bottom: 20px;
}

body.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

body.woocommerce-account .woocommerce-Address-title h3 {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}

body.woocommerce-account .woocommerce-Address-title h3::after {
  display: none !important;
}

body.woocommerce-account address {
  margin: 0 !important;
  padding: 18px !important;
  background: var(--adl-soft-2) !important;
  border: 1px solid var(--adl-border) !important;
  border-radius: var(--adl-radius-sm) !important;
  color: var(--adl-muted) !important;
  font-style: normal !important;
  line-height: 1.7 !important;
}


/* =========================================================
   Login / register forms if My Account is viewed logged out
========================================================= */

body.woocommerce-account .u-columns,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  max-width: 100%;
}

body.woocommerce-account .u-column1,
body.woocommerce-account .u-column2,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  background: var(--adl-bg) !important;
  border: 1px solid var(--adl-border) !important;
  border-radius: var(--adl-radius) !important;
  box-shadow: var(--adl-shadow) !important;
  padding: 28px !important;
}


/* =========================================================
   Mobile / tablet
========================================================= */

@media (max-width: 900px) {
  body.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-right: 1px solid var(--adl-border) !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(2n) {
    border-right: 0 !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    min-height: 54px;
    padding: 14px 16px !important;
    font-size: 14px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    padding-left: 16px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
    top: auto;
    bottom: 0;
    left: 16px;
    right: 16px;
    width: auto;
    height: 3px;
    border-radius: 999px 999px 0 0;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 24px 20px !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-account .elementor-widget-woocommerce-my-account,
  body.woocommerce-account .elementor-widget-woocommerce-my-account > .elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.woocommerce-account .woocommerce {
    gap: 18px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-right: 0 !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px 16px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 15px;
  }

  body.woocommerce-account table.shop_table,
  body.woocommerce-account table.shop_table thead,
  body.woocommerce-account table.shop_table tbody,
  body.woocommerce-account table.shop_table tr,
  body.woocommerce-account table.shop_table td {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-account table.shop_table thead {
    display: none !important;
  }

  body.woocommerce-account table.shop_table tr {
    padding: 12px 0 !important;
    border-bottom: 1px solid var(--adl-border) !important;
  }

  body.woocommerce-account table.shop_table tr:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-account table.shop_table td {
    display: flex !important;
    justify-content: space-between !important;
    gap: 16px;
    padding: 10px 14px !important;
    text-align: right !important;
    border-bottom: 1px solid var(--adl-border) !important;
  }

  body.woocommerce-account table.shop_table td:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-account table.shop_table td::before {
    content: attr(data-title);
    color: var(--adl-muted);
    font-weight: 900;
    text-align: left;
  }

  body.woocommerce-account .button,
  body.woocommerce-account button.button,
  body.woocommerce-account input.button,
  body.woocommerce-account .woocommerce-button,
  body.woocommerce-account .woocommerce-Button {
    width: 100%;
  }

  body.woocommerce-account .u-column1,
  body.woocommerce-account .u-column2,
  body.woocommerce-account .woocommerce-form-login,
  body.woocommerce-account .woocommerce-form-register {
    padding: 22px 16px !important;
  }
}


/* Force white text on My Account buttons */
body.woocommerce-account .woocommerce .button,
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce input.button,
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce .woocommerce-button,
body.woocommerce-account .woocommerce .woocommerce-Button,
body.woocommerce-account .elementor-widget-woocommerce-my-account .button,
body.woocommerce-account .elementor-widget-woocommerce-my-account a.button,
body.woocommerce-account .elementor-widget-woocommerce-my-account button.button {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Force inner text/spans to stay white */
body.woocommerce-account .woocommerce .button *,
body.woocommerce-account .woocommerce button.button *,
body.woocommerce-account .woocommerce a.button *,
body.woocommerce-account .woocommerce .woocommerce-button *,
body.woocommerce-account .woocommerce .woocommerce-Button *,
body.woocommerce-account .elementor-widget-woocommerce-my-account .button *,
body.woocommerce-account .elementor-widget-woocommerce-my-account a.button *,
body.woocommerce-account .elementor-widget-woocommerce-my-account button.button * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Hover / focus / active / visited states */
body.woocommerce-account .woocommerce .button:hover,
body.woocommerce-account .woocommerce .button:focus,
body.woocommerce-account .woocommerce .button:active,
body.woocommerce-account .woocommerce a.button:visited,
body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce a.button:focus,
body.woocommerce-account .woocommerce a.button:active,
body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce button.button:focus,
body.woocommerce-account .woocommerce button.button:active,
body.woocommerce-account .woocommerce .woocommerce-button:hover,
body.woocommerce-account .woocommerce .woocommerce-Button:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}





/* =========================================================
   ADL My Account Hero Visibility
   Shows different heading for logged-in / logged-out users
========================================================= */

body.woocommerce-account .adl-account-hero {
  max-width: 1180px;

  text-align: left;
}

body.woocommerce-account .adl-account-hero h1 {
  margin: 0 0 14px;
  font-family: 'Bebas Neue', 'Oswald', Impact, sans-serif;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #333333;
}

body.woocommerce-account .adl-account-hero h1 .accent {
  background: linear-gradient(20deg, #2d95cd 0%, #9871b0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

body.woocommerce-account .adl-account-hero p {
  max-width: 1100px;
  margin: 0;
  color: #3f444b;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

/* Logged-out state */
body:not(.logged-in).woocommerce-account .adl-account-hero--logged-in {
  display: none !important;
}

body:not(.logged-in).woocommerce-account .adl-account-hero--logged-out {
  display: block !important;
}

/* Logged-in state */
body.logged-in.woocommerce-account .adl-account-hero--logged-out {
  display: none !important;
}

body.logged-in.woocommerce-account .adl-account-hero--logged-in {
  display: block !important;
}


/* =========================================================
   Logged-out My Account layout polish
========================================================= */

body:not(.logged-in).woocommerce-account .elementor-widget-woocommerce-my-account,
body:not(.logged-in).woocommerce-account .elementor-widget-woocommerce-my-account > .elementor-widget-container {
  max-width: 1180px;
  margin: 0 auto;
}

body:not(.logged-in).woocommerce-account .woocommerce {
  display: block !important;
  max-width: 420px;
  margin: 0 0 80px 24px;
}

body:not(.logged-in).woocommerce-account .woocommerce h2 {
  display: none !important;
}

body:not(.logged-in).woocommerce-account .woocommerce-form-login {
  margin: 0 !important;
  padding: 30px !important;
  background: #ffffff !important;
  border: 1px solid #dbe3ea !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 30px rgba(45, 149, 205, 0.12) !important;
}

body:not(.logged-in).woocommerce-account .woocommerce-form-login .form-row {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body:not(.logged-in).woocommerce-account .woocommerce-form-login label {
  display: block;
  margin: 0 0 8px !important;
  color: #68717c;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

body:not(.logged-in).woocommerce-account .woocommerce-form-login input.input-text {
  width: 100% !important;
  min-height: 52px !important;
  padding: 12px 15px !important;
  background: #f6f9fb !important;
  border: 1px solid #dbe3ea !important;
  border-radius: 12px !important;
  color: #333333 !important;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 16px !important;
  box-shadow: none !important;
  outline: none !important;
}

body:not(.logged-in).woocommerce-account .woocommerce-form-login input.input-text:focus {
  background: #ffffff !important;
  border-color: #2d95cd !important;
  box-shadow: 0 0 0 3px rgba(45, 149, 205, 0.14) !important;
}

body:not(.logged-in).woocommerce-account .woocommerce-form-login .button,
body:not(.logged-in).woocommerce-account .woocommerce-form-login button.button {
  min-height: 52px !important;
  padding: 0 30px !important;
  background: linear-gradient(20deg, #2d95cd 0%, #9871b0 100%) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 20px rgba(45, 149, 205, 0.24) !important;
}

body:not(.logged-in).woocommerce-account .woocommerce-form-login .button:hover,
body:not(.logged-in).woocommerce-account .woocommerce-form-login button.button:hover {
  background: linear-gradient(20deg, #2d95cd 0%, #9871b0 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-1px);
}

body:not(.logged-in).woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin-left: 14px !important;
  color: #68717c;
  font-weight: 700;
}

body:not(.logged-in).woocommerce-account .woocommerce-LostPassword,
body:not(.logged-in).woocommerce-account .lost_password {
  margin: 12px 0 0 !important;
}

body:not(.logged-in).woocommerce-account .woocommerce-LostPassword a,
body:not(.logged-in).woocommerce-account .lost_password a {
  color: #2d95cd !important;
  font-weight: 700;
  text-decoration: none !important;
}

body:not(.logged-in).woocommerce-account .woocommerce-LostPassword a:hover,
body:not(.logged-in).woocommerce-account .lost_password a:hover {
  color: #9871b0 !important;
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {
  body.woocommerce-account .adl-account-hero {
    padding: 48px 20px 28px;
    text-align: left;
  }

  body.woocommerce-account .adl-account-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  body:not(.logged-in).woocommerce-account .woocommerce {
    max-width: 100%;
    margin: 0 20px 60px;
  }

  body:not(.logged-in).woocommerce-account .woocommerce-form-login {
    padding: 24px 18px !important;
  }

  body:not(.logged-in).woocommerce-account .woocommerce-form-login .button,
  body:not(.logged-in).woocommerce-account .woocommerce-form-login button.button {
    width: 100% !important;
  }

  body:not(.logged-in).woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 14px 0 0 !important;
  }
}


/* Center the logged-out My Account login form */
body:not(.logged-in).woocommerce-account .woocommerce {
  max-width: 520px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:not(.logged-in).woocommerce-account .woocommerce-form-login {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}/* End custom CSS */