/* Account pages redesign for oct_showcase */

:root {
  --account-bg: #fff;
  --account-card: #ffffff;
  --account-card-soft: #f1f2f5;
  --account-border: rgba(230, 72, 0, 0.1);
  --account-border-strong: rgba(0, 25, 79, 0.16);
  --account-text: #00194f;
  --account-text-muted: #6d7485;
  --account-title: #00194f;
  --account-accent: #e64800;
  --account-accent-dark: #d84c00;
  --account-success-bg: #cdeed6;
  --account-warning-bg: #f7e8a6;
  --account-danger-bg: #f3c2b2;
  --account-radius: 6px;
  --account-shadow: 0 0 30px rgba(0, 25, 79, 0.06);
}

body.account-account,
body.account-edit,
body.account-password,
body.account-address,
body.account-wishlist,
body.account-order,
body.account-login {
  background: var(--account-bg);
}
/*
[id^='account-'],
#oct_stock_notifier {
  padding-top: 56px;
  padding-bottom: 16px;
}
*/
#account-account,
#account-order,
#account-edit,
#account-password,
#account-address,
#account-wishlist,
#oct_stock_notifier {
  padding-top: 56px;
  padding-bottom: 16px;
}

#account-wishlist.is-not-logged {
  padding-top: 0;
}

[id^='account-'] .breadcrumb,
#oct_stock_notifier .breadcrumb {
  margin-bottom: 28px;
}

.sc-btn.sc-btn-outline.sc-btn-outline-secondary.sc-btn-with-icon.br-4.sc-wishlist-btn.is-active .sc-btn-icon-wishlist {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuMDAyMTEgOC42ODkxOUw4LjI5OTcyIDE0LjU0NkM4LjQ3OTg3IDE0LjcxMzUgOC41Njk5NCAxNC43OTczIDguNjcxMzUgMTQuODMxN0M4Ljc3NTU1IDE0Ljg2NyA4Ljg4ODUxIDE0Ljg2NyA4Ljk5MjcxIDE0LjgzMTdDOS4wOTQxMiAxNC43OTczIDkuMTg0MTkgMTQuNzEzNSA5LjM2NDMzIDE0LjU0Nkw5LjM2NDM0IDE0LjU0NkwxNS42NjIgOC42ODkxOEMxNy40NTQ0IDcuMDIyMjIgMTcuNjcxNiA0LjI2MDI1IDE2LjE2MTcgMi4zMzM2NEwxNS45MDUxIDIuMDA2MjRDMTQuMTEwOSAtMC4yODMxNTIgMTAuNTM3NSAwLjEwMzM4IDkuMjc0MzcgMi43MjM0OEM5LjA5NTc5IDMuMDkzODkgOC41NjgyNyAzLjA5Mzg5IDguMzg5NyAyLjcyMzQ4QzcuMTI2NTYgMC4xMDMzOCAzLjU1MzE3IC0wLjI4MzE1MyAxLjc1ODk3IDIuMDA2MjRMMS41MDIzOSAyLjMzMzYzQy0wLjAwNzQ5Mzg1IDQuMjYwMjUgMC4yMDk2NzEgNy4wMjIyMiAyLjAwMjExIDguNjg5MTlaIiBmaWxsPSIjMDAxOTRGIiBzdHJva2U9IiMwMDE5NEYiLz4KPC9zdmc+Cg==") !important;
}

.is-not-logged .breadcrumb {
  position: relative;
  margin-bottom: 40px;
  border-bottom: none;
}

.is-not-logged .breadcrumb::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background: rgba(0, 25, 79, 0.15);
  transform: translateX(-50%);
}

[id^='account-'] .content-top-box:empty,
[id^='account-'] .content-bottom-box:empty,
#oct_stock_notifier .content-top-box:empty {
  display: none;
}

/* [id^='account-'] .sc-page-title, */
#oct_stock_notifier .sc-page-title {
  display: none;
}

[id^='account-'] .main,
#oct_stock_notifier .main {
  min-height: 400px;
}

[id^='account-'] .sc-account-row,
#oct_stock_notifier .sc-account-row {
  align-items: flex-start;
  row-gap: 24px;
}

[id^='account-'] #content,
#oct_stock_notifier #content {
  min-width: 0;
}

[id^='account-'] .content-block,
#oct_stock_notifier .content-block {
  border-radius: var(--account-radius);
  background: var(--account-card);
  box-shadow: none;
}

[id^='account-'] .mobile-no-radius,
#oct_stock_notifier .mobile-no-radius {
  border-radius: var(--account-radius) !important;
}

.content-block {
  padding: 0;
}

/* sidebar */
.sc-account-module {
  padding: 0;
  max-width: 331px;
  border: 0;
  border-radius: var(--account-radius);
  background: var(--account-card);
  overflow: hidden;
}

.sc-column-categories-item-wrap {
  border: 1px solid #e648001a;
  border-radius: var(--account-radius);
}

.sc-account-module .sc-column-categories {
  margin: 0;
}

.sc-account-module .sc-column-categories .sc-column-categories-item:not(.last-item) {
  border-bottom: 1px solid #e648001a;
  border-top-left-radius: var(--account-radius);
  border-top-right-radius: var(--account-radius);
}

.sc-account-module .sc-column-categories .sc-column-categories-item.logout {
  border-bottom: 0;
}

.sc-account-module .sc-column-categories-item:first-child {
  border-top-left-radius: var(--account-radius);
  border-top-right-radius: var(--account-radius);
}

