.elementor-23 .elementor-element.elementor-element-16973c5f{--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;}@media(max-width:767px){.elementor-23 .elementor-element.elementor-element-16973c5f{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-16973c5f *//* =========================
   LOTOS MY ACCOUNT PAGE
========================= */

body.woocommerce-account .entry-hero,
body.woocommerce-account .page-hero-section {
  display: none !important;
}

body.woocommerce-account .content-area {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.woocommerce-account .content-container.site-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.woocommerce-account .entry,
body.woocommerce-account .single-entry,
body.woocommerce-account .content-bg {
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-account .entry-content-wrap {
  padding: 0 !important;
}

body.woocommerce-account .entry-title {
  display: none !important;
}

.woocommerce-account .woocommerce {
  max-width: 1290px !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 36px 20px 70px !important;
  color: #fff;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  display: none !important;
  content: none !important;
}

/* =========================
   LOGIN / REGISTER
========================= */

.lotos-account-auth {
  max-width: 1290px;
  margin: 0 auto;
}

.lotos-auth-header {
  margin-bottom: 26px;
}

.lotos-auth-header h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 10px;
}

.lotos-auth-header p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.lotos-auth-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;

  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 30px;

  padding: 56px 80px 64px !important;
  min-height: 500px;
  overflow: hidden;
}

.lotos-auth-layout::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -190px;
  width: 720px;
  height: 720px;
  background: url("/wp-content/uploads/2026/06/logomenut-60.webp") no-repeat center / contain;
  opacity: .14;
  pointer-events: none;
}

.lotos-auth-card {
  position: relative;
  z-index: 2;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}

.lotos-auth-card h2 {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin: 0 0 34px !important;
}

.lotos-auth-card form {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.lotos-auth-card .form-row {
  margin: 0 0 16px !important;
  padding: 0 !important;
}

.lotos-auth-card input.input-text,
.lotos-auth-card input[type="text"],
.lotos-auth-card input[type="email"],
.lotos-auth-card input[type="password"],
.lotos-auth-card input[type="tel"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #333 !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

.lotos-auth-card input::placeholder {
  color: #777;
}

.lotos-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px 0 22px;
}

.lotos-auth-row label {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  color: #dbe7f3;
  font-size: 13px;
}

.lotos-auth-row input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

.lotos-lost-password {
  color: #dbe7f3 !important;
  font-size: 13px;
  text-decoration: none !important;
}

.lotos-lost-password:hover {
  color: #8aa4c8 !important;
}

/* Кнопки как в хедере/футере */
.lotos-auth-card button.button,
.lotos-auth-card .woocommerce-button {
  width: 100% !important;
  height: 48px !important;
  border-radius: 12px !important;

  background: var(--lotos-card-bg) !important;
  border: 1px solid var(--lotos-card-border) !important;

  color: var(--lotos-white) !important;
  font-size: 15px !important;
  font-weight: 600 !important;

  box-shadow: var(--lotos-card-shadow) !important;
  transform: none !important;

  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.lotos-auth-card button.button:hover,
.lotos-auth-card .woocommerce-button:hover {
  transform: translateY(-3px) !important;
  background: var(--lotos-card-hover-bg) !important;
  border-color: var(--lotos-card-hover-border) !important;
  box-shadow: var(--lotos-card-hover-shadow) !important;
}

.lotos-register-note,
.lotos-auth-card .woocommerce-privacy-policy-text,
.lotos-auth-card .woocommerce-privacy-policy-text p {
  color: #fff;
  font-size: 12px !important;
  line-height: 1.45 !important;
  margin: 0 0 16px;
}

.lotos-user-type {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 4px 0 20px;
}

.lotos-user-type label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
}

.woocommerce-account:not(.logged-in) .woocommerce > p {
  display: none !important;
}

/* =========================
   LOGGED IN ACCOUNT
========================= */

.woocommerce-account.logged-in .woocommerce {
  max-width: 1290px !important;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 50px;
  align-items: start;
}

/* Left menu */

.lotos-account-nav ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lotos-account-nav li {
  margin: 0 0 12px !important;
}

.lotos-account-nav a {
  display: flex !important;
  align-items: center;
  gap: 14px;

  min-height: 48px;
  padding: 0 18px;

  color: #e8edf4 !important;
  text-decoration: none !important;

  font-size: 16px;
  font-weight: 500;

  border-radius: 12px;

  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;

  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease;
}

.lotos-account-nav a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: invert(1);
  opacity: .9;
}

.lotos-account-nav li.is-active a,
.lotos-account-nav a:hover {
  background: var(--lotos-card-bg);
  border-color: var(--lotos-card-border);
  box-shadow: var(--lotos-card-shadow);
  color: #fff !important;
}

.lotos-account-nav a:hover {
  transform: translateY(-2px);
}

.lotos-account-nav li.is-active a img,
.lotos-account-nav a:hover img {
  opacity: 1;
}

/* Content card */

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  width: 100% !important;
  float: none !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;

  position: relative;

  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;

  padding: 10px !important;
  min-height: 330px;

  color: #fff;
  overflow: hidden;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -190px;
  width: 680px;
  height: 680px;
  background: url("/wp-content/uploads/2026/06/logomenut-60.webp") no-repeat center / contain;
  opacity: .14;
  pointer-events: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content > * {
  position: relative;
  z-index: 2;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  background-color: #1d334a;
  color: #ffffff;
  border-left-color: #8aa4c8;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 900px) {
  .woocommerce-account .woocommerce {
    padding: 30px 18px 60px !important;
  }

  .lotos-auth-layout {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 40px 24px !important;
  }

  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lotos-auth-header h1 {
    font-size: 34px;
  }
}

/* =========================
   LOTOS PROFILE DASHBOARD
========================= */

.lotos-profile-page {
  position: relative;
  z-index: 2;
}

.lotos-profile-header {
  margin-bottom: 24px;
}

.lotos-profile-header h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 10px;
}

