/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.101.3/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.92.1_webpack@5.101.3/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/blocks/woocommerce/product-image.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Breakpoints & Media Queries
 */
.wc-block-components-product-image {
  background-color: var(--wp--preset--color--brand);
}
.wc-block-components-product-image > a {
  mix-blend-mode: multiply;
}
.wc-block-components-product-image__main {
  position: relative;
  overflow: hidden;
  z-index: 1;
  flex-shrink: 0;
  scroll-snap-align: start;
  margin-inline: 1px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
@media (min-width: 782px) {
  .wc-block-components-product-image__main {
    margin-inline: 0;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.wc-block-components-product-image__alt {
  position: relative;
  overflow: hidden;
  z-index: 1;
  flex-shrink: 0;
  scroll-snap-align: start;
  margin-inline: 1px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 782px) {
  .wc-block-components-product-image__alt {
    margin-inline: 0;
    grid-column-start: 1;
    grid-row-start: 1;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.wc-block-components-product-image__group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (min-width: 782px) {
  .wc-block-components-product-image__group {
    display: grid;
  }
}
.wc-block-components-product-image__group img {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
.wc-block-components-product-image__group-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 118.9%;
  z-index: 1;
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}
.wc-block-components-product-image__group-wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 782px) {
  .wc-block-components-product-image__group-wrapper {
    display: grid;
  }
}
.wc-block-components-product-image__group-wrapper:hover .wc-block-components-product-image__alt {
  opacity: 1;
}
.wc-block-components-product-image__scroll-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 782px) {
  .wc-block-components-product-image__scroll-indicator {
    display: none;
  }
}
.wc-block-components-product-image__scroll-indicator__background {
  background-color: #b2b0a1;
  width: 100%;
  height: 3px;
}
.wc-block-components-product-image__scroll-indicator__indicator {
  background-color: #68675e;
  height: 100%;
  width: 50%;
}

.is-product-collection-layout-carousel .wc-block-components-product-image__scroll-indicator {
  display: none;
}
.is-product-collection-layout-carousel .wc-block-components-product-image__group-wrapper {
  overflow: hidden;
}

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