.carousel-inner{
  height: 300px;
}
.carousel-inner img{
  height: 100%;
}
.O{
  text-align: center;
  padding-top: 5px;
}
.PRODUKTI-HOME{
  padding-top: 50px;
}
h2 {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 30px 0 60px;
}
h2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 4px;
  border-radius: 1px;
  background: #7ac400;
  left: 0;
  right: 0;
  bottom: -20px;
}
.carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.carousel .item {
  color: #747d89;
  min-height: 325px;
  text-align: center;
  overflow: hidden;
}
.carousel .thumb-wrapper {
  padding: 25px 15px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.carousel .item .img-box {
  height: 120px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.carousel .item img { 
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.carousel .item h4 {
  font-size: 18px;
}
.carousel .item h4, .carousel .item p, .carousel .item ul {
  margin-bottom: 5px;
}
.carousel .thumb-content .btn {
  color: #7ac400;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border: 1px solid #7ac400;
  padding: 6px 14px;
  margin-top: 5px;
  line-height: 16px;
  border-radius: 20px;
}
.carousel .thumb-content .btn:hover, .carousel .thumb-content .btn:focus {
  color: #fff;
  background: #7ac400;
  box-shadow: none;
}
.carousel .thumb-content .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.carousel .item-price {
  font-size: 13px;
  padding: 2px 0;
}
.carousel .item-price strike {
  opacity: 0.7;
  margin-right: 5px;
}
.carousel-control-prev, .carousel-control-next {
  height: 44px;
  width: 40px;
  background: #7ac400;  
  margin: auto 0;
  border-radius: 4px;
  opacity: 0.8;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background: #78bf00;
  opacity: 1;
}
.carousel-control-prev i, .carousel-control-next i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -19px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
}
.carousel-control-prev i {
  margin-left: -2px;
}
.carousel-control-next i {
  margin-right: -4px;
}   
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 50%;
  border: none;
}
.carousel-indicators li { 
  background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {  
  background: rgba(0, 0, 0, 0.6);
}
.carousel .wish-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  cursor: pointer;
  font-size: 16px;
  color: #abb0b8;
}
.carousel .wish-icon .fa-heart {
  color: #ff6161;
}
.star-rating li {
  padding: 0;
}
.star-rating {
  font-size: 14px;
  color: #ffc000;
}
.circle-border {
  text-shadow: 
   -2px 2px 0 #000,
   2px 2px 0 #000,
   2px -2px 0 #000,
   -2px -2px 0 #000,
   -3px 0 0 #000,
   3px 0 0 #000,
   0 3px 0 #000,
   0 -3px 0 #000;
}
.overlay{
  position: absolute;
  border-radius: 30px;
  height:  95%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s easy-in-out;
  background: black;
  cursor: pointer;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align:   center;
}
.lol:hover .overlay{
  opacity: 0.8;
}
.lol1:hover .overlay{
  opacity: 0.8;
}

.centered1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile2{

  position: relative;
  text-align: center;
  color: #000000FF;
}
.btn-outline-success{
  padding-left: 50px;
  border-width: 3px;
  padding-right: 50px;
  background: #000000FF;
  border-radius: 20px;
  color: #FFFFFFFF;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:focus {
    outline: 0px;
}
.quiz_title{
    font-size: 30px;
    font-weight: 700;
    color: #292d3f;
    text-align: center;
    margin-bottom: 50px;
}

.quiz_card_area{position: relative;margin-bottom: 30px;}
.single_quiz_card{
    border:1px solid #efefef;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.quiz_card_title{
    padding: 10px;
    text-align: center;
    background-color: #d6d6d6;
}
.quiz_card_title h3{
    font-size: 16px;
    font-weight: 400;
    color: #292d3f;
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.quiz_card_title h3 i{opacity: 0;}
.quiz_card_icon{
    max-width: 100%;
    min-height: 135px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz_icon {
    width: 70px;
    height: 75px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.quiz_icon1{
    background-image: url('https://img.icons8.com/ios-filled/32/000000/maxcdn.png');
}
.quiz_icon2{
    background-image: url('https://img.icons8.com/ios-filled/48/000000/download-2.png');
}
.quiz_icon3{
    background-image: url('https://img.icons8.com/ios/50/000000/cloudflare.png');
}
.quiz_icon4{
    background-image: url('https://img.icons8.com/dotty/80/000000/download-2.png');
}
.quiz_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}  
.quiz_checkbox:checked ~ .single_quiz_card{border: 1px solid #2575fc;}
.quiz_checkbox:checked:hover ~ .single_quiz_card{border: 1px solid #2575fc;}

.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title{background-color:#2575fc; color: #ffffff;}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title h3{color: #ffffff;}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title h3 i{opacity: 1;}
.quiz_checkbox:checked:hover ~ .quiz_card_title{border: 1px solid #2575fc;}

/*Icon Selector*/

.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon {color: #2575fc;}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon1{
    background-image: url('https://img.icons8.com/nolan/32/000000/maxcdn.png');
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon2{
    background-image: url('https://img.icons8.com/color/48/000000/download-2.png');
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon3{
    background-image: url('https://img.icons8.com/color/48/000000/cloudflare.png');
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon4{
    background-image: url('https://img.icons8.com/material-outlined/80/000000/download-2.png');
}

.quiz_card_icon{
    font-size: 50px;
    color: #000000;
}

.quiz_backBtn_progressBar{
    position: relative;
    margin-bottom: 60px;
}
.quiz_backBtn{
    background-color: transparent;
    border: 1px solid #d2d2d3;
    color: #8e8e8e;
    border-radius: 50%;
    position: absolute;
    top: -17px;
    left: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none!important;
}
.quiz_backBtn:hover{color: #a9559b;border: 1px solid #2575fc;}
.quiz_backBtn_progressBar .progress{margin-left: 50px;margin-top: 50px;height: 6px;}
.quiz_backBtn_progressBar .progress-bar{
    background-color: #2575fc;
}
.quiz_next{
    text-align: center;
    margin-top: 50px;
}
.quiz_continueBtn{
    max-width: 315px;
    background-color: #2575fc;
    color: #ffffff;
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 125px;
    border: 0;
}

/* Best-sellers horizontal scroll on mobile */
.best-sellers-wrapper {
  position: relative;
}

.best-sellers-scroll {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 15px;
}

.best-sellers-scroll::-webkit-scrollbar {
  height: 8px;
}

.best-sellers-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.best-sellers-scroll::-webkit-scrollbar-thumb {
  background: #0033a0;
  border-radius: 10px;
}

.best-sellers-scroll::-webkit-scrollbar-thumb:hover {
  background: #002d90;
}

.product-card-bestseller {
  flex: 0 0 280px;
  min-width: 280px;
}

/* On desktop, show grid for best-sellers */
@media (min-width: 768px) {
  .best-sellers-scroll {
    display: flex;
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 20px;
  }
  
  .product-card-bestseller {
    flex: 0 0 calc(50% - 10px);
    min-width: auto;
  }
}

@media (min-width: 992px) {
  .product-card-bestseller {
    flex: 0 0 calc(33.333% - 14px);
  }
}

@media (min-width: 1200px) {
  .product-card-bestseller {
    flex: 0 0 calc(25% - 15px);
  }
}

/* Product badges */
.discount-badge-absolute {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.discount-badge-absolute span {
  background: #dc3545;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.recommended-badge-absolute {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.recommended-badge-absolute span {
  background: #28a745;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Recommended product border highlight */
.recommended-product {
  border: 2px solid #28a745 !important;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3) !important;
}

/* Product power display */
.product-power {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 4px 8px;
  border-left: 3px solid #0033a0;
}

/* Product price styling */
.product-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-price-main {
  font-weight: bold;
  color: #0033a0;
  font-size: 1.1em;
}

.product-price-main.highlighted {
  color: #dc3545;
}

.product-price-old {
  text-decoration: line-through;
  color: #6c757d;
  font-size: 0.9em;
}

/* View more button styling */
.view-more-btn {
  background: #0033a0;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.view-more-btn:hover {
  background: #002d90;
  transform: translateY(-1px);
}

/* Card hover effects */
.card:hover {
  transform: translateY(-2px);
  transition: all 0.3s ease;
}