/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_bbw/cartridge/client/default/scss/product/detail.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Get Font Family Function
 *
 * This function retrieves the font family based on the provided font type and RTL status.
 *
 * Parameters:
 *   $fontType: Type of font family to retrieve. Default is "base".
 *   $noRTL: Boolean indicating whether to exclude RTL support. Default is false.
 *
 * Returns:
 *   Font family value based on the provided parameters.
 */
/**
 * Typography Value Function
 *
 * This function retrieves the value of a specified typography property for a given text type and optional media breakpoint.
 *
 * Parameters:
 *   $property: The typography property to retrieve.
 *   $textType: The text type for which the typography property value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve typography property value for responsive designs.
 *
 * Returns:
 *   The value of the specified typography property for the given text type and optional media breakpoint.
 */
/**
 * Font Size Function (fz)
 *
 * This function retrieves the font size value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the font size value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve font size value for responsive designs.
 *
 * Returns:
 *   The font size value for the specified text type and optional media breakpoint.
 */
/**
 * Line Height Function (lh)
 *
 * This function retrieves the line height value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the line height value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve line height value for responsive designs.
 *
 * Returns:
 *   The line height value for the specified text type and optional media breakpoint.
 */
/**
 * Font Weight Function (fw)
 *
 * This function retrieves the font weight value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the font weight value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve font weight value for responsive designs.
 *
 * Returns:
 *   The font weight value for the specified text type and optional media breakpoint.
 */
/**
 * Font Family Function (ff)
 *
 * This function retrieves the font family value for a given text type and optional media breakpoint using the `typography-value` function.
 *
 * Parameters:
 *   $textType: The text type for which the font family value is needed. Default is "default".
 *   $media: Optional media breakpoint to retrieve font family value for responsive designs.
 *
 * Returns:
 *   The font family value for the specified text type and optional media breakpoint.
 */
/**
 * Apply Style Rules Mixin
 *
 * This mixin applies style rules based on the provided map.
 * It supports nested states, pseudo-elements, media queries, class states,
 * custom mixins for icons and text styles, and regular CSS properties.
 *
 * Parameters:
 *   $mainMap: Main map containing the style rules.
 *   $key: Key in the main map to apply styles for (optional).
 *   $textType: Text type for additional comments (optional).
 */
/**
 * Text Mixin
 *
 * This mixin applies text styles based on the provided text type and text map.
 *
 * Parameters:
 *   $textType: Text type to apply styles for (default: body).
 *   $textMap: Text map containing the text styles (default: $brandTypography).
 */
/**
 * Create Components From Map Mixin
 *
 * This mixin generates CSS components based on the provided main map and class prefix.
 *
 * Parameters:
 *   $mainMap: Main map containing component types and their respective styles.
 *   $classPrefix: Prefix for the generated CSS class names.
 */
/**
 * Mixin for creating helper classes with configurable properties.
 * This mixin generates helper classes based on the provided configuration.
 *
 * @param {Map} $propertyConfig - Configuration map containing properties and values.
 * @param {String} $propertyClass - Base class name for the helper classes.
 */
/**
 * Mixin to handle helper class properties and values
 *
 * This mixin iterates over a list of property values and generates helper classes for each value.
 * It includes the `createHelperForEachMedia` mixin to create helper classes for each media breakpoint,
 * and then invokes the `helperHandlerValues` mixin to apply the property values to the generated classes.
 *
 * @param {String} $classname - The base class name for the helper classes
 * @param {List} $properties - List of properties to apply to the helper classes
 * @param {List} $values - List of values to apply to the helper classes
 * @param {String} $unit - Optional unit for the property values (default: '')
 * @param {Map} $propertyConfig - Optional configuration for generating helper classes (default: false)
 */
/**
 * Mixin to handle a single property value for a helper class.
 * If the value is zero, the unit is removed.
 * If the unit is "rem" and the value is not zero, it is converted to "rem".
 * Generates CSS with !important flag for specificity.
 *
 * @param {String} $property - The CSS property name.
 * @param {Number} $value - The value of the CSS property.
 * @param {String} $unit - The unit of measurement for the value.
 */
/**
 * Mixin to create helper classes for each media breakpoint.
 * Dynamically generates helper classes based on the provided parameters.
 * Applies content within each generated helper class.
 *
 * @param {String} $classNameStart - The base class name for the helper classes.
 * @param {String} $classNameEnd - The optional suffix for the helper class name.
 * @param {Map} $propertyConfig - Configuration settings for the helper classes.
 */
