/* fonts */
/* content */
/* Main components  - new */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* paragraph */
/* color */
/* for cookies - TBD */
/** availability */
/* z-index */
/* media sizes */
* {
  box-sizing: border-box;
}

.p-relative {
  position: relative;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  width: 100%;
  flex-direction: column;
}

.d-inline-flex {
  display: inline-flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.reset-input {
  font-size: 16px;
}

.default-container {
  max-width: 80rem;
  margin: 0 auto;
}

.base-container {
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .base-container {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .base-container {
    margin: 0;
    padding: 0;
  }
}

.base-container-extended {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .base-container-extended {
    max-width: 80rem;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .base-container-extended {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .base-container-extended {
    margin: 0;
    padding: 0;
  }
}

.col-1 {
  width: calc(100% / (12 / $i));
}

.col-2 {
  width: calc(100% / (12 / $i));
}

.col-3 {
  width: calc(100% / (12 / $i));
}

.col-4 {
  width: calc(100% / (12 / $i));
}

.col-5 {
  width: calc(100% / (12 / $i));
}

.col-6 {
  width: calc(100% / (12 / $i));
}

.col-7 {
  width: calc(100% / (12 / $i));
}

.col-8 {
  width: calc(100% / (12 / $i));
}

.col-9 {
  width: calc(100% / (12 / $i));
}

.col-10 {
  width: calc(100% / (12 / $i));
}

.col-11 {
  width: calc(100% / (12 / $i));
}

.col-12 {
  width: calc(100% / (12 / $i));
}

@media (min-width: 768px) {
  .col-sm-1 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-2 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-3 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-4 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-5 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-6 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-7 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-8 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-9 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-10 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-11 {
    width: calc(100% / (12 / $i));
  }

  .col-sm-12 {
    width: calc(100% / (12 / $i));
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    width: calc(100% / (12 / $i));
  }

  .col-md-2 {
    width: calc(100% / (12 / $i));
  }

  .col-md-3 {
    width: calc(100% / (12 / $i));
  }

  .col-md-4 {
    width: calc(100% / (12 / $i));
  }

  .col-md-5 {
    width: calc(100% / (12 / $i));
  }

  .col-md-6 {
    width: calc(100% / (12 / $i));
  }

  .col-md-7 {
    width: calc(100% / (12 / $i));
  }

  .col-md-8 {
    width: calc(100% / (12 / $i));
  }

  .col-md-9 {
    width: calc(100% / (12 / $i));
  }

  .col-md-10 {
    width: calc(100% / (12 / $i));
  }

  .col-md-11 {
    width: calc(100% / (12 / $i));
  }

  .col-md-12 {
    width: calc(100% / (12 / $i));
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-2 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-3 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-4 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-5 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-6 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-7 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-8 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-9 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-10 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-11 {
    width: calc(100% / (12 / $i));
  }

  .col-xl-12 {
    width: calc(100% / (12 / $i));
  }
}
@media (min-width: 0) and (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-mobile-large {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop {
    display: none;
  }
}
.divider {
  border: 0;
  height: 1px;
  background: #e0dede;
  margin: 0;
}

.error-message {
  color: #af0016;
}

.dp-main::before {
  content: "";
  background-color: #f0f0f0;
  display: block;
  height: 1px;
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}
.dp-main > ._headline._p-component {
  padding: 0;
  margin-bottom: 30px;
}
.dp-main h1.dp-main-title {
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .dp-main h1.dp-main-title {
    margin: 20px;
    padding: 0;
  }
}
.dp-main ._headline {
  margin-top: 40px;
}
@media only screen and (min-width: 1201px) and (max-width: 1330px) {
  .dp-main {
    margin-right: 15px;
    margin-left: 15px;
  }
  .dp-main > ._breadcrumb {
    padding: 0;
  }
}
.dp-main h2 {
  margin-top: 1.875rem;
}
.dp-main h3 {
  margin-top: 1.875rem;
}
.dp-main h4 {
  margin-top: 1.875rem;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .cart-flyout > ._login-menu, .cart-flyout > ._check-availability, .cart-flyout > ._order-details, .cart-flyout > ._order-list-page, .cart-flyout > ._dp-cart, .cart-flyout > ._productlisting,
  .cart-flyout .change-password-page__wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1330px) {
  .cart-flyout > ._login-menu .login-menu__information {
    padding: 0 20px;
  }
}

._store-logo {
  max-width: 1280px;
  margin: 60px auto 60px;
}
._store-logo__elem {
  display: flex;
}
._store-logo__img {
  max-height: 40px;
  width: auto;
}
@media (max-width: 1200px) {
  ._store-logo__elem {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  ._store-logo {
    margin: 50px auto;
  }
  ._store-logo__img {
    width: 65%;
  }
}

.commerce-main::before {
  content: "";
  background-color: #f0f0f0;
  display: block;
  height: 1px;
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}
.commerce-main > ._headline._p-component {
  padding: 0;
  margin-bottom: 30px;
}
.commerce-main h1.commerce-main-title {
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .commerce-main h1.commerce-main-title {
    margin: 20px;
    padding: 0;
  }
}
.commerce-main ._headline {
  margin-top: 40px;
}
@media only screen and (min-width: 1201px) and (max-width: 1330px) {
  .commerce-main {
    margin-right: 15px;
    margin-left: 15px;
  }
  .commerce-main > ._breadcrumb {
    padding: 0;
  }
}
.commerce-main h2 {
  margin-top: 1.875rem;
}
@media (max-width: 1199px) {
  .commerce-main h2.commerce-main-title {
    margin: 20px;
    padding: 0;
  }
}
.commerce-main h3 {
  margin-top: 1.875rem;
}
.commerce-main h4 {
  margin-top: 1.875rem;
}

button:focus-visible {
  outline: 2px solid #df5900;
  outline-offset: 2px;
}

#invalidSessionScreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999;
  background-color: #cccccc80;
}
#invalidSessionScreen ._invalid-session__message-box {
  margin: 20% auto;
  width: 90%;
  max-width: 640px;
  padding: 2rem;
  background: #1965a3;
  color: #fff;
}
#invalidSessionScreen ._invalid-session__message-box * {
  color: #fff;
}
#invalidSessionScreen ._invalid-session__buttons {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.composum-aem-microsite-frame, .composum-aem-microsite ._iframe {
  max-width: unset;
}
.composum-aem-microsite-frame_frame, .composum-aem-microsite-frame ._iframe__iframe, .composum-aem-microsite-frame ._iframe__restricted-wrapper, .composum-aem-microsite ._iframe_frame, .composum-aem-microsite ._iframe ._iframe__iframe, .composum-aem-microsite ._iframe ._iframe__restricted-wrapper {
  border: none;
  width: 100%;
  aspect-ratio: 3/2;
}
.frame-style-wide .composum-aem-microsite-frame_frame, .frame-style-wide .composum-aem-microsite-frame ._iframe__iframe, .frame-style-wide .composum-aem-microsite-frame ._iframe__restricted-wrapper, .frame-style-wide .composum-aem-microsite ._iframe_frame, .frame-style-wide .composum-aem-microsite ._iframe ._iframe__iframe, .frame-style-wide .composum-aem-microsite ._iframe ._iframe__restricted-wrapper {
  aspect-ratio: 2/1;
}
.frame-style-screen .composum-aem-microsite-frame_frame, .frame-style-screen .composum-aem-microsite-frame ._iframe__iframe, .frame-style-screen .composum-aem-microsite-frame ._iframe__restricted-wrapper, .frame-style-screen .composum-aem-microsite ._iframe_frame, .frame-style-screen .composum-aem-microsite ._iframe ._iframe__iframe, .frame-style-screen .composum-aem-microsite ._iframe ._iframe__restricted-wrapper {
  aspect-ratio: 4/3;
}
.frame-style-square .composum-aem-microsite-frame_frame, .frame-style-square .composum-aem-microsite-frame ._iframe__iframe, .frame-style-square .composum-aem-microsite-frame ._iframe__restricted-wrapper, .frame-style-square .composum-aem-microsite ._iframe_frame, .frame-style-square .composum-aem-microsite ._iframe ._iframe__iframe, .frame-style-square .composum-aem-microsite ._iframe ._iframe__restricted-wrapper {
  aspect-ratio: 1/1;
}
.frame-style-high .composum-aem-microsite-frame_frame, .frame-style-high .composum-aem-microsite-frame ._iframe__iframe, .frame-style-high .composum-aem-microsite-frame ._iframe__restricted-wrapper, .frame-style-high .composum-aem-microsite ._iframe_frame, .frame-style-high .composum-aem-microsite ._iframe ._iframe__iframe, .frame-style-high .composum-aem-microsite ._iframe ._iframe__restricted-wrapper {
  aspect-ratio: 2/3;
}
.composum-aem-microsite-frame ._iframe__restricted-wrapper, .composum-aem-microsite ._iframe ._iframe__restricted-wrapper {
  height: auto !important;
}
.composum-aem-microsite-link_link {
  display: inline-block;
  background: #db6b30;
  color: #fff;
  cursor: pointer;
  font-family: DINNextLTW05-Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 1.25rem 2.5rem;
  text-align: center;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear;
  will-change: color, background-color;
}
.composum-aem-microsite-link_link, .composum-aem-microsite-link_link:hover, .composum-aem-microsite-link_link:focus, .composum-aem-microsite-link_link:visited {
  text-decoration: none;
}
.composum-aem-microsite-link_link:hover {
  background-color: #ffac80;
}

/*# sourceMappingURL=microsite.css.map */
