/** Shopify CDN: Minification failed

Line 67:1 Expected "}" to go with "{"

**/
/* .main-bkg {
    background-color: var(--pen-yellow)
} */

.card--media {
  border-radius: 25px;
}
.align-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}
.border-r {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.border-r img {
  object-fit: cover;
}
.card__inner_tablet {
  height: auto !important;
}
/* .slider-button *{
    height: 200px; to make slider buttons bigger
} */
/* .pad-circle {
    margin: 20px;
} */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .card-tablet {
    height: auto;
    width: calc(33.33% - 10px) !important;
  }
}


.main-bkg {
  /* Gestione slide scorrevole in home page */
  .slider.slider--tablet {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
  }

}

@media screen and (min-width: 990px) {

.main-bkg {
  .slider-buttons {
    display: flex !important;
}
}