/** Shopify CDN: Minification failed

Line 42:20 Expected ")" to end URL token

**/
.tolstoy-carousel .tolstoy-carousel-arrow-button-container {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tolstoy-carousel .tolstoy-carousel-arrow-button-container:nth-child(1) {
  left: 0;
}

.tolstoy-carousel .tolstoy-carousel-arrow-button-container:last-child {
  right: 0;
}

.tolstoy-carousel .tolstoy-next-button,
.tolstoy-carousel .tolstoy-previous-button {
  min-width: 31px;
  min-height: 49px;
  display: flex !important;
  border-radius: 2px 0 0 2px !important;
}

.tolstoy-carousel .tolstoy-next-button svg,
.tolstoy-carousel .tolstoy-previous-button svg {
  width: 12px;
  height: 24px;
  display: none;
}

.tolstoy-carousel .tolstoy-next-button svg path,
.tolstoy-carousel .tolstoy-previous-button svg path {
  fill: #333333;
}

.tolstoy-carousel .tolstoy-next-button:before,
.tolstoy-carousel .tolstoy-previous-button:before {
  content: '';
  background: url({{'arrow-left.svg'|asset_url}});
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
  transform: rotate(180deg);
}

@media (max-width: 989px) {
  .tolstoy-carousel .tolstoy-next-button,
  .tolstoy-carousel .tolstoy-previous-button {
    display: none !important;
  }
}