/**
 * Mixin to apply absolute positioning to an element based on specified device breakpoints.
 * Positions the element horizontally and vertically with options for center, left, or right alignment.
 * Generates CSS for absolute positioning and alignment properties.
 *
 * @param {String} $index - Index value used to generate unique class names for positioned elements.
 * @param {String} $device - Device breakpoint identifier ('d' for desktop, 'm' for mobile, etc.).
 */
/**
 * Mixin to apply static positioning to an element within a root container.
 * Handles various alignment options based on specified device breakpoints.
 * Generates CSS for static positioning and alignment properties.
 *
 * @param {String} $root - Selector for the root container element.
 * @param {String} $device - Device breakpoint identifier ('d' for desktop, 'm' for mobile, etc.).
 */
/**
 * Mixin to generate media queries for screen sizes equal to or greater than the specified breakpoint.
 *
 * @param {String} $media - The breakpoint name.
 */
/**
 * Mixin to generate media queries for screen sizes equal to or smaller than the specified breakpoint.
 *
 * @param {String} $media - The breakpoint name.
 */
/**
 * Mixin to generate media queries for screen sizes between two specified breakpoints.
 *
 * @param {String} $mediaUp - The upper breakpoint name.
 * @param {String} $mediaDown - The lower breakpoint name.
 */
