/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/offbeat-vendor-filmstrip-gallery-block/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.wp-block-offbeat-vendor-gallery-filmstrip {
  display: flex;
  flex-direction: column;
  gap: var(--wp--style--block-gap, var(--wp--preset--spacing--50));
  overflow: hidden;
}

.wp-block-offbeat-vendor-gallery-filmstrip .wp-block-gallery {
  width: 100%;
  flex: 1;
  display: flex;
  opacity: 0;
  flex-wrap: nowrap !important;
  gap: 5px;
  transition: 0.3s ease;
  height: 350px;
}

.wp-block-offbeat-vendor-gallery-filmstrip .wp-block-image {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 5px;
  height: 350px;
}

.wp-block-offbeat-vendor-gallery-filmstrip .wp-block-image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.celebrate-custom-gallery-wrapper.celebrate-gallery-format-slider .wp-block-image div > img {
  flex: unset !important;
  opacity: 1;
  z-index: 1;
  display: block;
}

.celebrate-custom-gallery-wrapper:has(.alignfull) {
  max-width: unset !important;
  position: relative;
  margin: 0px;
}

.celebrate-custom-gallery-wrapper .celebrate-filmstrip-prev-next-button {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 9;
  height: 50px;
  width: 50px;
  display: flex;
  padding: 13px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.celebrate-custom-gallery-wrapper .celebrate-filmstrip-prev-next-button.next {
  left: auto;
  right: 10px;
}

.celebrate-custom-gallery-wrapper .celebrate-filmstrip-page-dots {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.celebrate-custom-gallery-wrapper .celebrate-filmstrip-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.celebrate-custom-gallery-wrapper .celebrate-filmstrip-page-dots .dot.is-selected {
  opacity: 1;
}

.celebrate-custom-gallery-wrapper.celebrate-gallery-format-slider .flickity-page-dots {
  bottom: 20px;
}

.celebrate-custom-gallery-wrapper.celebrate-gallery-format-slider {
  overflow: hidden;
}

.celebrate-custom-gallery-wrapper.celebrate-gallery-format-slider .flickity-viewport {
  width: 100%;
  overflow: hidden;
}

.celebrate-custom-gallery-wrapper.celebrate-gallery-format-slider .flickity-viewport .flickity-slider {
  width: 100%;
}

.celebrate-custom-gallery-wrapper.celebrate-gallery-format-slider .flickity-viewport .flickity-slider > figure {
  margin-right: 5px !important;
}

@media (max-width: 768px) {
  .wp-block-offbeat-vendor-gallery-filmstrip .wp-block-gallery {
    height: 250px;
  }
  .wp-block-offbeat-vendor-gallery-filmstrip .wp-block-image {
    width: 100% !important;
    height: 250px !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .wp-block-offbeat-vendor-gallery-filmstrip .wp-block-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*# sourceMappingURL=style-index.css.map*/