.sc-account-module .sc-column-categories-item:last-child {
  border-bottom: 0;
  background-color: #fff;
  border-bottom-left-radius: var(--account-radius);
  border-bottom-right-radius: var(--account-radius);
}

.sc-account-module .sc-column-categories-item.logout.desktop {
  display: block;
}

.sc-account-module .sc-column-categories-item.logout.mobile {
  display: none;
}

.sc-account-module .sc-column-categories-item.logout > a {
  border: 0;
  /* border-bottom-left-radius: var(--account-radius);
  border-bottom-right-radius: var(--account-radius); */
  background-color: #fff;
}

.sc-account-module .sc-column-categories-item.logout > a::after {
  display: none;
}

.sc-account-module .sc-column-categories-item.logout .sc-account-module-icon {
  display: none;
}

.sc-account-module .sc-column-categories-item > a {
  position: relative;
  min-height: 74px;
  padding-block: 24px;
  padding-right: 44px !important;
  padding-left: 24px;
  background: #f7f7f7;
  color: var(--account-text);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.sc-account-module .sc-column-categories-item.last-item,
.sc-account-module .sc-column-categories-item.last-item > a {
  border-bottom-left-radius: var(--account-radius);
  border-bottom-right-radius: var(--account-radius);
  border-bottom: 0;
}

.sc-account-module .sc-column-categories-item > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.75;
}

.sc-account-module .sc-column-categories-item > a:hover {
  background: rgba(0, 25, 79, 0.05);
}

.sc-account-module .sc-column-categories-item.logout > a:hover {
  background: #fff;
}

.sc-account-module .sc-column-categories-item.active > a,
.sc-account-module .sc-column-categories-item > a.active,
.sc-account-module .sc-column-categories-item > a[aria-current='page'] {
  background: rgba(0, 25, 79, 0.05);
  color: var(--account-title);
  pointer-events: none;
}

.sc-account-module .sc-column-categories-item.active > a::before,
.sc-account-module .sc-column-categories-item > a.active::before,
.sc-account-module .sc-column-categories-item > a[aria-current='page']::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: var(--account-title);
}

.sc-account-module .sc-account-module-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 12px !important;
  background: transparent;
}

/* titles and section wrappers */
.account-info {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 25, 79, 0.15);
}

.account-cabinet,
.account-dashboard-sections {
  padding: 40px 24px;
}

.account-cabinet {
  padding-top: 40px;
  padding-bottom: 12px;
}

.account-page-head,
.account-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.account-cabinet,
.account-page-head {
  border-bottom: 1px solid rgba(0, 25, 79, 0.15);
}
.is-not-logged .account-page-head {
  margin-bottom: 11px;
  border-bottom: 0;
}
.account-section-head {
  border: 0;
}
/*
.account-page-title,
.account-section-title,
[id^='account-'] legend.h3,
[id^='account-'] .h3.mt-0,
#oct_stock_notifier .h3.mt-0,
#account-order .h5,
#account-order .h3 {
  margin: 0;
  color: var(--account-title);
  font-size: clamp(34px, 3vw, 56px);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
}
*/
.account-page-title,
.account-section-title {
  color: var(--account-title);
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

#account-order .h5,
#account-order .h3,
#account-order legend.h3,
#account-wishlist .h3.mt-0,
#account-login .h3.mt-0,
#account-password legend.h3,
#account-edit legend.h3,
#account-address legend.h3,
#oct_stock_notifier .h3.mt-0 {
  font-size: clamp(28px, 2.4vw, 44px);
}

#account-login h2,
#account-register h2,
#account-forgotten h1 {
  color: #00194f;
  font-family: 'Onest', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
}

#account-register h2,
#account-forgotten h1 {
  font-size: clamp(28px, 2.4vw, 44px);
}

#account-register h2 a {
  text-decoration: underline;
}

/* Share link button = START */
.share-link-btn {
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(230, 72, 0, 0.2);
  background: #fff;
  color: #e64800;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  cursor: pointer;
}

.share-modal {
  position: fixed;
  inset: 0;
  z-index: 12202;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.share-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.share-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 43, 99, 0.3);
}

.share-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 54px 32px 32px;
  border-radius: 16px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 4px 80px 0 rgba(14, 43, 99, 0.3);
  transform: translateY(24px) scale(0.96);
  opacity: 0;
  transition:
    transform 0.32s ease,
    opacity 0.32s ease;
}

.share-modal.is-active .share-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.share-modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-modal__title {
  margin-bottom: 24px;
  color: #0e2b63;
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.share-modal__field {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 6px;
  border: 1px solid #e4e4e7;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.share-modal__field:hover {
  border-color: #0e2b63;
}

.share-modal__field:focus {
  outline: none;
  border-color: #0e2b63;
  box-shadow: 0 0 0 3px rgba(14, 43, 99, 0.1);
}

.share-modal__field-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #09090b;
  text-align: left;
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.share-modal__field-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-modal__field.is-copied {
  border-color: #0e2b63;
}

body.share-modal-open {
  overflow: hidden;
}

.share-modal__copied-message {
  display: none;
  margin-top: 10px;
  color: #16a34a;
  text-align: left;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.share-modal__copied-message.is-visible {
  display: block;
}

@media (max-width: 991px) {
  .share-modal {
    padding: 16px;
  }

  .share-modal__dialog {
    max-width: 100%;
    padding: 48px 16px 24px;
    border-radius: 20px;
  }

  .share-modal__close {
    top: 16px;
    right: 16px;
  }

  .share-link-btn {
    padding-inline: 16px;
  }

  .share-link-btn span {
    display: none;
  }

  .share-modal__title {
    font-size: 24px;
  }
}
/* Share link button = END */

[id^='account-'] hr,
#oct_stock_notifier hr {
  display: none;
}

.account-page-subtitle,
.account-page-note,
[id^='account-'] p,
[id^='account-'] .account-register-text,
#oct_stock_notifier .fw-500.mb-3.dark-text {
  color: rgba(0, 25, 79, 0.8);
}

