.btn-front-poveke{
    display: block;
    margin: 2em auto;
    background-color: #fff;
    border: 1px solid #e30040;
    padding: 0.5em 0 0.5em 2.5em;
    border-radius: 2em;
}
.btn-front-poveke>a{
    color: #e30040;
    font-size: 0.8em;
    text-decoration: none;
    letter-spacing: 0.1em;
}
.btn-front-poveke>i{
    font-size: 1.2em;
    color: #e30040;
    padding-left: 1.5em;
    padding-right: 1em;
}
.multi-item-carousel {
  overflow: hidden;
}
.multi-item-carousel .carousel-indicators {
  margin-right: 25%;
  margin-left: 25%;
}
.multi-item-carousel .carousel-control-prev,
.multi-item-carousel .carousel-control-next {
  /*background: rgba(255, 255, 255, 0.3);*/
  width: 25%;
  z-index: 11; /* .carousel-caption has z-index 10 */
}
.multi-item-carousel .carousel-inner {
  width: 240%;
  left: -70%;
}
.multi-item-carousel .carousel-item-next:not(.carousel-item-left),
.multi-item-carousel .carousel-item-right.active {
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}
.multi-item-carousel .carousel-item-prev:not(.carousel-item-right),
.multi-item-carousel .carousel-item-left.active {
  -webkit-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}
.multi-item-carousel .item__third {
  float: left;
  position: relative;
  width: 33.33333333%;
  padding-right: 0px;
}

.multi-item-carousel .carousel-indicators{
  bottom: 18px;
}

.multi-item-carousel .carousel-indicators li{
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  border: 0;
  margin: 0 6px;
}

.multi-item-carousel .carousel-indicators .active{
  background: #e30040;
}

.carousel-control-prev,
.carousel-control-next{
    font-size: 2.5em;
    opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i{
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    /*opacity: 0.5;*/
    font-size: 60px;
    line-height: 1;
    color: #696969 !important;
    transition: color .35s cubic-bezier(.2,.8,.2,1);
              /*border-color .35s cubic-bezier(.2,.8,.2,1);*/
              /*opacity .35s cubic-bezier(.2,.8,.2,1);*/
}
.carousel-control-prev:hover i,
.carousel-control-next:hover i{
    /*transform: scale(1.1);*/
    /*opacity: 0.4;*/
    /*width: 23.5%;*/
    color: #e30040 !important;
    /*border-color: #e30040 !important;*/
}
.carousel-control-prev{
    left: clamp(0px, 2vw, 24px);
    background-color: rgba(169,169,169,.4);
}
.carousel-control-next{
    right: clamp(0px, 2vw, 24px);
    background-color: rgba(169,169,169,.4);
}


@media (max-width: 575px){
    .carousel-control-prev,
    .carousel-control-next{
        font-size: 2em;
    }
    .carousel-control-prev>i,
    .carousel-control-next>i{
        padding: 0 0.3em;
    }
    .carousel-control-prev:hover,
    .carousel-control-next:hover{
        transform: none;
    }
    .carousel-control-prev{
        padding-left: 0;
    }
    .carousel-control-next{
        padding-right: 0;
    }
}

#canvas {
    display: block;
    margin: 0 auto;
}
#spin_button {
    display: none;
}
.btn-vnesi-email,
.btn-vnesi-email:hover{
    background-color: #E30040;
    color: #fff;
}
input#email_input:focus,
.btn-vnesi-email:focus{
    box-shadow: none;
}
#canvasContainer {
      width: 90vw;  /* Wheel takes 90% of viewport width */
      max-width: 500px;
      position: relative;
      display: inline-block;
}

#canvas {
    z-index: 1;
     width: 100% !important; /* Force canvas to scale */
     height: auto !important;
}

#spin-pointer {
     position: absolute;
     left: calc(50% - 5vh);
     top: -20px;
     z-index: 999;
     max-width: 10vh;
}


.hero-slider{ position:relative; }

.hero-dots{
  position:absolute;
  left:0; right:0;
  bottom:18px;
  display:flex;
  gap:10px;
  justify-content:center;
  z-index:5;
}

.hero-dots button{
  width:44px;
  height:4px;
  border:0;
  border-radius:999px;
  background:rgba(0,0,0,.18);
  padding:0;
}

.hero-dots button.is-active{
  background:#e30040;
}


.hero-slider{ position:relative; }

.hero-slider__track{
  aspect-ratio: 1920 / 869;
  height: auto;
}

.hero-slider__slide,
.hero-slider__link{
  height: 100%;
}

.hero-slider__link{
  display:block;
  width:100%;
}

.hero-slider__media{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}


.front1-banner__link{
  display:block;
  width:100%;
  overflow:hidden;
  background:#f3f3f3;
}

.front1-banner__img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.front-products .keen-slider__slide{
  min-width: 0;          /* prevents overflow bugs */
}

.front-products .div-proizvod{
  width: 100%;
}

.front-products{
  position: relative;
  padding: 0 44px; /* space for arrows */
  margin-top: 45px;
  margin-bottom: 45px;
}

