:root {
  /* scroll-behavior: auto; */
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../../fonts/PlusJakartaText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../../fonts/PlusJakartaText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../../fonts/PlusJakartaText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../../fonts/PlusJakartaText-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../../fonts/PlusJakartaText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../../fonts/PlusJakartaText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../../fonts/PlusJakartaText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

body {
  overflow-x: hidden;
  color: var(--acre-primary-black);
  font-family: var(--family-body);
  overscroll-behavior: none;
}

.commerce-content-home .main-content {
  background-color: var(--acre-grayscale-light);
}

.background-white {
  background-color: var(--acre-primary-white);
}

@media(min-width: 768px) {
  .commerce-content-inset {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .main-content {
    flex: 1;
  }
}

@media (min-width: 992px) {
  .container-lg-fluid {
    width: 100%;
  }
}

/* Empty text --------------------------- */
.userOrdersEmpty,
.notAvailableAddress,
.paymentCardsContainerEmpty,
.basketEmpty,
.empty-basket-text,
.citiesSelectorContent .notFound,
.miniBasketEmpty,
.stockAlertsNoSubscriptions,
.empty-text,
.basketSelectorsMessage,
.returnsEmpty,
.rewardPointsEmpty,
.salesAgentCustomersOrdersEmpty,
.physicalLocationNoItems,
.vouchersEmpty {
  color: var(--bs-gray-500);
}

/* Required account block --------------- */
.accountRequiredBlock {
  text-align: center;
}

.accountRequiredBlock .questionButtons {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.accountRequiredBlock .questionButtons .questionButton {
  min-width: 100px;
}

/* Modules base system ------------------ */
.module {
  --module-space: 3rem;
  padding-block: calc(var(--module-space) / 2);
}

.module-no-space {
  padding-block: 0;
}

.content-modules>.module.block-full-width:not(.module-no-space):first-child {
  margin-top: calc(var(--module-space) * -1 / 2);
}

.search-criteria:not(:last-of-type)::after {
  content: ', ';
} 

@media (min-width: 1200px) {
  .module {
    --module-space: 4rem;
  }
}

.module-title-link:not(:hover) {
  color: inherit;
}

/* Layouts ------------------------------ */
.col-layout-column {
  display: none;
}

.commerce-content-inset .container-fluid {
  max-width: 2540px;
  width: 100%;
}

@media (min-width: 992px) {

  .main-content.layout-2 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .row-main-content {
    display: grid;
    grid-template-columns: 270px calc(100% - 270px);
    gap: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .col-layout-column {
    display: flex;
  }

  .col-layout-column .col-inset-fixed {
    width: 100%;
  }

  .col-layout-column .col-inset {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .col-layout-column .col-inset>.module-column:first-child {
    padding-top: .75rem;
  }

  .layout-2 .col-layout-content :where(.container, .container-md, .container-lg, .container-xl, .container-xxl) {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .row-main-content {
    gap: 1.5rem;
  }
}

/* User login --------------------------- */
.section-login,
.section-user-lost-pass,
.commerce-content-userLostPassword main {
  background-color: var(--acre-grayscale-light);
}

.section-login .userText,
.section-login .userTitleAnonymous {
  display: none;
}

.section-login .basketButtons {
  padding: 0;
}

.section-login.section-checkout-customer {
  padding-top: 0;
  padding-bottom: 0;
}

.section-login .wrap {
  padding: 2rem 0;
}

.section-login .loginFormCreateAccount {
  display: none;
}

.section-login .loginFormLostPassword,
.section-login #smallLoginLostPassword {
  margin-bottom: -.5rem;
}

.section-login .loginFormModuleField {
  margin-bottom: 1.5rem;
}

.section-login .loginFormSubmitContainer {
  margin-bottom: 1rem;
}

.section-login .loginFormButton,
.section-login :where(#customerFormSubmit, #customerBasketBack) {
  width: 100%;
}

.section-login .loginFormButton,
.userFormContainer.formUser .btn.btn-primary {
  border-radius: 10px;
}

.section-login #customerBasketBack {
  margin-bottom: 0.75rem;
}

.section-login .center-block-tabs {
  max-width: 530px;
  margin: 0 auto;
  background-color: #fff;
  border: 0 solid #eceef3;
  border-radius: 0.75rem;
  box-shadow: 0 3px 3px -1px rgb(10 22 70 / 10%), 0 0 1px 0 rgb(10 22 70 / 6%);
  overflow: hidden;
}

.section-login .tab-content-login {
  padding: 2rem 1.25rem 1.5rem 1.25rem;
}

.section-login .nav-tabs-login {
  border: 0;
}

.section-login .nav-tabs-login>li {
  width: 50%;
}

.section-login .nav-tabs-login>li>a {
  font-size: 16px;
  line-height: 1.1;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
  padding: 1.25rem 1.5rem;
  margin-right: 0;
  border: 0;
  border-radius: 0;
}

.section-login .nav-tabs-login>li>a:not(.active) {
  background-color: var(--acre-grayscale-medium);
}

.section-login .nav-tabs-login>li>a:not(.active):hover {
  background-color: var(--acre-grayscale-medium);
  opacity: .7;
}

.section-login .nav-tabs-login>li>a {
  display: flex;
  flex-direction: column;
  white-space: normal;
}

.section-login .nav-tabs-login>li>a>span.nav-text {
  font-weight: normal;
  font-size: .75rem;
  margin-top: .25rem;
  color: var(--bs-gray-600);
  line-height: 16px;
  display: none;
}

@media (min-width: 576px) {
  .section-login .wrap {
    padding: 4rem 0;
  }

  .section-login .tab-content-login {
    padding: 3rem 2rem 2.5rem 2rem;
  }

  .section-login .nav-tabs-login>li>a {
    padding: 1.25rem;
    font-size: 18px;
  }

  .section-login .nav-tabs-login>li>a>span.nav-text {
    display: block;
  }
}

@media (min-width: 768px) {
  .section-login .wrap {
    padding: 5rem 0;
  }
}

/* Areas -------------------------------- */
.area-header-contents {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.area-header-text {
  color: #454545;
}

@media (min-width: 768px) {
  .area-header-text {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .area-header-contents {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .area-header-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* userType nav tabs -------------------- */
.userTypeNavTabs {
  display: flex;
  margin-bottom: 1.5rem;
  margin-left: -4px;
  margin-right: -4px;
  border-bottom: 0;
}

.userTypeNavTabs>.nav-item {
  margin-bottom: 0;
  width: 33.33333%;
  padding: 0 .25rem;
}

.userTypeNavTabs>.nav-item>.nav-link {
  margin-right: 0;
  height: 2.75rem;
  border-radius: var(--bs-border-radius-lg);
  color: var(--bs-gray-600);
  background-color: var(--bs-gray-200);
  font-size: 13px;
}

.userTypeNavTabs>.nav-item>.nav-link:hover {
  border-color: var(--acre-primary-blue);
  background-color: var(--acre-primary-blue);
  color: #fff;
}

.userTypeNavTabs>.nav-item>.nav-link.active {
  /* background-color: var(--bs-gray-700); */
  background-color: var(--acre-primary-black);
  border-color: var(--bs-gray-700);
  color: var(--tb-mono-white);
}

@media (min-width: 576px) {

  .userTypeNavTabs {
    margin-left: -8px;
    margin-right: -8px;
  }

  .userTypeNavTabs>.nav-item {
    padding: 0 .5rem;
  }
}

.userFieldGroupSubscribed {
  align-items: flex-start;
}