.dark-text,
label {
  color: #00194f;
}

label {
  margin-bottom: 8px;
}

/* buttons */
.sc-account-login-button,
.account-add-address,
.account-action-btn,
.sc-btn.sc-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 14px 26px;
  border: 0;
  border-radius: 10px;
  background: var(--account-accent);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.sc-account-login-button:hover,
.account-add-address:hover,
.account-action-btn:hover,
.sc-btn.sc-btn-primary:hover {
  background: var(--account-accent-dark);
  color: #fff;
  text-decoration: none;
}

.sc-btn.sc-btn-danger,
.sc-btn.sc-btn-secondary {
  border-radius: 10px;
}

/* forms */
.sc-account-form,
.account-form-card {
  display: block;
}

#account-edit form,
#account-password form,
#account-address form,
#account-login form {
  display: block;
}

#account-edit label,
#account-password label,
#account-address label,
#account-login label {
  display: block;
  margin-bottom: 8px !important;
  color: var(--account-text);
  font-size: 14px;
  font-weight: 400;
}

#account-edit .form-control,
#account-edit .form-select,
#account-password .form-control,
#account-password .form-select,
#account-address .form-control,
#account-address .form-select,
#account-login .form-control,
#account-login .form-select {
  min-height: 56px;
  border-radius: 6px;
  color: var(--account-text);
  font-size: 16px;
  box-shadow: none;
  border: 1px solid rgba(0, 25, 79, 0.05);
  background: rgba(0, 25, 79, 0.05);
}

#account-edit textarea.form-control,
#account-address textarea.form-control {
  min-height: 120px;
  padding-top: 14px;
}

#account-edit .form-control::placeholder,
#account-password .form-control::placeholder,
#account-address .form-control::placeholder,
#account-login .form-control::placeholder {
  color: #a1a7b5;
}

#account-address .form-check,
#account-edit .form-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 24px;
}

/* account home */
/*
.account-dashboard-intro {
  margin-bottom: 40px;
}
*/

.account-dashboard-text {
  color: rgba(0, 25, 79, 0.8);
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.account-simple-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.account-simple-table th,
.account-simple-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0, 25, 79, 0.08);
  vertical-align: middle;
}

.account-simple-table th {
  color: #8a90a0;
  font-size: 14px;
  font-weight: 500;
}

.account-simple-table td {
  color: var(--account-text);
  font-size: 15px;
}

#account-order .account-dashboard-section {
  padding-top: 0;
  border-top: 0;
}

#account-order .account-section-head {
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 25, 79, 0.15);
}

#account-order .account-order-product-name a,
#account-order .account-order-single-title a {
  color: #000;
  text-decoration: none;
}

#account-order .account-order-product-name a:hover,
#account-order .account-order-single-title a:hover {
  text-decoration: none;
}

#account-order .account-order-thumbs img,
#account-order .account-order-product-image img {
  display: block;
}

#account-order .account-order-details-inner {
  padding-top: 8px;
}

/* Address form */
.account-address-form {
  margin-bottom: 40px;
  padding: 24px;
  border-radius: 12px;
  background: rgba(0, 25, 79, 0.05);
}

.account-address-form__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.account-address-form__title {
  color: #00194f;
  font-family: 'Onest', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
}

.account-address-form__cancel {
  position: relative;
  color: #e64800;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
}

.account-address-form__cancel:hover {
  color: #e64800;
}

.account-address-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.account-address-form__col-full {
  grid-column: 1 / -1;
}

.account-address-form__col-half {
  grid-column: span 1;
}

.account-address-form label {
  display: block;
  margin-bottom: 8px !important;
  color: #00194f;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.account-address-form label .required {
  margin-right: 0;
  color: #00194f !important;
}

.account-address-form .form-group {
  margin-bottom: 0 !important;
}

.account-address-form .form-control,
.account-address-form .form-select {
  max-width: 100%;
  width: 100%;
  min-height: 38px;
  padding: 10px 14px;
  border-radius: 6px;
  color: #00194f;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  box-shadow: none;
  border: 1px solid rgba(0, 25, 79, 0.05);
  background: rgba(0, 25, 79, 0.05);
}

.account-address-form .form-control::placeholder,
.account-address-form .form-select,
.account-address-form .form-control::placeholder {
  color: #98a1b3;
}

.account-address-form select.form-control,
.account-address-form select.form-select {
  padding-right: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 2px),
    calc(100% - 14px) calc(50% - 2px);
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.account-address-form__default {
  margin-top: 4px;
}

.account-address-form__radio-group {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.account-address-form__radio {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  cursor: pointer;
}

.account-address-form__radio input {
  display: none;
}

.account-address-form__radio span {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #7a8aa8;
  border-radius: 50%;
  background: transparent;
  flex: 0 0 22px;
}

.account-address-form__radio input:checked + span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00194f;
  transform: translate(-50%, -50%);
}