.lotos-profile-header p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.lotos-profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.lotos-profile-card {
  overflow: hidden;
  border-radius: 28px;
  background: #f4f6f8;
  color: #006099;
}

.lotos-profile-photo {
  position: relative;
  height: 270px;
  background: #f5b923;
  overflow: hidden;
}

.lotos-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lotos-profile-download {
  position: absolute;
  top: 22px;
  right: 22px;

  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff;
  cursor: pointer;
}

.lotos-profile-download img {
  width: 22px;
  height: 22px;
}

.lotos-profile-info {
  padding: 28px 42px 34px;
}

.lotos-profile-name h2 {
  color: #006099;
  font-size: 24px;
  margin: 0;
}

.lotos-profile-name span {
  display: block;
  color: #006099;
  font-size: 15px;
  margin-top: 4px;
}

.lotos-profile-row {
  display: grid;
  grid-template-columns: 180px 1fr 24px;
  align-items: center;

  min-height: 54px;
  border-bottom: 1px solid #006099;

  color: #006099;
  font-size: 15px;
}

.lotos-profile-row span {
  font-weight: 700;
}

.lotos-profile-row strong {
  font-weight: 400;
}

.lotos-profile-row img {
  width: 20px;
  height: 20px;
}

.lotos-profile-save {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 220px;
  height: 48px;

  margin: 34px auto 0;

  background: #006099;
  color: #fff !important;
  text-decoration: none !important;

  border-radius: 12px;
  font-weight: 600;
}

.lotos-profile-side {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.lotos-cart-box {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  padding: 34px 44px;
  min-height: 250px;
}

.lotos-cart-box h2 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin: 0 0 28px;
}

.lotos-cart-item {
  display: grid;
  grid-template-columns: 100px 1fr 110px;
  gap: 18px;
  align-items: center;

  background: #fff;
  border-radius: 14px;
  padding: 12px 18px;
  margin-bottom: 16px;

  color: #006099;
}

.lotos-cart-thumb img {
  max-width: 90px;
  height: auto;
}

.lotos-cart-name {
  color: #006099;
  font-size: 14px;
}

.lotos-cart-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  color: #006099;
  font-size: 22px;
}

.lotos-cart-empty {
  color: #fff;
  text-align: center;
  opacity: .85;
}

@media (max-width: 900px) {
  .lotos-profile-grid {
    grid-template-columns: 1fr;
  }

  .lotos-profile-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }
}

