.brandy-product-collection-slider:not(.block-editor-block-list__block)
  .brandy-site-product-template.wc-block-product-template__responsive {
  grid-gap: 0;
}

.brandy-product-collection-slider:not(.block-editor-block-list__block)
  .wc-block-product-template__responsive {
  grid-gap: 0;
}

.brandy-product-collection-slider:not(.block-editor-block-list__block) {
  position: relative;
}

.brandy-product-collection-slider:not(.block-editor-block-list__block)
  .brandy-swiper-navigation-button {
  position: absolute;
  top: var(--brandy-product-collection-swiper-navigation-offset-top, 40%);
  z-index: 10;
  transform: translateY(-100%);
}
.brandy-product-collection-slider:not(.block-editor-block-list__block)
  .brandy-swiper-navigation-button--back {
  left: 10px;
}

.brandy-product-collection-slider:not(.block-editor-block-list__block)
  .brandy-swiper-navigation-button--next {
  right: 10px;
}

/** Editor */
.block-editor-block-list__block .brandy-product-collection-slider ul {
  display: flex;
  gap: 30px;
  overflow: hidden;
}

.block-editor-block-list__block .brandy-product-collection-slider ul > * {
  max-width: 270px;
  flex: none;
}