.account-address-form__radio em {
  color: #00194f;
  font-style: normal;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

@media (max-width: 767px) {
  .account-address-form {
    padding: 16px 14px 18px;
  }

  .account-address-form__head {
    margin-bottom: 22px;
  }

  .account-address-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .account-address-form__col-full {
    grid-column: 1 / -1;
  }

  .account-address-form__col-half {
    grid-column: span 1;
  }

  .account-address-form .form-control,
  .account-address-form .form-select {
    min-height: 38px;
    padding: 10px 10px;
    font-size: 13px;
  }

  .account-address-form__radio-group {
    gap: 24px;
  }
}

/* address cards */
.account-address-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.account-address-card {
  position: relative;
  min-height: 170px;
  padding: 16px;
  border-radius: 6px;
  background: rgba(0, 25, 79, 0.05);
}

.account-address-title {
  margin: 0 0 24px 0 !important;
  padding-right: 30px;
  color: #000;
  font-family: 'Onest', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.account-address-name,
.account-address-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: normal;
}

.account-address-menu-toggle {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 3;
}

.account-address-menu-toggle i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #33363f;
}

.account-address-dropdown {
  position: absolute;
  top: 42px;
  right: 14px;
  min-width: 140px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 25, 79, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: 0.2s ease;
  overflow: hidden;
  z-index: 4;
}

.account-address-dropdown a {
  display: block;
  padding: 10px 14px;
  color: #00194f;
  font-family: 'Onest', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  transition: 0.2s ease;
}

.account-address-dropdown a:hover {
  background: rgba(0, 25, 79, 0.05);
}

.account-address-card.is-open .account-address-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.account-address-name {
  margin-bottom: 16px;
  color: #000;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}

.account-address-text {
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}

.account-address-menu {
  position: absolute;
  top: 18px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.account-address-menu i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #33363f;
}

.account-address-actions {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.account-address-actions a {
  color: var(--account-title);
  font-size: 14px;
  font-weight: 500;
}

.account-address-add-wrap {
  margin-top: 40px;
}

/* wishlist / notifier cards */
.is-logged .categories_with_products {
  display: none;
}

.account-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.account-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(0, 25, 79, 0.1);
  border-radius: 10px;
  background: #fff;
}

.account-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  margin-bottom: 14px;
}

.account-product-image img {
  max-width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.account-product-title {
  min-height: 54px;
  margin-bottom: 6px;
  color: #1c1f24;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
}

.account-product-model,
.account-product-stock {
  color: #777f90;
  font-size: 13px;
}

.account-product-price {
  margin-top: auto;
  padding-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.account-product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.account-product-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f3f4f7;
}

/* order table */
.sc-account-table,
#oct_stock_notifier .table-responsive-sm,
#account-order .table-responsive {
  overflow: hidden;
  border: 1px solid rgba(0, 25, 79, 0.08);
  border-radius: 12px;
}

.sc-account-table .table,
#oct_stock_notifier .table,
#account-order .table {
  margin: 0;
}

.sc-account-table .table > :not(caption) > * > *,
#oct_stock_notifier .table > :not(caption) > * > *,
#account-order .table > :not(caption) > * > * {
  padding: 18px 16px;
  vertical-align: middle;
  border-bottom-color: rgba(0, 25, 79, 0.07);
  box-shadow: none;
}

.sc-account-table thead,
#oct_stock_notifier thead,
#account-order thead {
  background: #f3f4f7;
}

.sc-account-table thead th,
#oct_stock_notifier thead th,
#account-order thead th {
  color: #8a90a0;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.sc-account-table tbody td,
#oct_stock_notifier tbody td,
#account-order tbody td {
  color: #1e2430;
  font-size: 14px;
}

.account-status,
.sc-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #393939;
}

.account-status--success {
  background: var(--account-success-bg);
}
.account-status--warning {
  background: var(--account-warning-bg);
}
.account-status--danger {
  background: var(--account-danger-bg);
}

/* login */
.rm-account-login {
  display: grid;
  gap: 24px;
}

#account-login .content-block + .content-block {
  margin-top: 0 !important;
}

/* notifier */
.account-muted {
  color: var(--account-text-muted);
}

/* mobile */
@media (max-width: 1199px) {
  .account-address-grid,
  .account-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  [id^='account-'],
  #oct_stock_notifier {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  [id^='account-'] .breadcrumb,
  #oct_stock_notifier .breadcrumb {
    display: none;
  }

  [id^='account-'].is-not-logged .breadcrumb {
    display: flex;
  }

  #account-edit .content-block,
  #account-password .content-block,
  #account-address .content-block,
  #account-login .content-block,
  #account-order .content-block,
  #oct_stock_notifier .content-block,
  #account-wishlist .content-block,
  #account-account .content-block {
    padding: 20px !important;
  }

  .account-page-title,
  .account-section-title,
  [id^='account-'] legend.h3,
  [id^='account-'] .h3.mt-0,
  #oct_stock_notifier .h3.mt-0,
  #account-order .h5,
  #account-order .h3 {
    font-size: 34px;
  }
}

/* Account Inline Form */
.account-inline-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.account-inline-form .form-control {
  border-radius: 6px;
  border: 1px solid rgba(0, 25, 79, 0.05);
  background: rgba(0, 25, 79, 0.05);
  min-height: 48px;
  color: #00194f;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.account-inline-form .form-control:focus {
  border-color: #0d2c6c;
  box-shadow: none;
  background: #fff;
}

.account-inline-form .form-control.is-saving {
  background: #eef3ff;
}

.account-inline-form .form-control.is-valid {
  border-color: #57b36a;
  background: #f6fff8;
}