.front1-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:2;

  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:#fff;

  box-shadow:0 6px 18px rgba(0,0,0,.12);
  display:flex;
  align-items:center;
  justify-content:center;

  transition: box-shadow .15s ease;
  color:#111;
}

.front1-arrow--left{ left:12px; }
.front1-arrow--right{ right:12px; }

.front1-arrow:hover{
  box-shadow: 0 6px 18px rgba(0,0,0,.12), 0 0 0 3px rgba(0,0,0,.12);
}

.front1-arrow__icon{ display:block; }

.front1-arrow__icon--left{ transform: rotate(180deg); }

.front1-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:20px;
}
.front1-dots button{
  width:26px;height:4px;
  border:0;
  border-radius:999px;
  background:#d9d9d9;
  opacity:.9;
}
.front1-dots button.is-active{ background:#111; }

.img-small-front{
  width: min(405px, 100%);
  aspect-ratio: 405 / 510;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.div-proizvod{
  position: relative;
  padding-inline: 18px; /* use a whole pixel or rem */
}

.fav-card-name{
  margin-top:1.5rem;
  color:#202020;
  font-size:1.2em;
  font-weight:600;
  margin-left:0px;

  /* fixed 2-line block */
  line-height:1.25;
  height:2.5em;              /* 2 lines */
  overflow:hidden;

  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.fav-card-price{ font-weight:600; color:#202020; margin-left:0px;}

.front1-banner{ position: relative; }

.front-banner__overlay{
  position: absolute;
  left: 75%;   /* your anchor point */
  bottom: 30%;  /* your anchor point */
  transform: translateX(-50%);
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 1.2vw, 14px);
  text-align: center;
  
  width: min(520px, 90vw);
}

.front-banner__title{
  color:#fff;
  font-family:"Montserrat", sans-serif;
  font-weight:300;
  font-size: clamp(28px, 4vw, 64px);
  letter-spacing:.2px;
  text-shadow:0 5px 24px rgba(0,0,0,.35);
  white-space: normal;       /* allow wrapping */
  line-height: 1.05;
}

.front-banner__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-width: clamp(140px, 14vw, 180px);
  padding: clamp(10px, 1.2vw, 12px) clamp(18px, 2.2vw, 28px);
  border-radius: 999px;

  background: rgba(255,255,255,.08);
  border: 0.05em solid rgba(206,206,206,.8);
  color: rgba(160,160,160,.8);
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  text-decoration:none;
  backdrop-filter: blur(6px);

  transition: box-shadow .1s ease, transform .1s ease, background .1s ease, border-color .1s ease;
}

.front-banner__pill:hover{
  background: rgba(202,202,202,.8);
  border-color: rgba(160,160,160,.8);
  box-shadow: 0 10px 28px rgba(0,0,0,.18), 0 0 0 3px rgba(255,255,255,.25);
  color: rgba(106,106,106,.8);
  text-decoration: none;
}

/* Asset swap hooks (desktop default) */
.hero-slider__media--mobile,
.front1-banner__img--mobile {
  display: none;
}

.hero-slider__media--desktop,
.front1-banner__img--desktop {
  display: block;
}

/* Tablet and down */
@media (max-width: 991px) {
  .front-products {
    padding: 0 20px;
  }

  .front1-arrow {
    width: 34px;
    height: 34px;
  }

  .front1-arrow--left { left: 0; }
  .front1-arrow--right { right: 0; }
}

/* Mobile first visual tuning */
@media (max-width: 767px) {
  .hero-slider__track {
    aspect-ratio: 412 / 805;
    height: calc(100vw * 805 / 412) !important;
    max-height: 805px;
  }

  .hero-slider__slide,
  .hero-slider__link,
  .hero-slider__media {
    height: 100% !important;
  }

  .hero-dots {
    bottom: 10px;
    gap: 8px;
  }

  .hero-dots button {
    width: 28px;
    height: 3px;
  }

  .front1-banner {
    margin-bottom: 12px !important;
  }

  .front1-banner__link {
    aspect-ratio: 4 / 5;
  }

  .front-banner__overlay {
    left: 50%;
    bottom: 18%;
    width: min(92vw, 440px);
    gap: 10px;
  }

  .front-banner__title {
    font-size: clamp(22px, 7vw, 34px);
    line-height: 1.08;
  }

  .front-banner__pill {
    min-width: 136px;
    padding: 10px 18px;
    font-size: 14px;
  }

  .front-products {
    margin-top: 24px;
    margin-bottom: 28px;
    padding: 0 14px;
  }

  .front1-arrow {
    display: none;
  }

  .img-small-front {
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  .div-proizvod {
    padding-inline: 8px;
  }

  .fav-card-name {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.3;
    height: 2.6em;
  }

  .fav-card-price {
    font-size: 14px;
  }

  /* Switch to mobile-specific assets once added in markup */
  .hero-slider__media--desktop,
  .front1-banner__img--desktop {
    display: none;
  }

  .hero-slider__media--mobile,
  .front1-banner__img--mobile {
    display: block;
  }
}