/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-gallery.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Breakpoints & Media Queries
 */
:where(.wc-block-product-gallery-large-image) .wc-block-components-product-image.wc-block-components-product-image.wc-block-components-product-image--aspect-ratio-auto img,
:where(.wc-block-product-gallery-thumbnails__thumbnail__image) {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

:where(.wc-block-product-gallery-thumbnails__thumbnail) {
  background-color: var(--wp--preset--color--brand);
}

:where(.wc-block-product-gallery-thumbnails__thumbnail__image) {
  border: 1px solid transparent;
  transition: border-color 0.2s ease-in-out;
  filter: none;
  background-color: var(--wp--preset--color--brand);
}

:where(.wc-block-product-gallery-thumbnails__thumbnail__image--is-active) {
  border-color: #000;
}

@media (min-width: 782px) {
  :where(.wc-block-product-gallery-large-image) :where(.wc-block-product-gallery-large-image__wrapper):has(.wc-block-components-product-image--aspect-ratio-auto),
  :where(.wc-block-product-gallery-thumbnails__thumbnail) {
    aspect-ratio: 2000/2389;
  }
  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)):has(.wc-block-components-product-image--aspect-ratio-1) :where(.wc-block-product-gallery-thumbnails),
  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)):has(.wc-block-components-product-image--aspect-ratio-auto) :where(.wc-block-product-gallery-thumbnails) {
    max-width: 6%;
  }
  :where(.wc-block-product-gallery-thumbnails) {
    position: sticky;
    top: calc(var(--header-height) + var(--wp-admin--admin-bar--position-offset, 0px) + 10px);
  }
  :where(.wc-block-product-gallery-large-image) {
    overflow: visible;
  }
  :where(.wc-block-product-gallery-large-image) :where(.wc-block-product-gallery-large-image__container) {
    flex-direction: column;
  }
}
@media (max-width: 782px) {
  .product-gallery__wrapper {
    margin-inline: -16px !important;
  }
  :where(.wc-block-product-gallery-thumbnails__thumbnail__image) {
    border-color: #b2b0a1;
  }
  :where(.wc-block-product-gallery-thumbnails__thumbnail__image--is-active) {
    border-color: #000;
  }
  .wc-block-product-gallery-thumbnails__scrollable {
    gap: 0.25rem;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .wc-block-product-gallery-thumbnails__scrollable > div {
    flex: 1;
    max-width: 1.5rem;
  }
  .wp-block-woocommerce-product-gallery {
    position: relative;
  }
  .wc-block-product-gallery-thumbnails {
    height: 2px;
    position: absolute;
    bottom: 0.5rem;
    padding: 0 1rem;
    z-index: 10;
  }
}
:where(.wc-block-product-gallery-large-image) :where(.wc-block-product-gallery-large-image__inner-blocks) {
  width: auto;
  height: auto;
}

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