.account-inline-form .form-control.is-invalid {
  border-color: #e26d5a;
  background: #fff8f7;
}

.account-field-message {
  min-height: 20px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.3;
}

.account-field-message.success {
  color: #57b36a;
}

.account-field-message.error {
  color: #e26d5a;
}

@media (max-width: 1399px) {
  #account-account .account-info {
    border-bottom: 0;
  }

  .account-cabinet,
  .account-dashboard-sections {
    padding: 0;
    border-bottom: 0;
  }
}

@media (max-width: 991px) {
  .account-inline-form {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .account-inline-form .form-control {
    padding-bottom: 16px;
  }

  .account-cabinet,
  .account-dashboard-sections {
    padding: 0;
  }
}

/* Account Dashboard */
.account-dashboard-sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.account-dashboard-section {
  padding-top: 40px;
  border-top: 0;
}

.account-dashboard-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.account-section-head--link .account-section-link {
  position: relative;
  color: var(--account-accent);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 22px;
}

.account-section-head--link .account-section-link:not(.address)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.account-section-head--link .account-section-link.address {
  padding-right: 0;
}
/*
.account-empty-box {
  padding: 18px 20px;
  border: 1px solid rgba(0, 25, 79, 0.08);
  border-radius: 10px;
  background: #fff;
  color: #50607d;
}
*/
/* Orders accordion */
.account-orders-accordion {
  border: 1px solid rgba(0, 25, 79, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.account-order-card + .account-order-card {
  position: relative;
  border-top: none;
}

.account-order-card + .account-order-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: rgba(0, 25, 79, 0.08);
}

.account-orders-head,
.account-order-summary {
  display: grid;
  grid-template-columns: 56px 300px 160px 140px 1fr 54px;
  gap: 10px;
  align-items: center;
  padding: 16px;
}

.account-order-product {
  display: grid;
  grid-template-columns: 56px 40px 250px 160px 140px 54px;
  gap: 10px;
  align-items: center;
}

.account-order-card.has-toggle .account-order-summary {
  cursor: pointer;
}

.account-order-col {
  min-width: 0;
  display: flex;
  gap: 8px;
}

.account-order-col--date {
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}

.account-order-id {
  color: #000;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}

.account-order-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account-order-thumbs img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(0, 25, 79, 0.08);
}

.account-order-single-title {
  font-size: 15px;
  line-height: 1.4;
  color: #1e2430;
}

.account-order-total {
  color: #000;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}

.account-order-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 24px;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  border-radius: 4px;
  background: rgba(255, 204, 0, 0.3);
}

.account-order-badge--success {
  background: #cdeed6;
}

.account-order-badge--warning {
  background: #f7e8a6;
}

.account-order-badge--danger {
  background: #f3c2b2;
}

.account-order-badge--default {
  background: #eceef3;
}

/*
.account-order-badge--pending {
  background: #eceef3;
  color: #3f4654;
}

.account-order-badge--new {
  background: #e9f0ff;
  color: #1f4aa8;
}

.account-order-badge--accepted {
  background: #dff1ff;
  color: #176b8a;
}

.account-order-badge--preparing {
  background: #fff1cc;
  color: #8a6700;
}

.account-order-badge--shipping {
  background: #f7e8a6;
  color: #705500;
}

.account-order-badge--branch {
  background: #ffe7b8;
  color: #8a5300;
}

.account-order-badge--payment {
  background: #ffe9c7;
  color: #8b5e00;
}

.account-order-badge--cod {
  background: #ffe3bf;
  color: #8a4d00;
}

.account-order-badge--delivered {
  background: #cfeecf;
  color: #1d6b35;
}

.account-order-badge--received {
  background: #cdeed6;
  color: #1e6b42;
}

.account-order-badge--done {
  background: #d7f4df;
  color: #1e6b42;
}

.account-order-badge--return {
  background: #f4e3ff;
  color: #6a2f91;
}

.account-order-badge--custom {
  background: #e7e4ff;
  color: #4a3ca6;
}

.account-order-badge--changed {
  background: #e3f0ff;
  color: #225b99;
}

.account-order-badge--issued {
  background: #d9f0ea;
  color: #1f6b5a;
}

.account-order-badge--canceled {
  background: #f3c2b2;
  color: #8a2f1c;
}

.account-order-badge--declined {
  background: #f6d0c7;
  color: #8a2f1c;
}

.account-order-badge--failed {
  background: #f5c7c7;
  color: #8a1f1f;
}

.account-order-badge--refused {
  background: #f4caca;
  color: #8a1f1f;
}

.account-order-badge--expired {
  background: #ead1d1;
  color: #7a2d2d;
}

.account-order-badge--disposed {
  background: #ddd;
  color: #555;
}

.account-order-badge--deleted {
  background: #d8d8d8;
  color: #4f4f4f;
}

.account-order-badge--waiting {
  background: #eceef3;
  color: #586070;
}
*/

.account-order-toggle-btn {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.account-order-toggle-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform 0.28s ease;
}

.account-order-card.is-open .account-order-toggle-btn span {
  transform: translate(-50%, -35%) rotate(-135deg);
}

.account-order-details {
  display: none;
  padding: 16px;
}
/*
.account-order-details-inner {
  padding-top: 10px;
}
*/

.account-order-product + .account-order-product {
  margin-top: 14px;
}

.account-order-product-image img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(0, 25, 79, 0.15);
}

.account-order-product-name {
  color: #000;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
}

.account-order-product-total {
  color: #000;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}

/* Wishlist cards buttons */
.account-product-price-wrap {
  margin-top: auto;
  padding-top: 12px;
}

.account-product-old-price {
  margin-bottom: 4px;
  color: #9aa2b1;
  font-size: 14px;
  text-decoration: line-through;
}

.account-product-remove {
  width: 48px;
  height: 48px;
  background: #f3f4f7;
  border-radius: 10px;
  flex: 0 0 48px;
}

.account-product-remove::before,
.account-product-remove::after {
  content: '';
  position: absolute;
}

.account-product-remove {
  position: relative;
}

.account-product-remove::before {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #1d2950;
  transform: translate(-50%, -50%) rotate(45deg);
}

.account-product-remove::after {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #1d2950;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1399px) {
  .sc-account-module .sc-column-categories-item.active > a::before,
  .sc-account-module .sc-column-categories-item > a.active::before,
  .sc-account-module .sc-column-categories-item > a[aria-current='page']::before,
  .sc-account-module .sc-column-categories-item > a::after {
    display: none;
  }

  [id^='account-'] .sc-account-row {
    flex-direction: column;
  }

  [id^='account-'] .sc-account-row #column-left,
  [id^='account-'] .sc-account-row #content {
    width: 100%;
  }

  [id^='account-'] .content-block,
  #oct_stock_notifier .content-block {
    border-radius: 0;
  }

  .account-dashboard-sections {
    gap: 0;
  }

  #account-account,
  #account-order,
  #account-edit,
  #account-password,
  #account-address,
  #account-wishlist,
  #oct_stock_notifier,
  #account-login {
    padding-top: 32px;
  }

  #account-edit .content-block,
  #account-password .content-block,
  #account-address .content-block,
  #account-login .content-block,
  #account-order .content-block,
  #oct_stock_notifier .content-block,
  #account-wishlist .content-block,
  #account-account .content-block {
    padding: 0 !important;
  }
  /*
  .sc-account-module .sc-column-categories-item.active > a,
  .sc-account-module .sc-column-categories-item > a.active,
  .sc-account-module .sc-column-categories-item > a[aria-current='page'] {
    background: #fff;
  }
*/
  .sc-account-module {
    margin-bottom: 8px;
    max-width: 100%;
    border: 0 !important;
  }

  .sc-account-module .sc-column-categories-item.logout.desktop {
    display: none;
  }

  .sc-account-module .sc-column-categories-item.logout .sc-account-module-icon,
  .sc-account-module .sc-column-categories-item.logout.mobile {
    display: block;
  }

  .sc-account-module .sc-column-categories-item.logout > a {
    border: 0;
  }

  .sc-account-module .sc-column-categories-item.logout.mobile {
    border-bottom: 1px solid rgba(0, 25, 79, 0.05);
  }

  .sc-account-module .sc-column-categories-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 9px;
    border: 0;
  }

  .sc-account-module .sc-column-categories-item {
    border-radius: 6px;
    border: 1px solid rgba(0, 25, 79, 0.05);
  }

  .sc-account-module .sc-column-categories-item:last-child {
    border-bottom: 1px solid rgba(0, 25, 79, 0.05);
  }

  .sc-account-module .sc-column-categories .sc-column-categories-item:not(:last-child) {
    border: 1px solid rgba(0, 25, 79, 0.05);
    border-radius: 6px;
  }

  .sc-account-module .sc-column-categories-item > a {
    padding: 12px 8px;
    min-height: 50px;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.3;
    border-bottom: 0;
    border-radius: 6px;
  }

  .sc-account-module .sc-column-categories-item {
    min-height: 48px;
  }

  .sc-account-module .sc-account-module-icon {
    margin-right: 8px !important;
  }

  .account-page-head,
  .account-section-head {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(0, 25, 79, 0.15);
    border-bottom: 0;
  }

  .is-not-logged .account-page-head {
    padding-top: 0;
    border-top: 0;
  }

  .account-page-title,
  .account-section-title,
  [id^='account-'] legend.h3,
  [id^='account-'] .h3.mt-0,
  #oct_stock_notifier .h3.mt-0,
  #account-order .h5,
  #account-order .h3 {
    font-size: 24px;
  }

  .account-address-grid,
  .account-product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .account-address-card {
    padding: 18px;
    position: relative;
    min-height: 170px;
    padding: 16px;
    border-radius: 6px;
    background: rgba(0, 25, 79, 0.05);
  }

  .sc-account-table,
  #oct_stock_notifier .table-responsive-sm,
  #account-order .table-responsive {
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  .sc-account-table table,
  .sc-account-table thead,
  .sc-account-table tbody,
  .sc-account-table tr,
  .sc-account-table th,
  .sc-account-table td,
  #oct_stock_notifier table,
  #oct_stock_notifier thead,
  #oct_stock_notifier tbody,
  #oct_stock_notifier tr,
  #oct_stock_notifier th,
  #oct_stock_notifier td {
    display: block;
    width: 100%;
  }

  .sc-account-table thead,
  #oct_stock_notifier thead {
    display: none;
  }

  .sc-account-table tbody tr,
  #oct_stock_notifier tbody tr {
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid rgba(0, 25, 79, 0.08);
    border-radius: 10px;
    background: #fff;
  }

  .sc-account-table tbody td,
  #oct_stock_notifier tbody td {
    padding: 6px 0 !important;
    border: 0;
  }
}

