/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/core/cartridges/app_progamers_core/cartridge/client/default/scss/product-detail.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.swatch-img {
  width: 2.25rem;
}
.swatch-img-overlay {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 2;
}
.swatch-legacy {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-block;
  background-size: cover;
}
.swatch-legacy.disabled {
  opacity: 0.2;
}
.swatch-legacy.selected {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.rich-content {
  /* class conflicting with bootstrap .text-right -> text-align shift here is not intended */
  /* stylelint-disable-next-line selector-class-pattern */
}
.rich-content h3 {
  margin-top: 1.5rem;
}
.rich-content .row > * {
  padding-left: 0;
  padding-right: 0;
}
.rich-content iframe {
  margin-bottom: 1rem;
}
.rich-content ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.rich-content ul li {
  margin-bottom: 0.75rem;
}
.rich-content table {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (max-width: 87.48rem) {
  .rich-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.rich-content table tbody tr:nth-child(odd) {
  background: var(--bs-tertiary-bg);
}
.rich-content table tbody tr th {
  border: 0;
  width: auto;
  text-align: left;
  padding: 10px;
}
.rich-content table tbody tr td {
  border: 0;
  padding: 10px;
}
.rich-content hr {
  margin: 2.5rem 0;
}
.rich-content .image-full,
.rich-content .image-left,
.rich-content .image-right,
.rich-content .video-right,
.rich-content .video-left {
  text-align: center;
}
.rich-content .image-full img,
.rich-content .image-full iframe,
.rich-content .image-left img,
.rich-content .image-left iframe,
.rich-content .image-right img,
.rich-content .image-right iframe,
.rich-content .video-right img,
.rich-content .video-right iframe,
.rich-content .video-left img,
.rich-content .video-left iframe {
  max-width: 100%;
}
.rich-content .image-full br,
.rich-content .image-left br,
.rich-content .image-right br,
.rich-content .video-right br,
.rich-content .video-left br {
  display: none;
}
.rich-content .text-right {
  text-align: left !important;
}
@media (min-width: 62rem) {
  .rich-content .fifty-fifty > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rich-content .fifty-fifty .text-left,
  .rich-content .fifty-fifty .image-left,
  .rich-content .fifty-fifty .video-left {
    padding-right: 3%;
  }
  .rich-content .fifty-fifty .text-right,
  .rich-content .fifty-fifty .image-right,
  .rich-content .fifty-fifty .video-right {
    padding-left: 3%;
  }
}
@media (min-width: 62rem) {
  .rich-content .thirty-seventy .text-left,
  .rich-content .thirty-seventy .image-left,
  .rich-content .thirty-seventy .video-left {
    padding-right: 3%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .rich-content .thirty-seventy .text-right,
  .rich-content .thirty-seventy .image-right,
  .rich-content .thirty-seventy .video-right {
    padding-left: 3%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (min-width: 62rem) {
  .rich-content .seventy-thirty .text-right,
  .rich-content .seventy-thirty .image-right,
  .rich-content .seventy-thirty .video-right {
    padding-left: 3%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .rich-content .seventy-thirty .text-left,
  .rich-content .seventy-thirty .image-left,
  .rich-content .seventy-thirty .video-left {
    padding-right: 3%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.rich-content .row {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  margin: 0 0 40px;
}
.rich-content .row.image-full, .rich-content .row.text-full {
  display: block;
}
.rich-content .row > div.image-right {
  order: 2;
}
.rich-content .row > div img {
  max-width: 100%;
}
.rich-content .row .fifty-fifty > div,
.rich-content .row .thirty-seventy > div,
.rich-content .row .seventy-thirty > div {
  width: 100%;
}
.rich-content .greybox h3:first-child,
.rich-content .greybox h4:first-child,
.rich-content .specialbox h3:first-child,
.rich-content .specialbox h4:first-child,
.rich-content .separatedbox h3:first-child,
.rich-content .separatedbox h4:first-child {
  margin-top: 0;
}
.rich-content .greybox {
  background: var(--bs-tertiary-bg);
  overflow: hidden;
  padding: 20px;
  margin: 0 0 30px;
}
.rich-content .greybox p.textinfo {
  padding-left: 110px;
  min-height: 80px;
  margin: 0;
}
.rich-content .greybox ul {
  margin: 0;
}
.rich-content .specialbox {
  background-color: var(--bs-tertiary-bg);
  overflow: hidden;
  padding: 20px;
  margin: 0 0 30px;
}
.rich-content .specialbox ul {
  margin: 0;
}
.rich-content .separatedbox {
  background-color: var(--bs-tertiary-bg);
  padding: 20px;
  margin: 0 0 30px;
}
.rich-content .specification ul {
  display: block;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.rich-content .specification ul li {
  padding: 10px;
  position: static;
  margin-bottom: 0;
}
.rich-content .specification ul li::before {
  display: none;
}
.rich-content .specification ul li:nth-child(odd) {
  background: var(--bs-secondary-bg);
}
.rich-content .important-info {
  display: inline-block;
  color: #664D03;
  background: #FFF3CD;
  padding: 0.125rem 0.5rem;
  margin-right: 0.25rem;
  border: var(--bs-border-width) solid #FFE69C;
  border-radius: 0.25rem;
}
.rich-content .important-info::before {
  display: inline-block;
  content: "i";
  color: #664D03;
  border: var(--bs-border-width) solid #664D03;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  border-radius: 50%;
}
.rich-content .doublespace,
.rich-content .space {
  background: 0;
  border: 0;
  height: 10px;
  clear: both;
  float: none;
}
.rich-content .supplier-links {
  margin: 0;
}
.rich-content .Quote p {
  font-style: italic;
}

.product-detail-content-accordion {
  display: flex;
  flex-direction: column;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 36rem) {
  .product-detail-content-accordion {
    -webkit-hyphens: none;
            hyphens: none;
  }
}
.product-detail-content-accordion-nav-wrapper {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  position: sticky;
  z-index: 11;
  scrollbar-width: none;
}
.product-detail-content-accordion-nav-wrapper::-webkit-scrollbar {
  display: none;
}
.product-detail-content-accordion-nav {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0;
  position: relative;
  list-style-type: none;
  margin-bottom: 0;
  background: var(--bs-product-detail-bg);
}
.product-detail-content-accordion-nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #B2B5B8;
}
.product-detail-content-accordion-nav-item {
  display: flex;
  z-index: 1;
  border: none;
  flex: 1;
}
.product-detail-content-accordion-nav-link {
  font-size: 0.875rem;
  color: var(--bs-body-color);
  border: none;
  width: 100%;
  border-bottom: 0.125rem solid #B2B5B8;
  padding: 0.5rem 0.5rem;
  background: var(--bs-product-detail-bg);
}
.product-detail-content-accordion-nav-link.active {
  color: var(--bs-navbar-active-color);
  border-bottom: 0.125rem solid var(--bs-navbar-active-color);
  font-weight: 700;
}
@media (hover: hover) {
  .product-detail-content-accordion-nav-link:hover {
    color: var(--bs-navbar-active-color);
    border-bottom: 0.125rem solid var(--bs-navbar-active-color);
  }
}
.product-detail-content-accordion-body-content {
  padding: 0.75rem 1.5rem;
}

@media (min-width: 62rem) {
  .product-gallery-section {
    cursor: zoom-in;
  }
}
.product-gallery-thumbnails-wrapper {
  position: relative;
}
.product-gallery-thumbnails-wrapper .swiper-button {
  display: none;
}
.product-gallery-thumbnails-wrapper .swiper {
  display: none;
}
.product-gallery-thumbnails-wrapper .swiper-initialized {
  display: block;
}
@media (min-width: 62rem) {
  .product-gallery-thumbnails-wrapper {
    padding: 36px 0;
  }
  .product-gallery-thumbnails-wrapper .swiper {
    height: 490px;
  }
  .product-gallery-thumbnails-wrapper .swiper-button {
    position: absolute;
    width: 100%;
    height: 36px;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    opacity: 1;
    transition: opacity 2s;
    border: 1px solid #727476;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    left: 0;
  }
  .product-gallery-thumbnails-wrapper .swiper-button-disabled {
    display: none !important;
  }
  .product-gallery-thumbnails-wrapper .swiper-button-prev {
    top: 15px !important;
  }
  .product-gallery-thumbnails-wrapper .swiper-button-next {
    top: unset !important;
  }
}
.product-gallery-thumbnails-wrapper .swiper-slide {
  border: 2px solid transparent;
}
.product-gallery-thumbnails-wrapper .swiper-slide-active-custom {
  border-color: #005493;
  opacity: 1 !important;
}
.product-gallery .zoom-image {
  cursor: zoom-in;
}
@media (max-width: 61.98rem) {
  .product-gallery .zoom-image {
    cursor: pointer;
  }
}
@media (max-width: 61.98rem) {
  .product-gallery .drift-zoom-pane {
    display: none;
  }
}
.product-gallery .drift-zoom-pane img {
  background-color: #fff;
}

.product-view-modal .modal-header .btn-close {
  padding: 0.75rem;
  right: 1rem;
  top: 1rem;
}
.product-view-gallery {
  position: relative;
}
@media (min-width: 62rem) {
  .product-view-gallery {
    cursor: default;
  }
}
.product-view-gallery-wrapper {
  padding-bottom: 114px;
}
.product-view-gallery .swiper-zoom-container img {
  height: auto;
}
.product-view-gallery .swiper-slide-bonus-products-wrapper {
  width: 100%;
}
.product-view-gallery .swiper-slide {
  display: flex;
  height: auto;
  justify-content: center;
}
@media (max-width: 35.98rem) {
  .product-view-gallery .swiper-button-prev,
  .product-view-gallery .swiper-button-next {
    display: none;
  }
}
.product-view-gallery .swiper-button-next {
  right: 1rem;
}
.product-view-gallery .swiper-button-prev {
  left: 1rem;
}
@media (min-width: 48rem) {
  .product-view-gallery-thumbnails .swiper-wrapper {
    width: 100%;
  }
}
.product-view-gallery-thumbnails .swiper-slide {
  flex-shrink: unset;
  margin: 0 0.25rem;
  border: 2px solid transparent;
  opacity: 0.5;
}
@media (min-width: 48rem) {
  .product-view-gallery-thumbnails .swiper-slide {
    width: auto;
  }
}
.product-view-gallery-thumbnails .swiper-slide-active-custom {
  border-color: #005493 !important;
  border-radius: 2px;
  opacity: 1 !important;
}
.product-view-gallery--fit-screen {
  margin: auto;
  height: 100%;
}
.product-view-gallery--fit-screen .swiper {
  height: 100%;
}
.product-view-gallery--fit-screen .swiper .swiper-wrapper {
  height: 100%;
}
@media (orientation: landscape) {
  .product-view-gallery--fit-screen .swiper-button {
    position: fixed;
  }
  .product-view-gallery--fit-screen .swiper-slide img {
    height: calc(100vh - 114px);
    width: auto;
    margin: auto;
    cursor: zoom-in;
  }
  .product-view-gallery--fit-screen .swiper-slide .swiper-slide-bonus-products-wrapper {
    height: calc(100vh - 114px);
    width: calc(100vh - 114px);
    margin: auto;
    pointer-events: none;
  }
  .product-view-gallery--fit-screen .swiper-slide .swiper-slide-bonus-products-wrapper img {
    cursor: default;
  }
}
@media (hover: hover) {
  .product-view-gallery--fit-screen.fill {
    min-height: 100%;
    height: auto;
  }
  .product-view-gallery--fit-screen.fill .swiper {
    height: auto;
  }
  .product-view-gallery--fit-screen.fill .swiper-slide img {
    height: auto;
    width: 100%;
    margin-bottom: 114px;
    max-width: 1946px;
    cursor: zoom-out;
  }
}

.product-detail {
  background: var(--bs-product-detail-bg);
}
@media (min-width: 62rem) {
  .product-detail-col-cta {
    opacity: 1;
    transition: opacity linear 0.3s;
  }
}
.product-detail-col-cta.invisible {
  opacity: 0;
  transition: none;
}
@media (min-width: 62rem) {
  .product-detail-col-cta:not(.not-sticky) {
    position: sticky;
    top: 5.25rem;
  }
}
@media (min-width: 87.5rem) {
  .product-detail-col-cta:not(.not-sticky) {
    top: 7.8125rem;
  }
}
.product-detail-attributes {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.product-detail-attributes .product-attributes-separator {
  color: #DCDDDE;
}
@media (min-width: 62rem) {
  .product-detail-cta-box {
    background: var(--bs-product-detail-cta-box-bg);
    border-radius: 0.25rem;
    padding: 1.25rem;
    box-shadow: var(--bs-box-shadow-lg);
  }
}
.product-detail-cta-box .prices .price {
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 35.98rem) {
  .product-detail-cta-box .prices .price {
    flex-direction: row;
  }
  .product-detail-cta-box .prices .price .sales-original {
    order: 1;
  }
}
.product-detail-cta-box .product-name {
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.product-detail-cta-box-brand-logo {
  max-height: 1.875rem;
  max-width: 5.625rem;
}
.product-detail-cta-box .badge-group .badge {
  margin-bottom: 0.75rem;
}
.product-detail-cta-box .badge-group .badge.badge-sale {
  display: none;
}
.product-detail-cta-box .badge-group .badge {
  margin-bottom: 0.75rem;
}
.product-detail-cta-box .badge-group .badge.badge-sale {
  display: none;
}
.product-detail .product-availability-container {
  min-height: 1.3125rem;
}

@media (max-width: 35.98rem) {
  .prices-add-to-cart-actions.sticky-mobil {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 50;
    padding: 0.75rem;
    box-shadow: var(--bs-box-shadow-lg);
  }
}
@media (max-width: 35.98rem) {
  .prices-add-to-cart-actions .product-availability-message {
    margin-left: auto;
  }
}

.product-detail-info-thumbnail {
  opacity: 0;
  height: 0;
  flex: 0;
  max-width: 0;
  transition: 0.3s;
}
@media (min-width: 62rem) {
  .show-thumbnail .product-detail-info-thumbnail {
    opacity: 1;
    height: auto;
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: 0.75rem;
  }
}

@media (min-width: 62rem) {
  .condensed .product-details-rating,
  .condensed .product-short-description,
  .condensed .product-options,
  .condensed .product-variant,
  .condensed .promotions,
  .condensed .experience-region {
    display: none !important;
  }
}

[class^=spec-lvl-] td {
  padding: 0;
}
[class^=spec-lvl-] td > div {
  padding: 0.5rem 0.5rem;
}

.spec-lvl-2 td {
  padding: 0;
  border-color: transparent;
  position: relative;
}
.spec-lvl-2 td::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.spec-lvl-2 td:first-child {
  padding-left: 1.5rem;
}
.spec-lvl-2 td:first-child::before {
  left: 1.5rem;
}

.spec-lvl-3 td {
  padding: 0;
  border-color: transparent;
  position: relative;
}
.spec-lvl-3 td::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.spec-lvl-3 td:first-child {
  padding-left: 3rem;
}
.spec-lvl-3 td:first-child::before {
  left: 3rem;
}

.spec-lvl-4 td {
  padding: 0;
  border-color: transparent;
  position: relative;
}
.spec-lvl-4 td::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.spec-lvl-4 td:first-child {
  padding-left: 4.5rem;
}
.spec-lvl-4 td:first-child::before {
  left: 4.5rem;
}

.spec-lvl-5 td {
  padding: 0;
  border-color: transparent;
  position: relative;
}
.spec-lvl-5 td::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.spec-lvl-5 td:first-child {
  padding-left: 6rem;
}
.spec-lvl-5 td:first-child::before {
  left: 6rem;
}

/*# sourceMappingURL=product-detail.css.map*/