:root {
  --vc-app-bg: #f6f4f1;
  --vc-app-card: #ffffff;
  --vc-app-ink: #162033;
  --vc-app-muted: #6f7785;
  --vc-app-line: #ece7df;
  --vc-app-soft: #f7f3ed;
  --vc-app-brand: #b19874;
  --vc-app-brand-dark: #8f7859;
}

.vc-mobile-app-bar {
  display: none;
}

.vc-account-mobile {
  display: none;
}

.vc-account-subpage-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin: 0 0 16px;
  padding: 0 16px;
  border: 1px solid var(--vc-app-line, #ece7df);
  border-radius: 8px;
  background: #fff;
  color: var(--vc-app-ink, #162033) !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(22, 32, 51, .03);
  cursor: pointer;
}

.vc-account-subpage-back i {
  color: var(--vc-app-brand-dark, #8f7859);
  font-size: 22px;
}

.vc-account-subpage-back span {
  min-width: 0;
}

html.vc-account-subpage-has-back #content > h1.page-title,
html.vc-account-subpage-has-back .site-wrapper > h1.page-title {
  display: none !important;
}

html[class*="route-account-"] .site-wrapper .btn.btn-primary {
  border-color: var(--vc-app-brand-dark, #8f7859) !important;
  background: var(--vc-app-brand, #b19874) !important;
  color: #fff !important;
}

html.route-account-login .global-wrapper > header,
html.route-account-login .breadcrumbs,
html.route-account-login #content > h1.page-title,
html.route-account-login .site-wrapper > h1.page-title,
html.route-account-login footer,
html.route-account-login .vc-mobile-app-bar {
  display: none !important;
}

html.route-account-login body {
  background: var(--vc-app-bg);
}

html.route-account-login .site-wrapper {
  min-height: 100vh;
  background: var(--vc-app-bg);
}

html.route-account-login #account-login {
  width: 100%;
  max-width: none;
  padding: 28px 16px 52px;
}

html.route-account-login #account-login .row {
  margin: 0;
}

html.route-account-login #account-login [class*="col-"],
html.route-account-login #account-login #content {
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 0;
}

.vc-auth-shell {
  width: min(100%, 540px);
  min-height: min(780px, calc(100vh - 56px));
  margin: 0 auto;
  padding: 28px 32px 36px;
  border: 1px solid var(--vc-app-line);
  border-radius: 14px;
  background: #fff;
  color: var(--vc-app-ink);
  box-shadow: 0 18px 48px rgba(22, 32, 51, .08);
}

.vc-auth-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 38px;
}

.vc-auth-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.vc-auth-logo img {
  display: block;
  width: 155px;
  height: auto;
}

.vc-auth-icon-button {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #2c2f36 !important;
  font-size: 30px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
}

.vc-auth-icon-button:hover,
.vc-auth-icon-button:focus {
  background: var(--vc-app-soft);
  color: var(--vc-app-ink) !important;
}

.vc-auth-back {
  left: -8px;
}

.vc-auth-close {
  right: -8px;
}

