/* Mobile account for "Везучий гачок" — OpenCart 3 / Chameleon */
.vg-mobile-account-menu {
  display: none;
}

.vg-profile-card {
  max-width: 760px;
  margin: 0 auto 30px;
}

.vg-profile-person {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.vg-profile-avatar {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: #f4f8f6;
  cursor: pointer;
}

.vg-profile-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vg-profile-avatar__placeholder {
  width: 40px;
  height: 40px;
  color: #078c6c;
}

.vg-profile-avatar__placeholder svg,
.vg-profile-avatar__placeholder path,
.vg-profile-avatar__placeholder circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vg-profile-person__info {
  min-width: 0;
}

.vg-profile-person__info strong {
  display: block;
  overflow: hidden;
  color: #2f383d;
  font-size: 20px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vg-profile-photo-link,
.vg-profile-password-link {
  color: #078c6c;
  text-decoration: underline;
  cursor: pointer;
}

.vg-profile-person__info small {
  display: block;
  margin-top: 3px;
  color: #8d979d;
}

#vg-avatar-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.vg-field-error {
  margin-top: 6px;
  color: #d64545;
  font-size: 13px;
  line-height: 1.35;
}

.vg-profile-field {
  margin-bottom: 15px;
}

.vg-profile-field label {
  display: block;
  margin-bottom: 6px;
  color: #606a70;
  font-weight: 500;
}

.vg-profile-field.has-error .form-control {
  border-color: #d64545;
}

.vg-profile-save {
  min-width: 220px;
  min-height: 50px;
  margin-top: 20px;
}

.vg-account-content-card {
  margin-bottom: 30px;
  padding: 24px;
  border-radius: 14px;
  background: #fff;
}

.vg-address-list {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.vg-address-card {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid #e2e9e6;
  border-radius: 12px;
}

.vg-address-card__icon {
  width: 34px;
  color: #078c6c;
}

.vg-address-card__icon svg,
.vg-address-card__icon path,
.vg-address-card__icon circle {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vg-address-card__body {
  color: #3c454a;
  font-size: 16px;
  line-height: 1.6;
}

.vg-address-card__actions {
  display: flex;
  gap: 8px;
}

.vg-account-secondary,
.vg-account-danger {
  border: 1px solid #dfe6e3;
  background: #fff;
  color: #3f494e;
}

.vg-account-danger {
  color: #c94444;
}

.vg-account-empty {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border-radius: 14px;
  background: #fff;
  color: #929da4;
  text-align: center;
}

.vg-account-empty__icon {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #edf2f0;
  color: #9eaaa5;
}

.vg-account-empty__icon svg {
  width: 42px;
  height: 42px;
}

.vg-account-empty__icon svg,
.vg-account-empty__icon path,
.vg-account-empty__icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vg-account-empty p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.vg-account-primary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.vg-account-password-field {
  position: relative;
}

.vg-account-password-field .form-control {
  padding-right: 54px;
}

.vg-account-password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #929da3;
  transform: translateY(-50%);
}

.vg-account-password-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vg-account-password-toggle.is-active {
  color: #078c6c;
}

.vg-wishlist-mobile-tools,
.vg-wishlist-board__header,
.vg-wishlist-summary,
.vg-wishlist-delete-list,
.vg-wishlist-item-actions {
  display: none;
}

@media (max-width: 767px) {
  body:has(.vg-account-page) main {
    background: #eef4f2;
  }

  .vg-account-page {
    width: 100%;
    max-width: none;
    min-height: 68vh;
    margin: 0;
    padding: 18px 14px 118px;
    background: #eef4f2;
  }

  .vg-account-page > .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 26px;
    padding: 0;
    background: transparent;
    color: #8c979e;
    font-size: 14px;
  }

  .vg-account-page > .breadcrumb > li {
    display: inline-flex;
    align-items: center;
  }

  .vg-account-page > .breadcrumb > li + li::before {
    padding: 0 10px;
    color: #b4bdc1;
    content: "/";
  }

  .vg-account-page > .breadcrumb a,
  .vg-account-page > .breadcrumb span {
    color: inherit;
  }

  .vg-account-page > .breadcrumb > li:first-child a {
    color: #078c6c;
  }

  .vg-account-page__heading,
  .vg-account-page > h1 {
    margin: 0 0 20px;
    color: #30393e;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .vg-account-page > .row-flex,
  .vg-account-page > .row {
    display: block;
    margin: 0;
  }

  .vg-account-page > .row-flex > #column-left,
  .vg-account-page > .row-flex > #column-right,
  .vg-account-page > .row > #column-left:not(.vg-wishlist-filter-mobile),
  .vg-account-page > .row > #column-right {
    display: none;
  }

  .vg-account-page #content {
    width: 100%;
    max-width: none;
    float: none;
    padding: 0;
  }

  .vg-account-page .chm-account-content {
    min-height: 0;
    margin: 0;
    padding: 22px 16px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
  }

  .vg-mobile-account-menu {
    display: block;
    margin: 0 0 24px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
  }

  .vg-mobile-account-menu__title {
    width: 100%;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    border: 0;
    border-bottom: 1px solid #e6ece9;
    background: #fff;
    color: #30393e;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
  }

  .vg-mobile-account-menu__title svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .22s ease;
  }

  .vg-mobile-account-menu.is-collapsed .vg-mobile-account-menu__title svg {
    transform: rotate(180deg);
  }

  .vg-mobile-account-menu__list {
    max-height: 520px;
    padding: 10px 24px 12px;
    overflow: hidden;
    opacity: 1;
    transition: max-height .28s ease, padding .28s ease, opacity .18s ease;
  }

  .vg-mobile-account-menu.is-collapsed .vg-mobile-account-menu__list {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    pointer-events: none;
  }

  .vg-mobile-account-menu__item {
    min-height: 58px;
    display: flex;
    align-items: center;
    color: #434c51;
    font-size: 17px;
    line-height: 1.3;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .vg-mobile-account-menu__item:hover,
  .vg-mobile-account-menu__item:focus,
  .vg-mobile-account-menu__item.is-active {
    color: #078c6c;
    text-decoration: none;
  }

  .vg-mobile-account-menu__item > svg {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    margin-right: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .vg-mobile-account-menu__logout {
    margin-top: 5px;
    border-top: 1px solid #e6ece9;
  }

  .vg-account-alert {
    margin-bottom: 18px;
  }

  .vg-profile-card,
  .vg-account-content-card {
    margin: 0 0 24px;
    padding: 20px 14px;
    border-radius: 12px;
    background: #fff;
  }

  .vg-profile-person {
    gap: 14px;
    margin-bottom: 20px;
  }

  .vg-profile-avatar {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    border: 4px solid #fff;
    box-shadow: 0 3px 14px rgba(31, 67, 55, .09);
  }

  .vg-profile-person__info {
    flex: 1 1 auto;
  }

  .vg-profile-person__info strong {
    font-size: 19px;
  }

  .vg-profile-photo-link {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
  }

  .vg-profile-person__info small {
    font-size: 11px;
  }

  .vg-profile-field {
    margin-bottom: 14px;
  }

  .vg-profile-field label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .vg-profile-field .form-control,
  .vg-address-form-page .form-control,
  .vg-password-page .form-control {
    height: 58px;
    padding: 0 16px;
    border: 1px solid #d8e5e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(34, 68, 58, .06);
    color: #354047;
    font-size: 18px;
  }

  .vg-profile-field .form-control:focus,
  .vg-address-form-page .form-control:focus,
  .vg-password-page .form-control:focus {
    border-color: #078c6c;
    box-shadow: 0 0 0 3px rgba(7, 140, 108, .1);
  }

  .vg-profile-password-link {
    display: inline-block;
    margin: 4px 0 0;
    color: #37454b;
    font-size: 15px;
  }

  .vg-profile-save,
  .vg-account-page .buttons .btn-primary,
  .vg-account-primary {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #078c6c;
    border-radius: 7px;
    background: #078c6c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .vg-account-empty {
    min-height: 190px;
    padding: 28px 16px;
  }

  .vg-account-empty__icon {
    width: 74px;
    height: 74px;
    margin-bottom: 18px;
  }

  .vg-account-empty p {
    color: #8f9ba1;
    font-size: 18px;
  }

  .vg-address-content {
    padding: 14px;
  }

  .vg-address-card {
    display: block;
    padding: 17px;
  }

  .vg-address-card__icon {
    width: 30px;
    margin-bottom: 10px;
  }

  .vg-address-card__body {
    font-size: 15px;
  }

  .vg-address-card__actions {
    margin-top: 15px;
  }

  .vg-address-card__actions .btn {
    min-height: 42px;
    display: inline-flex;
    flex: 1 1 50%;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
  }

  .vg-address-form-page .chm-account-content form,
  .vg-password-page .chm-account-content form {
    margin: 0;
  }

  .vg-address-form-page .form-group,
  .vg-password-page .form-group {
    margin: 0 0 14px;
  }

  .vg-address-form-page .control-label,
  .vg-password-page .control-label {
    display: block;
    margin: 0 0 6px;
    color: #59656b;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  }

  .vg-address-form-page select.form-control {
    padding-right: 34px;
  }

  .vg-address-form-page textarea.form-control {
    height: auto;
    min-height: 100px;
    padding-top: 14px;
  }

  .vg-address-form-page .buttons,
  .vg-password-page .buttons {
    margin-top: 20px;
  }

  .vg-orders-page .chm-account-content > .table-responsive {
    overflow: visible;
  }

  .vg-orders-page .ch-table,
  .vg-orders-page .ch-table tbody,
  .vg-orders-page .ch-table tr,
  .vg-orders-page .ch-table td {
    display: block;
    width: 100%;
  }

  .vg-orders-page .ch-table thead {
    display: none;
  }

  .vg-orders-page .ch-table tr {
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid #e1e9e6;
    border-radius: 10px;
    background: #fff;
  }

  .vg-orders-page .ch-table td {
    padding: 4px 0;
    border: 0;
    text-align: left !important;
  }

  .vg-orders-page .ch-table td:first-child a {
    color: #078c6c;
    font-size: 18px;
    font-weight: 700;
  }

  .vg-orders-page .ch-table td:nth-child(4) {
    color: #5f6b70;
    font-weight: 600;
  }

  .vg-orders-page .ch-table td:nth-child(5) {
    margin-top: 5px;
    color: #2f383d;
    font-size: 17px;
  }

  .vg-orders-page .buttons,
  .vg-orders-page .buttons .btn {
    display: none;
  }

  .vg-order-info-page .chm-account-content {
    overflow: hidden;
  }

  .vg-order-info-page .ch-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vg-order-info-page .ch-table td,
  .vg-order-info-page .ch-table th {
    min-width: 110px;
    font-size: 13px;
  }

  .vg-reward-page .total-rewards {
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 10px;
    background: #f1f8f5;
    color: #48545a;
    font-size: 16px;
  }

  .vg-reward-page .total-rewards b {
    display: block;
    margin-top: 6px;
    color: #078c6c;
    font-size: 30px;
  }

  .vg-reward-page .table-responsive {
    overflow: visible;
  }

  .vg-reward-page .ch-table,
  .vg-reward-page .ch-table tbody,
  .vg-reward-page .ch-table tr,
  .vg-reward-page .ch-table td {
    display: block;
    width: 100%;
  }

  .vg-reward-page .ch-table thead {
    display: none;
  }

  .vg-reward-page .ch-table tr {
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid #e1e9e6;
    border-radius: 9px;
  }

  .vg-reward-page .ch-table td {
    padding: 3px 0;
    border: 0;
    text-align: left !important;
  }

  .vg-reward-page .ch-table td:last-child {
    color: #078c6c;
    font-size: 17px;
    font-weight: 700;
  }

  .vg-reward-page .buttons {
    display: none;
  }

  .vg-wishlist-page > .row {
    display: flex;
    flex-direction: column;
  }

  .vg-wishlist-page #content {
    order: 1;
  }

  .vg-wishlist-page #column-left {
    display: none !important;
  }

  .vg-wishlist-page #column-left.vg-wishlist-filter-mobile {
    display: none !important;
  }

  .vg-wishlist-mobile-tools {
    display: block;
    margin: 18px 0 14px;
  }

  .vg-wishlist-create {
    min-height: 50px;
    padding: 12px 22px;
    border: 1px solid #ff5b3a;
    border-radius: 6px;
    background: transparent;
    color: #343e43;
    font-size: 15px;
    font-weight: 700;
  }

  .vg-wishlist-list-tabs {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .vg-wishlist-list-tab {
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid #dce6e2;
    border-radius: 7px;
    background: #fff;
    color: #354047;
    font-size: 14px;
    text-decoration: none;
  }

  .vg-wishlist-list-tab small {
    min-width: 24px;
    padding: 2px 6px;
    border-radius: 12px;
    background: #edf3f1;
    color: #778389;
    text-align: center;
  }

  .vg-wishlist-list-tab.is-active {
    border-color: #078c6c;
    color: #078c6c;
  }

  .vg-wishlist-list-tab.is-active small {
    background: #078c6c;
    color: #fff;
  }

  .vg-wishlist-board {
    display: block;
    margin-bottom: 20px;
    padding: 0 10px 12px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }

  .vg-wishlist-board__header {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 -10px 10px;
    padding: 14px 12px;
    border-bottom: 1px solid #e4ebe8;
  }

  .vg-wishlist-board__title {
    min-width: 0;
  }

  .vg-wishlist-board__title strong {
    max-width: 150px;
    display: block;
    overflow: hidden;
    color: #303a3f;
    font-size: 15px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vg-wishlist-edit {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #7d898f;
    font-size: 12px;
    text-decoration: underline;
  }

  .vg-wishlist-edit svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .vg-wishlist-sort {
    width: 128px;
    min-width: 0;
    flex: 0 0 128px;
    margin: 0;
  }

  .vg-wishlist-sort .form-control {
    height: 38px;
    padding: 6px 28px 6px 9px;
    border-color: #e0e7e4;
    border-radius: 7px;
    background-color: #fff;
    color: #384248;
    font-size: 12px;
  }

  .vg-wishlist-page .category-page {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
  }

  .vg-wishlist-page .product-layout {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 6px;
    padding-left: 6px;
  }

  .vg-wishlist-page .product-thumb {
    width: 100%;
    background: #fff;
  }

  .vg-wishlist-page .product-layout .addit-action .wishlist {
    display: none !important;
  }

  .vg-wishlist-page .price-actions-box {
    width: 100%;
    min-width: 0;
    align-items: flex-end;
  }

  .vg-wishlist-page .price-actions-box > .price {
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 6px;
  }

  .vg-wishlist-page .price-actions-box .quantity_plus_minus {
    display: none !important;
  }

  .vg-wishlist-page .price-actions-box .cart {
    width: 100% !important;
    min-width: 0;
    flex: 0 0 100% !important;
    margin: 2px 0 0 !important;
  }

  .vg-wishlist-page .price-actions-box .cart .btn-general {
    width: 100% !important;
    min-width: 0;
    min-height: 40px;
    padding: 6px 10px;
    border: 1px solid #078c6c !important;
    border-radius: 5px;
    background: #fff !important;
    color: #078c6c !important;
    font-size: 12px;
    font-weight: 600;
  }

  .vg-wishlist-page .price-actions-box .cart .btn-general .icon-cart-add,
  .vg-wishlist-page .price-actions-box .cart .btn-general .icon-notify-stock {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .vg-wishlist-page .price-actions-box .cart .btn-general .text-cart-add {
    min-width: 0;
    padding-left: 5px;
    white-space: nowrap;
  }

  .vg-wishlist-page .price-actions-box .cart .btn-general:hover,
  .vg-wishlist-page .price-actions-box .cart .btn-general:focus,
  .vg-wishlist-page .price-actions-box .cart .btn-general:active,
  .vg-wishlist-page .price-actions-box .cart .btn-general.is-active {
    border-color: #078c6c !important;
    background: #078c6c !important;
    color: #fff !important;
  }

  .vg-wishlist-item-actions {
    display: block;
    margin-top: auto;
    padding: 8px 4px 12px;
    border-top: 1px solid #eef2f0;
  }

  .vg-wishlist-item-actions label {
    display: block;
    margin: 0 0 8px;
    color: #7c888e;
    font-size: 11px;
    font-weight: 400;
  }

  .vg-wishlist-item-actions label > span {
    display: block;
    margin-bottom: 4px;
  }

  .vg-wishlist-item-actions .form-control {
    width: 100%;
    height: 34px;
    padding: 5px 24px 5px 7px;
    border-color: #dfe7e4;
    border-radius: 5px;
    font-size: 11px;
  }

  .vg-wishlist-remove {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #8d989d;
    font-size: 11px;
    text-decoration: underline;
  }

  .vg-wishlist-remove[data-vg-removing="1"] {
    opacity: .55;
    pointer-events: none;
  }

  .vg-wishlist-remove svg,
  .vg-wishlist-delete-list svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .vg-wishlist-summary {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 14px -10px -12px;
    padding: 12px;
    border-top: 1px solid #e4ebe8;
  }

  .vg-wishlist-summary > div {
    min-width: 0;
    flex: 1 1 auto;
  }

  .vg-wishlist-summary small,
  .vg-wishlist-summary strong {
    display: block;
  }

  .vg-wishlist-summary small {
    margin-bottom: 4px;
    color: #8b969c;
    font-size: 11px;
    line-height: 1.35;
  }

  .vg-wishlist-summary strong {
    color: #303a3f;
    font-size: 17px;
  }

  .vg-wishlist-add-all {
    min-height: 42px;
    width: 148px;
    max-width: 148px;
    flex: 0 0 148px;
    padding: 9px 12px;
    border: 0;
    border-radius: 4px;
    background: #078c6c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
  }

  .vg-wishlist-add-all:disabled {
    opacity: .65;
  }

  .vg-wishlist-add-all:hover,
  .vg-wishlist-add-all:focus,
  .vg-wishlist-add-all:active {
    background: #056f56;
    color: #fff;
  }

  .vg-wishlist-delete-list {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 12px auto 68px;
    padding: 8px 14px;
    border: 0;
    background: transparent;
    color: #8d989d;
    font-size: 12px;
    text-decoration: underline;
  }

  .vg-wishlist-empty {
    min-height: 190px;
    margin: 0 0 4px;
    border-radius: 0;
  }

  .vg-mobile-bottom-nav .vg-mbn-wishlist-count {
    z-index: 2;
  }
}

@media (max-width: 380px) {
  .vg-account-page {
    padding-right: 10px;
    padding-left: 10px;
  }

  .vg-mobile-account-menu__title,
  .vg-mobile-account-menu__list {
    padding-right: 18px;
    padding-left: 18px;
  }

  .vg-mobile-account-menu__item {
    font-size: 16px;
  }

  .vg-mobile-account-menu__item > svg {
    margin-right: 15px;
  }
}

/*
 * VG Mobile Account 1.0.4
 * The Chameleon account drawer duplicates the new account navigation.
 * Hide its drawer, backdrop and blue edge button on mobile and tablet views.
 */
@media (max-width: 991px) {
  .chm-account-fixed,
  .chm-account-backdrop,
  .chm-account-button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .chm-account-fixed {
    transform: translate(100%, 0) !important;
  }
}