@media (max-width: 1199px) {
  .account-order-summary {
    grid-template-columns: 80px minmax(220px, 1fr) 140px 120px 130px 42px;
    gap: 14px;
  }
}

@media (max-width: 991px) {
  .account-order-product-spacer {
    display: none;
  }

  .account-order-summary {
    padding-right: 50px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .account-order-col--arrow {
    position: absolute;
    top: 18px;
    right: 16px;
  }

  .account-order-card {
    position: relative;
  }

  .account-order-product {
    grid-template-columns: 48px 1fr;
  }

  .account-order-product-total {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .account-dashboard-sections {
    gap: 28px;
  }

  .account-section-head--link {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-address-grid,
  .account-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-order-id {
    font-size: 18px;
  }

  .account-order-total {
    font-size: 16px;
  }

  .account-order-details {
    padding: 0 16px 18px;
  }
}

@media (max-width: 575px) {
  .account-address-grid,
  .account-product-grid {
    grid-template-columns: 1fr;
  }
}

.account-orders-head {
  background: rgba(0, 25, 79, 0.05);
}

.account-orders-head-col {
  min-width: 0;
  color: rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}

@media (max-width: 1199px) {
  .account-orders-head {
    grid-template-columns: 80px minmax(220px, 1fr) 140px 120px 130px 42px;
    gap: 14px;
  }
}

@media (max-width: 991px) {
  .account-orders-head {
    display: none;
  }
}

/* Account close Modal */
body.account-modal-open {
  overflow: hidden;
}

.account-logout-modal {
  position: fixed;
  inset: 0;
  z-index: 12230;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.account-logout-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.account-logout-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 43, 99, 0.3);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.account-logout-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  padding: 56px 32px 32px;
  border-radius: 16px;
  background: #fff;
  transform: translateY(20px) scale(0.96);
  box-shadow: 0 4px 80px 0 rgba(14, 43, 99, 0.3);
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.account-logout-modal.is-visible .account-logout-modal__overlay {
  opacity: 1;
}

.account-logout-modal.is-visible .account-logout-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.account-logout-modal__close {
  position: absolute;
  top: 25px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.account-logout-modal__close svg {
  display: block;
}

.account-logout-modal__title {
  margin: 0 0 40px;
  color: #0e2b63;
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
}

.account-logout-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}

.account-logout-modal__cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 20px;
  border: 0;
  background: transparent;
  color: #e64800;
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
}

.account-logout-modal__confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid rgba(230, 72, 0, 0.05);
  background: #e64800;
  color: #fff;
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.account-logout-modal__confirm:hover {
  background: #d44100;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  .account-logout-modal {
    padding: 16px;
  }

  .account-logout-modal__dialog {
    max-width: 100%;
  }

  .account-logout-modal__title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .account-logout-modal__cancel,
  .account-logout-modal__confirm {
    font-size: 14px;
  }
}

/* account favorite/notifier cards */
.account-fav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.is-not-logged .account-fav-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.product-layout,
[id^='account-'] .product-layout .content-block {
  border-radius: 8px;
}

.product-layout {
  border: 1px solid rgba(0, 25, 79, 0.1);
  background: #fff;
}

#account-wishlist .product-layout .content-block {
  padding: 8px !important;
}

