/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./assets/scss/woocommerce/mobile-product-slider.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@media only screen and (min-width: 450px) {
  .mindlish-mob-product_slider .prev-arrow, .mindlish-mob-product_slider .next-arrow {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .mindlish-mob-product_slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }
  .mindlish-mob-product_slider ul.products {
    display: flex;
    transition: transform 0.5s ease;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mindlish-mob-product_slider ul.products li.product {
    flex: 0 0 100%;
    box-sizing: border-box;
    margin-bottom: 0 !important;
  }
  .mindlish-mob-product_slider .prev-arrow, .mindlish-mob-product_slider .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0 !important;
  }
  .mindlish-mob-product_slider .prev-arrow:before, .mindlish-mob-product_slider .next-arrow:before {
    content: "";
    width: 9px;
    height: 14px;
    background-size: 9px 14px;
    display: block;
  }
  .mindlish-mob-product_slider .next-arrow:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjU4Mzk4IDEuMTY2MDJMNy40MTczMiA2Ljk5OTM1TDEuNTgzOTggMTIuODMyNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    margin-left: 2px;
  }
  .mindlish-mob-product_slider .prev-arrow:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjQxNjAyIDEyLjgzMkwxLjU4MjY4IDYuOTk4N0w3LjQxNjAxIDEuMTY1MzYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  }
  .mindlish-mob-product_slider .prev-arrow {
    left: 4px;
  }
  .mindlish-mob-product_slider .next-arrow {
    right: 4px;
  }
  .mindlish-mob-product_slider .prev-arrow.hidden, .mindlish-mob-product_slider .next-arrow.hidden {
    opacity: 0;
    pointer-events: none;
  }
}

/*# sourceMappingURL=mobile-product-slider.css.map*/