.vc-auth-title {
  margin: 0 0 28px;
  color: var(--vc-app-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.vc-auth-form {
  display: grid;
  gap: 18px;
}

.vc-auth-field {
  display: grid;
  gap: 8px;
}

.vc-auth-field label {
  margin: 0;
  color: var(--vc-app-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

.vc-auth-field label span {
  color: var(--vc-app-brand-dark);
}

.vc-auth-field input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid #dedede;
  border-radius: 7px;
  background: #fff;
  color: var(--vc-app-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: none;
}

.vc-auth-field input:focus {
  border-color: var(--vc-app-brand);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(177, 152, 116, .14);
}

.vc-auth-field input.is-invalid {
  border-color: #d63f3f;
  box-shadow: 0 0 0 3px rgba(214, 63, 63, .1);
}

.vc-auth-field--readonly input {
  padding-right: 52px;
}

.vc-auth-input-action {
  position: relative;
}

.vc-auth-input-action button {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--vc-app-muted);
  font-size: 19px;
  line-height: 1;
}

.vc-auth-input-action button:hover,
.vc-auth-input-action button:focus {
  background: var(--vc-app-soft);
  color: var(--vc-app-brand-dark);
}

.vc-auth-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  margin-top: 6px;
  padding: 0 22px;
  border: 1px solid var(--vc-app-brand);
  border-radius: 7px;
  background: var(--vc-app-brand);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.vc-auth-primary:hover,
.vc-auth-primary:focus {
  border-color: var(--vc-app-brand-dark);
  background: var(--vc-app-brand-dark);
  color: #fff;
}

.vc-auth-primary:disabled {
  border-color: #c9c2b8;
  background: #c9c2b8;
  cursor: wait;
}

.vc-auth-forgot {
  justify-self: end;
  color: var(--vc-app-ink) !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.vc-auth-guest-note {
  margin: 26px 0 0;
  color: var(--vc-app-ink);
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.vc-auth-guest-note a {
  color: var(--vc-app-ink) !important;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.vc-auth-check {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 2px 0 0;
  color: var(--vc-app-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.vc-auth-check input {
  width: 22px;
  height: 22px;
  margin: 1px 0 0;
  accent-color: var(--vc-app-brand);
}

.vc-auth-check a {
  color: var(--vc-app-ink) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.vc-auth-check em {
  color: var(--vc-app-muted);
  font-style: normal;
  font-weight: 750;
}

.vc-auth-check--legacy {
  margin: 0 0 12px;
}

.vc-auth-captcha {
  max-width: 100%;
  overflow: hidden;
}

.vc-auth-message {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.vc-auth-message--success {
  border: 1px solid #cfe9d7;
  background: #f1fbf4;
  color: #236d3d;
}

.vc-auth-message--danger {
  border: 1px solid #f0caca;
  background: #fff4f4;
  color: #aa2f2f;
}

.vc-auth-error {
  color: #bd3232;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

html.route-account-logout #content > h1.page-title,
html.route-account-logout .site-wrapper > h1.page-title {
  display: none !important;
}

.vc-logout-shell {
  display: flex;
  justify-content: center;
  padding: 28px 0 44px;
}

.vc-logout-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px 20px;
  width: min(100%, 760px);
  padding: 28px;
  border: 1px solid var(--vc-app-line, #ece7df);
  border-radius: 12px;
  background: #fff;
  color: var(--vc-app-ink, #162033);
  box-shadow: 0 18px 42px rgba(22, 32, 51, .08);
}

.vc-logout-card__mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: var(--vc-app-soft, #f7f3ed);
  color: var(--vc-app-brand-dark, #8f7859);
  font-size: 28px;
}

.vc-logout-card__body {
  min-width: 0;
}

.vc-logout-card__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--vc-app-brand-dark, #8f7859);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vc-logout-card__title {
  margin: 0 0 8px;
  color: var(--vc-app-ink, #162033);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
}

.vc-logout-card__message {
  color: var(--vc-app-muted, #6f7785);
  font-size: 16px;
  line-height: 1.55;
}

.vc-logout-card__message p {
  margin: 0;
}

.vc-logout-card__notes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vc-logout-card__note {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--vc-app-line, #ece7df);
  border-radius: 10px;
  background: #fbfaf8;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.vc-logout-card__note i {
  display: inline-flex;
  justify-content: center;
  color: var(--vc-app-brand, #b19874);
  font-size: 20px;
  line-height: 1.2;
}

.vc-logout-card__actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vc-logout-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--vc-app-brand, #b19874);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.vc-logout-card__button--primary {
  background: var(--vc-app-brand, #b19874);
  color: #fff !important;
}

.vc-logout-card__button--secondary {
  background: #fff;
  color: var(--vc-app-brand-dark, #8f7859) !important;
}

@media (max-width: 767px) {
  :root {
    --vc-app-bg: #f5f5f5;
    --vc-app-card: #ffffff;
    --vc-app-ink: #162033;
    --vc-app-muted: #6f7785;
    --vc-app-line: #ece7df;
    --vc-app-brand: #b19874;
    --vc-app-brand-dark: #8f7859;
    --vc-app-soft: #f7f3ed;
    --vc-app-green: #198754;
  }

  body {
    background: var(--vc-app-bg) !important;
  }

  footer {
    display: none !important;
  }

  html.route-account-login body,
  html.route-account-login .site-wrapper {
    background: #fff !important;
  }

  html.route-account-login #account-login {
    padding: 0 !important;
  }

  .vc-auth-shell {
    width: 100%;
    min-height: 100vh;
    padding: 26px 27px 42px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .vc-auth-header {
    min-height: 50px;
    margin-bottom: 42px;
  }

  .vc-auth-logo img {
    width: 145px;
  }

  .vc-auth-back {
    left: -10px;
  }

  .vc-auth-close {
    right: -10px;
  }

  .vc-auth-title {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .vc-auth-form {
    gap: 17px;
  }

  .vc-auth-field input {
    min-height: 58px;
    font-size: 16px;
  }

  .vc-auth-primary {
    min-height: 58px;
    font-size: 18px;
  }

  .vc-auth-guest-note {
    margin-top: 28px;
    font-size: 16px;
  }

  .vc-mobile-app-bar {
    position: sticky;
    top: 0;
    z-index: 1080;
    display: grid;
    grid-template-columns: 38px minmax(104px, 1fr) repeat(4, 34px);
    align-items: center;
    gap: 8px;
    height: 58px;
    padding: 8px 10px;
    border-bottom: 1px solid var(--vc-app-line);
    background: #fff;
  }

  html.route-product-product .vc-mobile-app-bar,
  html.route-product-search .vc-mobile-app-bar,
  html.route-product-category .vc-mobile-app-bar,
  html.route-product-special .vc-mobile-app-bar,
  html.route-product-manufacturer-info .vc-mobile-app-bar {
    display: none;
  }

  .vc-mobile-app-bar__logo {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 42px;
    color: var(--vc-app-ink);
    font-size: 20px;
    font-weight: 900;
    text-decoration: none !important;
  }

  .vc-mobile-app-bar__logo img {
    display: block;
    width: auto;
    max-width: 128px;
    max-height: 34px;
    object-fit: contain;
  }

  .vc-mobile-app-bar__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--vc-app-ink);
    font-size: 24px;
    line-height: 1;
    text-decoration: none !important;
  }

  .vc-mobile-app-bar .vc-mobile-app-bar__menu {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .vc-mobile-app-bar__menu span,
  .vc-mobile-app-bar__menu span::before,
  .vc-mobile-app-bar__menu span::after {
    display: block !important;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: var(--vc-app-ink);
    content: "";
  }

  .vc-mobile-app-bar__menu span {
    position: relative;
  }

  .vc-mobile-app-bar__menu span::before,
  .vc-mobile-app-bar__menu span::after {
    position: absolute;
    left: 0;
  }

  .vc-mobile-app-bar__menu span::before {
    top: -8px;
  }

  .vc-mobile-app-bar__menu span::after {
    top: 8px;
  }

  .vc-mobile-app-bar__cart-count {
    position: absolute;
    top: 4px;
    right: -2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--vc-app-brand);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 18px;
  }

  .vc-mobile-app-bar__cart-count.count-zero {
    display: none !important;
  }

  .mobile-main-menu-container .collapse.in,
  .mobile-main-menu-container .collapse.show {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) .global-wrapper > header,
  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) .notice-module,
  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) .site-wrapper > .page-title,
  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) .site-wrapper > .breadcrumbs,
  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) footer {
    display: none !important;
  }

  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) .global-wrapper {
    margin-bottom: 0 !important;
  }

  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) .site-wrapper {
    margin-top: 0 !important;
    background: var(--vc-app-bg);
  }

  html.route-common-home .grid-row-top-2 {
    padding-top: 12px !important;
  }

  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) .site-wrapper > .container {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 12px 32px !important;
    background: var(--vc-app-bg);
  }

  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) .site-wrapper > .container > .row,
  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) #content {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) #column-left,
  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) #column-right,
  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) #content-top,
  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) #content-bottom {
    display: none !important;
  }

  html:not(.route-account-account):not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) #content > h1.page-title,
  html:not(.route-account-account):not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) #content > .title.page-title {
    display: block !important;
    margin: 0 -12px 12px !important;
    padding: 20px 16px 14px !important;
    border-bottom: 1px solid var(--vc-app-line);
    background: #fff !important;
    color: var(--vc-app-ink) !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }

  html:not(.route-product-product):not(.route-product-search):not(.route-product-category):not(.route-product-special):not(.route-product-manufacturer-info) .alert {
    margin: 12px 0 !important;
    border-radius: 12px !important;
    font-size: 14px;
    line-height: 1.45;
  }

  .account-page .my-account,
  .account-page .my-cards,
  .account-page .my-orders,
  .account-page .my-newsletter,
  .login-box .well,
  #account-register form,
  #account-edit form,
  #account-password form,
  #account-address form,
  #account-newsletter form,
  #account-forgotten form,
  #account-reset form,
  #account-return form,
  #account-voucher form,
  #information-contact .panel,
  #information-contact form,
  #information-information #content,
  #information-sitemap #content,
  #product-manufacturer .brand-index,
  #product-compare .table-responsive,
  .blog-home .category-description,
  .blog-post .post-details,
  .blog-post .post-comments,
  #common-success .card-payment-success,
  #common-success .bank-transfer-success {
    margin: 12px 0 !important;
    padding: 16px !important;
    border: 1px solid var(--vc-app-line) !important;
    border-radius: 14px !important;
    background: var(--vc-app-card) !important;
    box-shadow: 0 10px 28px rgba(22, 32, 51, .06) !important;
  }

  .login-box {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .login-box > [class*="col-"] {
    width: 100% !important;
    padding: 0 !important;
  }

  .account-page h2.title,
  .login-box h2.title,
  #information-contact h2.title,
  .blog-post .post-comments h3.title,
  .comment-form h3.title,
  legend {
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--vc-app-ink) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
  }

  .account-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
  }

  .account-list li {
    margin: 0 !important;
  }

  .account-list a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 12px 42px 12px 14px;
    border: 1px solid var(--vc-app-line);
    border-radius: 12px;
    background: #fff;
    color: var(--vc-app-ink) !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
  }

  .account-list a::after {
    position: absolute;
    right: 16px;
    color: var(--vc-app-muted);
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
  }

  .form-horizontal .form-group,
  form .form-group {
    display: block !important;
    margin: 0 0 14px !important;
  }

  .form-horizontal .control-label,
  form .control-label {
    display: block !important;
    width: auto !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: var(--vc-app-ink);
    font-size: 13px;
    font-weight: 800;
    text-align: left !important;
  }

  .form-horizontal [class*="col-"],
  form [class*="col-"] {
    width: 100% !important;
    padding: 0 !important;
  }

  .form-control,
  select.form-control,
  textarea.form-control {
    min-height: 46px;
    border: 1px solid #e1ddd6 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--vc-app-ink) !important;
    font-size: 15px !important;
  }

  textarea.form-control {
    min-height: 118px;
  }

  .buttons,
  .buttons.clearfix {
    display: grid !important;
    gap: 10px;
    margin: 14px 0 0 !important;
  }

  .buttons .pull-right,
  .buttons .pull-left {
    float: none !important;
    width: 100% !important;
  }

  .btn,
  button.btn,
  a.btn {
    min-height: 44px;
    border-radius: 12px !important;
    font-weight: 850 !important;
  }

  .btn-primary {
    border-color: var(--vc-app-brand) !important;
    background: var(--vc-app-brand) !important;
    color: #fff !important;
  }

  .btn-info {
    border-color: #d7c8b5 !important;
    background: var(--vc-app-soft) !important;
    color: var(--vc-app-ink) !important;
  }

  .table-responsive {
    margin: 12px 0 !important;
    border: 0 !important;
    overflow: visible !important;
  }

  .table.vc-mobile-card-table,
  .table.vc-mobile-card-table tbody,
  .table.vc-mobile-card-table tr,
  .table.vc-mobile-card-table td {
    display: block !important;
    width: 100% !important;
  }

  .table.vc-mobile-card-table {
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .table.vc-mobile-card-table thead {
    display: none !important;
  }

  .table.vc-mobile-card-table tr {
    margin: 0 0 12px !important;
    padding: 14px !important;
    border: 1px solid var(--vc-app-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(22, 32, 51, .06) !important;
  }

  .table.vc-mobile-card-table td {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 34px;
    padding: 7px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #f0eee9 !important;
    color: var(--vc-app-ink);
    font-size: 14px;
    text-align: right !important;
    overflow-wrap: anywhere;
  }

  .table.vc-mobile-card-table td:last-child {
    border-bottom: 0 !important;
  }

  .table.vc-mobile-card-table td::before {
    flex: 0 0 42%;
    color: var(--vc-app-muted);
    font-size: 12px;
    font-weight: 900;
    text-align: left;
    text-transform: none;
    content: attr(data-vc-label);
  }

  .table.vc-mobile-card-table td.td-image,
  .table.vc-mobile-card-table td:has(img) {
    justify-content: center;
    text-align: center !important;
  }

  .table.vc-mobile-card-table td.td-image::before,
  .table.vc-mobile-card-table-no-labels td::before,
  .table.vc-mobile-card-table td:has(img)::before {
    display: none;
  }

  .table.vc-mobile-card-table-no-labels td {
    justify-content: flex-start;
    text-align: left !important;
  }

  .table.vc-mobile-card-table img {
    max-width: 92px;
    border-radius: 10px;
  }

  .pagination-results {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px;
    margin: 14px 0 !important;
    color: var(--vc-app-muted);
    text-align: center;
  }

  .pagination-results > [class*="col-"] {
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  }

  html:not(.route-common-home):not(.route-product-category):not(.route-product-search):not(.route-product-special):not(.route-product-manufacturer-info) .module-products .product-grid:not(.swiper-wrapper):not(.auto-grid):not(.ipr-grid) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html:not(.route-common-home):not(.route-product-category):not(.route-product-search):not(.route-product-special):not(.route-product-manufacturer-info) .module-products .product-layout {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }

  html:not(.route-common-home):not(.route-product-category):not(.route-product-search):not(.route-product-special):not(.route-product-manufacturer-info) .module-products .product-thumb {
    overflow: hidden;
    border: 1px solid var(--vc-app-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(22, 32, 51, .06);
  }

  html:not(.route-common-home):not(.route-product-category):not(.route-product-search):not(.route-product-special):not(.route-product-manufacturer-info) .module-products .product-thumb .caption {
    padding: 10px !important;
  }

  html:not(.route-common-home):not(.route-product-category):not(.route-product-search):not(.route-product-special):not(.route-product-manufacturer-info) .module-products .product-thumb .name a {
    display: -webkit-box;
    min-height: 38px;
    overflow: hidden;
    color: var(--vc-app-ink) !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  html:not(.route-common-home):not(.route-product-category):not(.route-product-search):not(.route-product-special):not(.route-product-manufacturer-info) .module-products .product-thumb .price {
    color: var(--vc-app-brand) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
  }

  html.route-common-home .site-wrapper > .container {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  html.route-common-home .grid-row,
  html.route-common-home .module {
    background: transparent !important;
  }

  #product-manufacturer .brand-index p {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
  }

  #product-manufacturer .brand-index a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--vc-app-line);
    border-radius: 999px;
    background: #fff;
    color: var(--vc-app-ink);
    font-weight: 850;
    text-decoration: none !important;
  }

  #product-manufacturer .manufacturer-letter {
    margin: 18px 2px 10px !important;
    color: var(--vc-app-ink) !important;
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  #product-manufacturer .manufacturer {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #product-manufacturer .manufacturer > div {
    width: auto !important;
  }

  #product-manufacturer .image-card {
    display: grid !important;
    gap: 8px;
    min-height: 134px;
    padding: 12px;
    border: 1px solid var(--vc-app-line);
    border-radius: 14px;
    background: #fff;
    color: var(--vc-app-ink);
    font-weight: 850;
    text-align: center;
    text-decoration: none !important;
  }

  #product-manufacturer .image-card img {
    max-width: 100%;
    max-height: 78px;
    object-fit: contain;
    margin: 0 auto;
  }

  html.route-account-account #content > h1.page-title {
    display: none !important;
  }

  html.route-account-logout .site-wrapper > .container {
    padding: 0 16px 28px !important;
    background: #f5f5f5 !important;
  }

  html.route-account-logout #content {
    padding-top: 18px !important;
  }

  html.route-account-logout .breadcrumbs {
    display: none !important;
  }

  .vc-logout-shell {
    padding: 0 0 26px;
  }

  .vc-logout-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(22, 32, 51, .03);
  }

  .vc-logout-card__mark {
    width: 58px;
    height: 58px;
    font-size: 25px;
  }

  .vc-logout-card__title {
    font-size: 23px;
  }

  .vc-logout-card__message {
    font-size: 15px;
  }

  .vc-logout-card__notes {
    grid-template-columns: 1fr;
  }

  .vc-logout-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vc-logout-card__button {
    width: 100%;
  }

  html.vc-account-subpage-has-back #content > h1.page-title,
  html.vc-account-subpage-has-back .site-wrapper > h1.page-title {
    display: none !important;
  }

  html.route-account-account .site-wrapper > .container,
  html.vc-account-subpage-has-back .site-wrapper > .container {
    padding: 0 16px 28px !important;
    background: #f5f5f5 !important;
  }

  html.route-account-account .account-page,
  html.vc-account-subpage-has-back #content {
    padding-top: 18px !important;
  }

  .vc-account-subpage-back {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    min-height: 64px;
    margin: 0 0 12px;
    padding: 0 18px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #fff;
    color: var(--vc-app-ink) !important;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(22, 32, 51, .03);
  }

  .vc-account-subpage-back i {
    color: var(--vc-app-brand-dark);
    font-size: 28px;
  }

  .vc-account-subpage-back span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.route-account-account .account-page .vc-account-desktop {
    display: none !important;
  }

  html.route-account-account .account-page .vc-account-mobile {
    display: grid !important;
    gap: 12px;
    padding-bottom: 26px;
  }

  .vc-account-mobile__profile,
  .vc-account-mobile__section {
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(22, 32, 51, .03);
  }

  .vc-account-mobile__profile {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    min-height: 72px;
    padding: 0 22px;
    color: var(--vc-app-ink) !important;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none !important;
  }

  .vc-account-mobile__profile i {
    color: var(--vc-app-brand-dark);
    font-size: 28px;
  }

  .vc-account-mobile__profile span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vc-account-mobile__section h2 {
    margin: 0;
    padding: 17px 22px 16px;
    border-bottom: 1px solid #eeeeee;
    color: var(--vc-app-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
  }

  .vc-account-mobile__item {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 26px;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 22px;
    color: var(--vc-app-ink) !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none !important;
  }

  .vc-account-mobile__item + .vc-account-mobile__item {
    border-top: 0;
  }

  .vc-account-mobile__item > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: var(--vc-app-brand);
    font-size: 21px;
  }

  .vc-account-mobile__item span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .vc-account-mobile__item em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #f6f6f6;
    color: #8b8f97;
    font-size: 16px;
    font-style: normal;
  }

  .vc-account-mobile__item:active {
    background: #fafafa;
  }

  .blog-home .main-posts {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .blog-home .post-layout,
  .blog-home .post-thumb {
    width: 100% !important;
  }

  .blog-home .post-thumb {
    overflow: hidden;
    border: 1px solid var(--vc-app-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(22, 32, 51, .06);
  }

  .blog-post .post-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px;
  }

  .blog-post .post-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
    color: var(--vc-app-muted);
    font-size: 12px;
    font-weight: 800;
  }

  .blog-post .post-content {
    color: #2b3442;
    font-size: 15px;
    line-height: 1.7;
  }

  #information-contact .store-data {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  #information-contact .store-data > [class*="col-"] {
    width: 100% !important;
    padding: 0 !important;
  }

  #information-contact address {
    margin: 6px 0 0;
    color: #3f4754;
    line-height: 1.55;
  }

  .quick-checkout-wrapper,
  .quick-checkout {
    overflow: visible !important;
  }

  html.route-checkout-checkout .quick-checkout-wrapper {
    margin: 12px 0 24px !important;
    padding: 12px !important;
    border: 1px solid var(--vc-app-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(22, 32, 51, .06);
  }

  html.route-checkout-checkout .quick-checkout .left,
  html.route-checkout-checkout .quick-checkout .right {
    width: 100% !important;
    float: none !important;
  }

  #common-success .card-payment-success__summary,
  #common-success .card-payment-success__steps {
    grid-template-columns: 1fr !important;
  }

  .mobile-filter-trigger,
  .bottom-menu,
  .module-bottom_menu,
  .has-bottom-menu .bottom-menu,
  .has-bottom-menu .module-bottom_menu {
    display: none !important;
  }
}