.product-layout .sc-module-img {
  margin-bottom: 8px;
}

.product-layout .sc-module-info > a {
  color: #000;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.product-layout .sc-module-info > a:hover {
  text-decoration: none;
}

.product-layout .moduleproduct-manufacturer {
  margin-top: 8px;
  color: #000;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}

.product-layout .sc-module-cart {
  gap: 10px;
}

.product-layout .sc-module-cart .sc-btn.sc-btn-primary {
  padding: 4px;
  min-height: 48px;
}

.product-layout .sc-module-price-box {
  color: #000;
  font-family: 'Onest', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.account-fav-slider-wrap {
  overflow: hidden;
}

.account-fav-slider .swiper-slide {
  height: auto;
}

.account-fav-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px;
  border: 1px solid rgba(0, 25, 79, 0.1);
  border-radius: 8px;
  background: #fff;
}

.account-fav-card__top {
  position: relative;
}

.account-fav-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin-bottom: 12px;
}

.account-fav-card__image img {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 220px;
  object-fit: contain;
}

.account-fav-card__btns {
  position: absolute;
  top: 8px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}

.account-fav-card__icon {
  width: 40px;
  height: 40px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 4.667px;
  border: 1px solid rgba(0, 25, 79, 0.03);
  background: #f2f3f6;
}

.account-fav-card__icon::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.account-fav-card__icon--wishlist::before {
  width: 20px;
  height: 20px;
  background-image: url('../img/wishlist-new.png');
}

.account-fav-card__icon--compare::before {
  width: 20px;
  height: 20px;
  background-image: url('../img/compare-new.png');
}

.account-fav-card__icon--wishlist.is-active {
  background: #fff;
}

.account-fav-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.account-fav-card__title {
  margin-bottom: 8px;
  color: #000;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
}

.account-fav-card__brand {
  margin-bottom: 8px;
}

.account-fav-card__brand,
.account-fav-card__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #000;
}

.account-fav-card__old-price {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 130%;
  text-decoration: line-through;
}

.account-fav-card__price {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #000;
  margin-top: auto;
}

.account-fav-card__notify-status {
  margin-top: 12px;
}

.account-fav-card__bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.account-fav-card__cart {
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #e64800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-fav-card__cart svg {
  width: 40px;
  height: 40px;
}

.account-fav-card__cart--remove {
  width: auto;
  min-width: 120px;
  padding: 8px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
}