.product-detail {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .product-detail {
    padding: 0 20px;
  }
}
.product-detail .pdp-carousel {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .product-detail .pdp-carousel {
    width: 350px;
    float: right;
    margin-right: 0;
  }
}
.product-detail .pdp-carousel .icon-next,
.product-detail .pdp-carousel .icon-prev {
  background-color: transparent;
}
.product-detail .pdp-carousel:hover .carousel-control-next, .product-detail .pdp-carousel:hover .carousel-control-prev {
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 45%;
  z-index: auto;
}
@media only screen and (min-width: 1024px) {
  .product-detail .pdp-carousel:hover .carousel-control-next, .product-detail .pdp-carousel:hover .carousel-control-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-detail .pdp-carousel .carousel-control-next,
.product-detail .pdp-carousel .carousel-control-prev {
  display: none;
  z-index: 0;
}
.product-detail .pdp-carousel .carousel-indicators {
  z-index: 0;
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media only screen and (max-width: 767px) {
  .product-detail .pdp-carousel .carousel-indicators {
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-detail .pdp-carousel .carousel-indicators li {
  width: 38px;
  margin-right: 45px;
}
.product-detail .pdp-carousel .carousel-indicators li img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-detail .pdp-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #828282;
    border-radius: 100%;
    margin-right: 4px;
  }
  .product-detail .pdp-carousel .carousel-indicators li img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .pdp-carousel.zoom-carousel {
    width: auto;
    float: none;
  }
}
.product-detail .pdp-carousel .zoomImage-link {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../images/pdp/svgexport-12.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 10px;
  cursor: pointer;
}
.product-detail .pdp-carousel .zoomImage-sec {
  display: none;
  left: 0;
  top: 0;
  z-index: 1111;
}
.product-detail .pdp-carousel .zoomImage-sec .zoomImages .zoomOut-link {
  right: 2.5rem;
  top: 1.4375rem;
  width: 2rem;
  height: 2rem;
  z-index: 3;
  border-radius: 50%;
  background: url("../../images/pdp/forgot-password-close.svg");
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: 0.875rem;
  cursor: pointer;
}
.product-detail .pdp-carousel .zoomImage-sec .zoomImages .carousel-inner {
  overflow-x: scroll;
  padding: 0.9375rem;
}
.product-detail .pdp-carousel .zoomImage-sec .zoomImages .carousel-inner .carousel-item {
  margin-right: 0;
}
.product-detail .pdp-carousel .zoomImage-sec .zoomImages .carousel-inner .carousel-item img {
  height: calc(100vh - 45px);
  max-width: none;
  padding-right: 0.625rem;
}
.product-detail .product-detail-wrapper {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .product-detail .product-detail-wrapper {
    width: 433px;
  }
}
.product-detail .brand-name {
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  padding-bottom: 0.3125rem;
}
.product-detail .product-name {
  line-height: 1.75rem;
  margin-bottom: 1.0625rem;
  min-height: 48px;
}
.product-detail .product-name .small-title {
  line-height: 1.25rem;
  letter-spacing: 0.01em;
}
.product-detail .rating-review {
  margin: 0 0 0.5625rem;
}
.product-detail .rating-review .product-number-rating .ratings {
  padding-right: 1rem;
}
.product-detail .rating-review .product-number-rating .total-rating {
  padding-right: 1rem;
  text-decoration: underline;
}
.product-detail .rating-review .review a {
  text-decoration: underline;
}
.product-detail .rating-review .review a:hover {
  text-decoration: none;
}
.product-detail .prices-add-to-cart-actions {
  margin-bottom: 0.625rem;
}
.product-detail .prices-add-to-cart-actions .strike-through {
  color: #1a1a1a;
  font-weight: 600;
  padding-right: 10px;
}
.product-detail .prices-add-to-cart-actions .hpp-promo-price {
  text-decoration: line-through;
  padding-right: 0.5rem;
}
.product-detail .prices-add-to-cart-actions .sales.reduced {
  color: #e20887;
}
.product-detail .prices-add-to-cart-actions .sales {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0.005em;
  color: #1a1a1a;
}
.product-detail .prices-add-to-cart-actions .sales .b-product-tile__price-link:hover {
  color: #1a1a1a;
}
.product-detail .attributes .volume-name {
  line-height: 1rem;
  letter-spacing: 0.015em;
  padding-bottom: 4px;
}
.product-detail .attributes .promotion-callout {
  line-height: 1.25rem;
  letter-spacing: 0.005em;
  width: 100%;
  margin-bottom: 0.75rem;
}
.product-detail .attributes .promotion-callout .callout-detail.in-id::after {
  content: "Rincian";
}
.product-detail .attributes .promotion-callout .callout-detail::after {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #4d4d4d;
  margin-top: 0.3125rem;
  text-decoration: underline;
  content: "Details";
}
@media only screen and (max-width: 767px) {
  .product-detail .attributes .promotion-callout .callout-detail::after {
    min-height: 18px;
  }
}
.product-detail .attributes .promotion-callout .callout-detail .popover-header {
  display: none;
}
.product-detail .attributes .bopis-delivery-options {
  padding: 1.5625rem 0 1.625rem;
  border: 0.0625rem solid #e5e5e5;
  margin-bottom: 1.5rem;
}
.product-detail .attributes .bopis-delivery-options fieldset .delivery-options {
  margin-bottom: 1.25rem;
  letter-spacing: 0.01em;
}
.product-detail .attributes .bopis-delivery-options fieldset .bopis-eligible-for-pickup input {
  width: 1rem;
  height: 1rem;
}
.product-detail .attributes .bopis-delivery-options fieldset .bopis-eligible-for-pickup .ship-it-msg {
  padding-left: 0.3125rem;
}
.product-detail .attributes .bopis-delivery-options fieldset .bopis-eligible-for-pickup .ship-it-msg .ship-it-truck-icon {
  display: inline-block;
}
.product-detail .attributes .bopis-delivery-options fieldset .bopis-eligible-for-pickup .ship-it-msg .ship-it-truck-icon::before {
  content: "";
  background: url("../../images/pdp/bopis-shipping.svg");
  background-repeat: no-repeat;
  background-size: 1.5625rem 0.8rem;
  width: 1.5625rem;
  height: 0.8rem;
  margin: 0.1rem 0.4375rem 0.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail .attributes .bopis-delivery-options fieldset .bopis-eligible-for-pickup .in-stock-msg {
  padding: 0.3125rem 0 0.6875rem 3.5rem;
}
.product-detail .attributes .bopis-delivery-options fieldset .bopis-eligible-for-pickup .bopis-pfs-with-store-container .bopis-pick-from-store-option-label {
  letter-spacing: 0.01em;
}
.product-detail .attributes .bopis-delivery-options fieldset .bopis-eligible-for-pickup .bopis-pfs-with-store-container .bopis-pick-from-store-option-label .pdp-pick-up-icon {
  display: inline-block;
}
.product-detail .attributes .bopis-delivery-options fieldset .bopis-eligible-for-pickup .bopis-pfs-with-store-container .bopis-pick-from-store-option-label .pdp-pick-up-icon::before {
  background: url("../../images/pdp/bopis-icon-small.svg");
  background-repeat: no-repeat;
  background-size: 1.5625rem 0.8rem;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
  margin: 0.1rem 0.4375rem 0.1rem 0;
  width: 1.5625rem;
}
.product-detail .attributes .bopis-delivery-options fieldset .bopis-eligible-for-pickup .bopis-pfs-with-store-container .bopis-set-store-container.bopis-pdp-set-store {
  padding: 0 0 0 3.4375rem;
}
.product-detail .attributes .bopis-delivery-options fieldset .bopis-eligible-for-pickup .bopis-pfs-with-store-container .bopis-set-store-container.bopis-pdp-set-store .bopis-set-store {
  letter-spacing: 0.01em;
  text-decoration: underline;
}
.product-detail .attributes .product-availability .list-unstyled {
  border-bottom: 0.0625rem solid #e5e5e5;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.375rem;
}
.product-detail .attributes .quantity-cart-wrap {
  padding: 0 0.9375rem;
}
.product-detail .attributes .quantity-cart-wrap .simple-quantity {
  margin-right: 0.5rem;
  border: 0.125rem solid #828282;
}
@media only screen and (max-width: 767px) {
  .product-detail .attributes .quantity-cart-wrap .simple-quantity {
    width: 50%;
  }
}
.product-detail .attributes .quantity-cart-wrap .simple-quantity .quantity-button {
  cursor: pointer;
  height: 2.8125rem;
  width: 20%;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-detail .attributes .quantity-cart-wrap .simple-quantity .quantity-button:hover {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.product-detail .attributes .quantity-cart-wrap .simple-quantity input {
  height: 2.8125rem;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .product-detail .attributes .quantity-cart-wrap .js-add-to-cart-button {
    width: 50%;
  }
}
.product-detail .attributes .quantity-cart-wrap .js-add-to-cart-button .cart-and-ipay .add-to-cart {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-detail .attributes .quantity-cart-wrap .js-add-to-cart-button .cart-and-ipay .add-to-cart {
    width: 11.4375rem;
  }
}
.product-detail .attributes .quantity-cart-wrap .js-add-to-cart-button .notifyBackInStockButton,
.product-detail .attributes .quantity-cart-wrap .js-add-to-cart-button .out-of-stock {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.24px;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.product-detail .attributes .pdp-checkout-button {
  padding: 8px 15px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-detail .attributes .pdp-checkout-button {
    max-width: 408px;
  }
}
.product-detail .attributes .description-and-detail {
  margin-top: 29px;
  width: 100%;
}
.product-detail .attributes .description-and-detail .card {
  border-top: 0.0625rem solid #e5e5e5;
}
.product-detail .attributes .description-and-detail .card h2 {
  padding: 1.25rem 0.875rem;
  cursor: pointer;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.product-detail .attributes .description-and-detail .card h2::after {
  top: 1.125rem;
}
.product-detail .attributes .description-and-detail .card .content {
  padding: 0 60px 0 0;
}
.product-detail .attributes .description-and-detail .card .content p {
  padding: 0 0 0 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  color: #4d4d4d;
  font-weight: 400;
}
.product-detail .attributes .description-and-detail .card .content .pdp_ov_ul {
  padding: 0 0 0 34px;
  list-style: none;
  margin: 0;
}
.product-detail .attributes .description-and-detail .card .content .pdp_ov_ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  color: #4d4d4d;
}
.product-detail .attributes .social-container .social-icons {
  padding: 1.0625rem 0 0.1875rem;
  width: 100%;
}
.product-detail .attributes .social-container .social-icons li {
  list-style: none;
  background: #999;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 0.875rem;
  margin: 0 1rem;
}
.product-detail .attributes .social-container .social-icons li img {
  height: 18px;
  width: 18px;
  position: relative;
  top: -2px;
}
.product-detail .attributes .social-container .social-icons li.facebook:hover {
  background: #365fa1;
}
.product-detail .attributes .social-container .social-icons li.twitter:hover {
  background: #27aade;
}
.product-detail .attributes .social-container .social-icons li.instagram:hover:hover {
  background: #34648c;
}
.product-detail .attributes .social-container .social-icons li.pinterest:hover:hover {
  background: #ce2127;
}
.product-detail .pdp-wishlist .add-to-wish-list {
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 38px;
  height: 36px;
  float: right;
  cursor: pointer;
  opacity: 1;
  background: url("../../images/pdp/PDP-Wishlist-2.svg") no-repeat 50%;
}
.product-detail .pdp-wishlist .add-to-wish-list.authenticated-user:hover {
  background: url("../../images/pdp/PDP-Wishlist-3.svg") no-repeat 50%;
}
.product-detail .pdp-wishlist .remove-from-wishlist {
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 38px;
  height: 36px;
  float: right;
  cursor: pointer;
  opacity: 1;
  background: url("../../images/pdp/PDP-Wishlist-4.svg") no-repeat 50%;
}
.product-detail .pdp-wishlist .remove-from-wishlist:hover {
  background: url("../../images/pdp/PDP-Wishlist-5.svg") no-repeat 50%;
}
.product-detail .recommendations {
  border: 0 none;
  width: 100%;
  max-width: 955px;
  float: none;
  margin: 0 auto;
  padding: 0 0 20px 25px;
}
.product-detail .recommendations .picked-just-header-wrapper .picked-just-header-wrapper__title {
  padding: 12px 0 0;
  margin-top: 2em;
  border-top: 1px solid #333;
}
.product-detail .recommendations .picked-just-recomm.ds-smooth-scroll::-webkit-scrollbar {
  margin-top: 20px;
  height: 8px;
  display: inline;
}
.product-detail .recommendations .picked-just-recomm.ds-smooth-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #828282;
}
.product-detail .recommendations .picked-just-recomm.ds-smooth-scroll::-webkit-scrollbar-track {
  border-radius: 8px;
  margin-right: 16px;
}
.product-detail .recommendations .picked-just-recomm.ds-smooth-scroll::-webkit-scrollbar-track-piece {
  border-radius: 8px;
}
.product-detail .recommendations .picked-just-recomm.ds-smooth-scroll .b-product-tile .price {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .product-detail .recommendations {
    max-width: none;
    padding: 0 16px 48px;
    clear: left;
  }
  .product-detail .recommendations .picked-just-recomm.ds-smooth-scroll::-webkit-scrollbar {
    display: none;
  }
}

.pdp-popover {
  border: 1px solid #666;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
  color: #1a1a1a;
  padding: 1.5rem 0.5rem 1.5rem 0;
  overflow-y: initial;
  border-radius: 0;
  left: 5.5% !important;
  width: 260px;
  max-height: 197px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pdp-popover {
    left: 12% !important;
  }
}
.pdp-popover .popover-body {
  max-height: 147px;
  overflow-y: auto;
  padding: 0 16px 0 24px;
  scrollbar-width: thin;
}
.pdp-popover .popover-body:focus {
  outline: 1px dotted #000;
  outline-offset: 2px;
}
.pdp-popover .popover-body .popover-content {
  color: #1a1a1a;
  font-size: 14px;
  height: auto;
  letter-spacing: 0.015em;
  line-height: 20px;
  max-height: 300px;
  font-family: SourceSansPro, Corbel, Segoe UI, Arial, sans-serif;
}
.pdp-popover .popover-header {
  display: none;
}
.pdp-popover .arrow {
  left: 14px !important;
}
.pdp-popover .close {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  right: 8px;
  background-size: 0.8125rem;
}

.wishlist-toast {
  position: absolute;
  right: -15px;
  top: 36px;
  display: none;
}
.wishlist-toast p {
  font-size: 16px;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #4d4d4d;
  margin: 10px 0;
}

.reserve-stock,
.add-to-cart-error-pdp {
  padding-top: 3px;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  margin-top: 13px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .reserve-stock,
  .add-to-cart-error-pdp {
    width: 313px;
  }
}

#add-to-cart-snackbar {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.02);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.02);
  width: 320px;
  padding: 14px 16px 14px 46px;
  gap: 8px;
  background-color: #e6f7eb;
  color: #007a14;
}
#add-to-cart-snackbar::before {
  background-image: url("../../images/pdp/check-circle-fill.svg");
  height: 24px;
  left: 13px;
  position: absolute;
  width: 24px;
  background-repeat: no-repeat;
  content: "";
}
#add-to-cart-snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
          animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.wish-list-image {
  background: url("../../images/pdp/PDP-Wishlist-4.svg") no-repeat 50%;
  margin: auto;
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 10px;
}

.tiered table {
  width: 250px;
}
.tiered table .table-header {
  font-weight: 600;
  padding: 12px 0;
}
.tiered table .column-header {
  font-weight: 400;
  padding-bottom: 5px;
}
.tiered table td {
  padding-bottom: 5px;
}

#delete-gift-certificate-line-item-modal .modal-dialog,
#delete-line-item-modal .modal-dialog {
  bottom: unset;
}

.afterpay-logo svg {
  max-height: 24px;
  height: 24px;
}

.giftset-details {
  letter-spacing: 0.005em;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
.giftset-details .soldout-detail::after {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #4d4d4d;
  margin-top: 0.3125rem;
  text-decoration: underline;
  content: "More Info";
}
.giftset-details .soldout-detail .popover-header {
  display: block;
  background: none;
  border-bottom: none;
}
.giftset-details .soldout-detail .popover-body {
  padding: 0 15px;
}

.giftcontent-popup {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #5d5a5a;
  padding-top: 4px;
}
.giftcontent-popup:last-child {
  border-bottom: none;
}
.giftcontent-popup .product-name {
  width: 48%;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.giftcontent-popup .product-pricee {
  text-wrap: nowrap;
}

/*# sourceMappingURL=default\css\product\detail.css.map*/