.product-section{
    padding-top: 160px;
}
@media (max-width: 991px){
    .product-section{
        padding-top: 80px;
    }
  }
  
.product-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ctas-wrapper-product{
    margin-top: 10px!important;
}
.product-contact-info-wrapper{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 16px;
}
.contact-cta-product{
    max-width: 230px!important;
    padding: 8px 32px;
    width: 223px!important;
}
.contact-cta-product-black{
    background-image: none!important;
    background-color: var(--black)!important;
    padding: 9.5px 32px;
}
.contact-cta-product-black:hover{
    background-color: transparent!important;
}
.contact-cta-product-black:hover > div{
    color: var(--black)!important;
}
.contact-cta-product img{
    max-width: 24px!important;
   
}
.heading-2{
    text-align: left!important;
}
/* Layout */
.product-wrapper{
    display:grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    align-items:start;
  }
  @media (max-width: 991px){
    .product-wrapper{ grid-template-columns: 1fr; }
  }
  
  /* Slider */
  .product-slider{
    display:grid;
    grid-template-columns: 92px 1fr;
    gap:16px;
    align-items:start;
  }
  
  .ps-thumbs{
    display:flex;
    flex-direction:column;
    gap:12px;
    max-height:480px;
    overflow:auto;
  }
  .ps-thumb{
    border:2px solid transparent;
    border-radius:8px;
    overflow:hidden;
    cursor:pointer;
    transition:border-color .2s ease, transform .2s ease;
  }
  .ps-thumb img{ display:block; width:100%; height:auto; }

  .ps-thumb.is-active{ border-color:var(--red); }
  
  .ps-main{
    position:relative;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 8px 28px rgba(0,0,0,.08);
    background:#fff;
  }
  .ps-main img{
    display:block;
    width:100%;
    height:auto;
    transition:transform .35s ease;
  }
  .ps-main:hover img{ transform:scale(1.03); }
  
  /* Discount badge */
  .ps-badge{
    position:absolute;
    right:16px; bottom:16px;
    background:var(--red);
    color:#fff; font-weight:800;
    border-radius:999px;
    padding:12px 14px;
    box-shadow:0 8px 16px rgba(227,0,0,.25);
  }
  
  /* Text */
  .product-price-wrapper{
    display:flex; gap:12px; align-items:baseline; margin:6px 0 12px;
  }
  #product-rrp-price{ color:#777; text-decoration:line-through; font-size: 13.33px; font-weight: 400;}
  #product-price{ color:var(--red); font-weight:600; font-size: 19px;}
  #product-discount{ color:var(--black); font-weight:600; font-size: 19px;}
  /* Sitnice */
  .skeleton{
    background:linear-gradient(90deg,#f4f4f4, #ececec, #f4f4f4);
    background-size:200% 100%;
    animation:sheen 1.2s linear infinite;
    min-height:320px; border-radius:14px;
  }
  @keyframes sheen{ 0%{background-position:200% 0} 100%{background-position:-200% 0} }
/* Mobilni režim */
@media (max-width: 991px){
    .product-slider{
      grid-template-columns: 1fr;   /* samo glavna slika */
    }
    .ps-thumbs{ display:none; }     /* sakrij thumbnails */
    .ps-main{ border-radius:12px; }
  
    /* Dots ispod slike */
    .ps-dots{
      display:flex; justify-content:center; gap:10px;
      margin-top:12px; user-select:none;
    }
    .ps-dot{
      width:8px; height:8px; border-radius:999px;
      background:#cfcfcf; transition:transform .2s ease, background-color .2s ease;
    }
    .ps-dot.is-active{
      background:#111; transform:scale(1.2);
    }
    .ps-badge{
      padding:8px 12px;
      font-size: 14px;
    }
  }
    
  




  .similar-products{
    padding-top: 80px;
  }
  .similar-products .products-wrapper{
    border-top: 1px solid var(--border-gray);
    padding-top: 20px;
  }


.product-heading-3{
    margin-bottom: 16px!important;
}

  @media (max-width: 991px){
    .product-section{
        padding-top: 80px;
    }
    .product-slider{
        width: 70%;
        margin: auto;
      }
      #product-name{
        text-align: center!important;
      }
      .product-price-wrapper{
        justify-content: center;
      }
      .product-contact-info-wrapper{
        justify-content: center;
      }
      .product-description-wrapper{
        text-align: center;
      }
      .product-heading-3{
        font-size: 27.81px;
      }
      .product-heading-2{
        text-align: center!important;
      }
  }
  @media (max-width: 991px){

   .contact-cta-product{
    padding: 8px 16px;
    width: 200px!important;
}
.ctas-wrapper-product{
    flex-direction: column;
    margin-top: 0!important;
}
.product-contact-info-wrapper{
    flex-direction: column;
    margin-top: 16px;

}
.product-heading-3{
    font-size: 23.04px;
}
  }
  


  @media (max-width: 479px){

    .contact-cta-product{
     justify-content: center!important;
 }
 .ctas-wrapper-product{
     flex-direction: column;
     margin-top: 0!important;
 }
 .product-contact-info-wrapper{
     flex-direction: column;
     margin-top: 16px;
 
 }
 .contact-cta-product-black{
    padding: 12px 32px;
}
.product-slider{
    width: 85%;
  }
  .product-heading-3{
    font-size: 19.2px;
}
   }