.account-fav-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.account-fav-slider-prev,
.account-fav-slider-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 25, 79, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.account-fav-slider-prev.swiper-button-disabled,
.account-fav-slider-next.swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* color circles */
.account-fav-card .sp-product-groups-list-holder {
  margin-bottom: 16px;
}

.account-fav-card .sp-product-groups-list {
  position: relative;
}

.account-fav-card .sp-product-groups-list-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.account-fav-card .sp-product-groups-list.expanded .sp-product-groups-list-wrap {
  flex-wrap: wrap;
}

.account-fav-card .sp-product-groups-color {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid rgba(0, 25, 79, 0.15);
  border-radius: 50%;
  overflow: hidden;
}

.account-fav-card .sp-product-groups-color.current {
  box-shadow: 0 0 0 2px #000;
}

.account-fav-card .sp-product-groups-color-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.account-fav-card .sp-product-groups-color .first-color,
.account-fav-card .sp-product-groups-color .second-color {
  width: 100%;
  height: 100%;
}

.account-fav-card .sp-product-group-expand,
.account-fav-card .sp-product-group-hide {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 25, 79, 0.15);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  background: #f7f7f7;
  cursor: pointer;
}

.account-fav-card .sp-product-group-hide {
  display: none;
}

.account-fav-card .sp-product-groups-list.expanded .sp-product-group-expand {
  display: none;
}

.account-fav-card .sp-product-groups-list.expanded .sp-product-group-hide {
  display: inline-flex;
}

@media (max-width: 1399px) {
  .is-not-logged .account-fav-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .account-fav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .is-not-logged .account-fav-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .product-layout .sc-module-cart .sc-btn.sc-btn-primary {
    min-height: 36px;
  }

  .is-not-logged .account-fav-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .account-fav-card__image {
    min-height: 150px;
  }

  .account-fav-card__image img {
    max-width: 150px;
    max-height: 150px;
  }

  .account-fav-card__title {
    font-size: 14px;
  }

  .account-fav-card__price {
    font-size: 16px;
  }

  .account-fav-card__icon {
    width: 36px;
    height: 36px;
  }
}
/*
.account-product-item .sc-wishlist-btn.is-active .sc-btn-icon-wishlist {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODY3NzUgOC4wNDJMNy42NjE1OSAxMy40ODQ3QzcuODA2NzQgMTMuNjIxIDcuODc5MzEgMTMuNjg5MiA3Ljk1ODIzIDEzLjcyMzhDOC4wODYxMiAxMy43Nzk4IDguMjMxNTkgMTMuNzc5OCA4LjM1OTQ3IDEzLjcyMzhDOC40MzgzOSAxMy42ODkyIDguNTEwOTcgMTMuNjIxIDguNjU2MTEgMTMuNDg0N0wxNC40NSA4LjA0MkMxNi4wODAxIDYuNTEwNjUgMTYuMjc4MSAzLjk5MDY1IDE0LjkwNyAyLjIyMzU1TDE0LjY0OTIgMS44OTEyN0MxMy4wMDkxIC0wLjIyMjY5MyA5LjcxNjg4IDAuMTMxODM1IDguNTY0NDEgMi41NDY1M0M4LjQwMTYyIDIuODg3NjIgNy45MTYwOSAyLjg4NzYyIDcuNzUzMyAyLjU0NjUzQzYuNjAwODMgMC4xMzE4MzUgMy4zMDg2MiAtMC4yMjI2OTEgMS42Njg0NyAxLjg5MTI4TDEuNDEwNjggMi4yMjM1NUMwLjAzOTY0MzggMy45OTA2NiAwLjIzNzYwMSA2LjUxMDY1IDEuODY3NzUgOC4wNDJaIiBmaWxsPSIjMDAxOTRGIiBzdHJva2U9IiMwMDE5NEYiLz4KPC9zdmc+Cg==") !important;
}
*/

.account-fav-grid--dashboard {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

#account-account .account-fav-grid--dashboard .product-layout .content-block {
  padding: 8px !important;
}

#account-account .account-fav-grid--dashboard .sc-module-img {
  margin-bottom: 8px;
}

#account-account .account-fav-grid--dashboard .sc-module-cart {
  margin-top: auto;
}

@media (max-width: 1199px) {
  .account-fav-grid--dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .account-fav-grid--dashboard {
    grid-template-columns: 1fr;
  }
}

/* HPMrr in account product cards */
.account-product-item .hpm-block-cat {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 25, 79, 0.15);
}

.account-product-item .column-custom3,
.account-product-item .column-custom1,
.account-product-item .column-custom2,
.account-product-item .column-custom4 {
  margin: 0;
}

.account-product-item .hpm-button-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.account-product-item .hpm-button,
.account-product-item .hpm-button:link,
.account-product-item .hpm-button:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid transparent;
  background: transparent;
  padding: 0;
  overflow: hidden;
  transition: all 200ms;
}

.account-product-item .hpm-button img,
.account-product-item .hpm-button .img-resp {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.account-product-item .hpm-button.active,
.account-product-item .hpm-button.is-active,
.account-product-item .hpm-button[aria-current='true'] {
  border-color: #000;
}

.account-product-item .hpm-button:not(.active):hover {
  border-color: #000;
}

.hpm-block-cat .hpm-button {
  padding: 4px;
}

.hpm-button:hover,
.hpm-block li:hover {
  text-decoration: none;
  border-color: #000;
  opacity: 1;
}
