/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/core/cartridges/app_custom_dci_core/cartridge/client/default/scss/experience/components/commerceLayouts/productDetailCustom.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.custom-container-product-card p {
  margin: 0;
}
.custom-container-product-card {
  /* this is temporary, until the time is taken to make this fully flexible */
  max-width: 300px;
  /* end of temporary */
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-container-product-card * {
  -webkit-transition: -webkit-transform 0.25s ease-out, -webkit-filter 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out, -webkit-filter 0.25s ease-out;
  transition: transform 0.25s ease-out, filter 0.25s ease-out;
  transition: transform 0.25s ease-out, filter 0.25s ease-out, -webkit-transform 0.25s ease-out, -webkit-filter 0.25s ease-out;
}
.custom-container-product-card .product-card-img-wrapper {
  z-index: 1;
  container-type: inline-size;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.custom-container-product-card .product-card-img-wrapper .product-card-img {
  width: 100%;
  -webkit-filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.2));
}
.custom-container-product-card .product-card-img-wrapper .product-card-img .mobileImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-container-product-card .product-card-img-wrapper .product-card-img .desktopImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@container (min-width: 20rem) {
  .custom-container-product-card .product-card-img-wrapper {
    /* Wide layout stuff here */
  }
  .custom-container-product-card .product-card-img-wrapper .product-card-img.mobileImage {
    display: none;
  }
  .custom-container-product-card .product-card-img-wrapper .product-card-img.desktopImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@container (max-width: 20rem) {
  .custom-container-product-card .product-card-img-wrapper {
    /* Narrow layout stuff here */
  }
  .custom-container-product-card .product-card-img-wrapper .product-card-img.mobileImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-container-product-card .product-card-img-wrapper .product-card-img.desktopImage {
    display: none;
  }
}
.custom-container-product-card .product-card-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: transparent;
  z-index: 2;
  gap: var(--spacing-1);
  padding: var(--spacing-3) var(--spacing-6);
  margin-top: -2rem;
}
.custom-container-product-card .product-card-content .product-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--spacing-1);
}
.custom-container-product-card .product-card-content .product-card-title {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-lg);
  color: var(--black);
  line-height: var(--line-height-heading-tight);
  text-decoration: none;
  margin: 0;
}
.custom-container-product-card .product-card-content .product-card-author {
  font-weight: var(--font-weight-gotham-medium);
  font-size: var(--font-sm);
  color: var(--black);
  line-height: var(--line-height-heading-tight);
}
.custom-container-product-card .product-card-content .product-card-price-wrapper {
  font-weight: var(--font-weight-gotham-medium);
  font-size: var(--font-md);
  color: var(--black);
}
.custom-container-product-card .product-card-content .product-card-price-wrapper .product-card-price-strike {
  font-weight: var(--font-weight-book);
  font-style: italic;
  text-decoration: line-through;
}
.custom-container-product-card .product-card-content button.add-to-cart {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-md);
  color: var(--black);
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase;
  text-decoration-thickness: 2px;
}
.custom-container-product-card .product-card-content button.add-to-cart:hover {
  color: var(--marian-blue-800);
}
.custom-container-product-card .product-card-content button.add-to-cart:active {
  color: var(--black);
  background-color: var(--white);
  border: 1px solid black;
  border-radius: var(--radius-sm);
  padding: var(--spacing-1);
}
.custom-container-product-card .product-card-content .product-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.custom-container-product-card .product-card-content .product-card-actions .product-card-badge {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-sm);
  color: var(--black);
  padding: var(--spacing-1) var(--spacing-2);
  border: 1px solid var(--black);
  border-radius: var(--radius-sm);
  margin: 0;
  background-color: var(--white);
}
.custom-container-product-card .product-card-background-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.custom-container-product-card .product-card-background-wrapper .product-card-background {
  width: 100%;
  height: 54%;
  background-color: var(--gray-100);
  border-radius: var(--radius-lg);
}
.custom-container-product-card .product-card-content,
.custom-container-product-card .product-card-background-wrapper {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.custom-container-product-card:hover .product-card-content,
.custom-container-product-card:hover .product-card-background-wrapper {
  -webkit-transform: scale(98%);
          transform: scale(98%);
}
.custom-container-product-card:hover .product-card-img {
  -webkit-transform: scale(105%);
          transform: scale(105%);
  -webkit-filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.1));
}

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