.lotos-profile-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 34px;
}

.lotos-profile-save,
.lotos-profile-secondary,
.lotos-cart-open {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 260px;
  height: 48px;

  margin: 0 auto;

  border-radius: 12px;
  font-weight: 600;
  text-decoration: none !important;

  background: #006099;
  color: #fff !important;
}

.lotos-profile-secondary {
  background: transparent;
  color: #006099 !important;
  border: 1px solid #006099;
}

.lotos-cart-name {
  color: #006099 !important;
  text-decoration: none !important;
}

.lotos-cart-name:hover {
  text-decoration: underline !important;
}

.lotos-cart-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  color: #006099 !important;
  font-size: 22px;
  text-decoration: none !important;
}

.lotos-cart-open {
  margin-top: 22px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff !important;
}

/* =========================
   LOTOS PROFILE MOBILE FIX
========================= */

.lotos-cart-item {
  grid-template-columns: 90px minmax(0, 1fr) auto !important;
}

.lotos-cart-info {
  min-width: 0;
}

.lotos-cart-name {
  display: block !important;
  max-width: 100% !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  line-height: 1.35 !important;
}

@media (max-width: 600px) {
  .lotos-profile-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .lotos-profile-card,
  .lotos-cart-box {
    border-radius: 24px !important;
  }

  .lotos-profile-info {
    padding: 24px 26px 28px !important;
  }

  .lotos-profile-photo {
    height: 190px !important;
  }

  .lotos-profile-row {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    padding: 10px 0 !important;
  }

  .lotos-profile-actions {
    margin-top: 24px !important;
  }

  .lotos-profile-save,
  .lotos-profile-secondary {
    max-width: 100% !important;
    white-space: nowrap !important;
    font-size: 14px !important;
  }

  .lotos-cart-box {
    padding: 26px 20px !important;
  }

  .lotos-cart-item {
    grid-template-columns: 70px minmax(0, 1fr) 72px !important;
    gap: 10px !important;
    padding: 12px !important;
  }

  .lotos-cart-thumb img {
    max-width: 64px !important;
  }

  .lotos-cart-name {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .lotos-cart-qty {
    gap: 8px !important;
    font-size: 17px !important;
    white-space: nowrap !important;
  }

  .lotos-cart-open {
    max-width: 100% !important;
    font-size: 14px !important;
  }
}

/* =========================
   LOTOS EDIT ACCOUNT FORM
========================= */

.woocommerce-account .woocommerce-EditAccountForm {
  position: relative;
  z-index: 2;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 18px !important;
    padding: 36px 24px 24px !important;
    margin: 30px 0 !important;
    position: relative;
}

.woocommerce-account .woocommerce-EditAccountForm legend {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    padding: 0 12px !important;
    margin-left: 12px !important;
    background: #34475d;
}
.woocommerce-account .woocommerce-EditAccountForm label {
  color: #e8edf4 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

.woocommerce-account .woocommerce-EditAccountForm em {
  color: #e8edf4 !important;
  font-size: 14px !important;
}

.woocommerce-account .woocommerce-EditAccountForm input.input-text,
.woocommerce-account .woocommerce-EditAccountForm input[type="text"],
.woocommerce-account .woocommerce-EditAccountForm input[type="email"],
.woocommerce-account .woocommerce-EditAccountForm input[type="password"],
.woocommerce-account .woocommerce-EditAccountForm input[type="tel"] {
  width: 100% !important;
  height: 52px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  background: #fff !important;
  color: #1d334a !important;
  padding: 0 18px !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

.woocommerce-account .woocommerce-EditAccountForm .form-row {
  margin-bottom: 18px !important;
}

.woocommerce-account .woocommerce-EditAccountForm button.button {
  width: auto !important;
  min-width: 240px !important;
  height: 52px !important;

  border-radius: 14px !important;
  background: var(--lotos-card-bg) !important;
  border: 1px solid var(--lotos-card-border) !important;
  color: var(--lotos-white) !important;

  font-size: 16px !important;
  font-weight: 600 !important;

  box-shadow: var(--lotos-card-shadow) !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.woocommerce-account .woocommerce-EditAccountForm button.button:hover {
  transform: translateY(-3px) !important;
  background: var(--lotos-card-hover-bg) !important;
  border-color: var(--lotos-card-hover-border) !important;
  box-shadow: var(--lotos-card-hover-shadow) !important;
}

@media (max-width: 600px) {
  .woocommerce-account .woocommerce-EditAccountForm fieldset {
    padding: 18px !important;
  }

  .woocommerce-account .woocommerce-EditAccountForm button.button {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* =========================
   LOTOS EDIT ACCOUNT AVATAR / PROFILE CLEAN
========================= */

/* Верхняя рамка "Редактирование профиля" */

.woocommerce-account .woocommerce-EditAccountForm .lotos-edit-profile-fieldset {
  border: 1px solid rgba(255,255,255,0.22) !important;
  border-radius: 18px !important;
  padding: 36px 24px 28px !important;
  margin: 0 0 30px !important;
  position: relative !important;
}

.woocommerce-account .woocommerce-EditAccountForm .lotos-edit-profile-fieldset legend {
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  padding: 0 12px !important;
  margin-left: 12px !important;
  background: #34475d !important;
}

/* Имя / Фамилия в одну линию */

.lotos-edit-grid {
  display: flex !important;
  gap: 28px !important;
}

.lotos-edit-grid .form-row {
  flex: 1 !important;
  width: auto !important;
  margin: 0 0 18px !important;
  float: none !important;
}

.lotos-edit-grid .form-row-first,
.lotos-edit-grid .form-row-last {
  float: none !important;
}

/* Блок аватара */

.lotos-edit-avatar {
  display: flex !important;
  align-items: center !important;
  gap: 26px !important;
  margin-bottom: 40px !important;
}

.lotos-edit-avatar-preview {
  position: relative !important;
  width: 110px !important;
  height: 110px !important;
  flex: 0 0 110px !important;

  border-radius: 22px !important;
  overflow: visible !important;

  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
}

.lotos-edit-avatar-preview > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 22px !important;
  display: block !important;
}

/* Текст справа от аватара */

.lotos-edit-avatar-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.lotos-edit-avatar-field label {
  display: block !important;
  color: #fff !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.lotos-avatar-file {
  color: #dbe7f3 !important;
  font-size: 14px !important;
}

/* Полностью прячем стандартный input file */

#lotos_user_avatar,
.lotos-edit-avatar-field input[type="file"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
}

/* Кнопка камеры поверх аватара */

.lotos-avatar-camera {
  position: absolute !important;
  right: -10px !important;
  bottom: -10px !important;
  z-index: 10 !important;

  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #2a62b8 !important;
  color: #ffffff !important;

  border: 2px solid rgba(255,255,255,0.85) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.28) !important;

  cursor: pointer !important;
  opacity: 1 !important;

  transition: transform .22s ease, background .22s ease, box-shadow .22s ease !important;
}

.lotos-avatar-camera:hover {
  transform: translateY(-2px) scale(1.05) !important;
  background: #3274d6 !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.34) !important;
}

.lotos-avatar-camera svg {
  width: 19px !important;
  height: 19px !important;
  display: block !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.lotos-avatar-camera svg path,
.lotos-avatar-camera svg circle {
  stroke: currentColor !important;
  opacity: 1 !important;
}

/* Старую кнопку выбора файла отключаем, если она где-то осталась */

.lotos-avatar-upload {
  display: none !important;
}

/* Мобильная версия */

@media (max-width: 768px) {
  .lotos-edit-grid {
    display: block !important;
  }

  .lotos-edit-grid .form-row {
    width: 100% !important;
    margin-bottom: 18px !important;
  }

  .lotos-edit-avatar {
    align-items: flex-start !important;
  }
}

@media (max-width: 600px) {
  .woocommerce-account .woocommerce-EditAccountForm .lotos-edit-profile-fieldset {
    padding: 28px 18px 22px !important;
  }

  .lotos-edit-avatar {
    gap: 18px !important;
  }

  .lotos-edit-avatar-preview {
    width: 96px !important;
    height: 96px !important;
    flex-basis: 96px !important;
  }

  .lotos-avatar-camera {
    width: 40px !important;
    height: 40px !important;
    right: -8px !important;
    bottom: -8px !important;
  }
}/* End custom CSS */