.product-item{
    display:block;
    transition:.4s;
    height:400px;
    box-sizing:border-box;
    padding:20px;
    border:1px solid #fff;
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 32px rgba(0,0,0,0.1)
}
.product-item .img{
    margin-bottom:10px;
    height:220px
}
.product-item .img img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain
}
.product-item .name{
    font-size:13px;
    font-weight:500;
    color:#868686;
    line-height:15px;
    margin-bottom:8px
}
.product-item .desc{
    font-size:12px;
    font-weight:300;
    color:#868686;
    line-height:12px;
    margin-bottom:4px
}
.product-item .price{
    font-size:24px;
    line-height:26px;
    font-weight:700;
    color:#878787;
    margin-bottom:12px
}
.product-item .price.discount{
    font-size:20px;
    line-height:24px
}
.product-item .price.discount span{
    font-size:13px;
    font-weight:400;
    position:relative
}
.product-item .price.discount span:before{
    content:"";
    position:absolute;
    top:50%;
    margin-top:-1px;
    background:rgba(65,120,188,0.52);
    height:2px;
    width:100%
}
.product-item .end{
    display:flex;
    justify-content:space-between
}
.product-item .end .basket{
    background:var(--renk2);
    position:relative;
    border-radius:10px;
    padding:8px 10px;
    display:inline-block
}
.product-item .end .basket svg{
    width:14px;
    height:14px;
    position:absolute;
    top:50%;
    margin-top:-8px
}
.product-item .end .basket svg path{
    fill:#fff
}
.product-item .end .basket span{
    font-size:9px;
    font-weight:700;
    color:#fff;
    display:block;
    padding-left:20px
}
.product-item:hover{
    border-color:var(--renk1)
}
.product-item .stars{
    display:flex;
    flex-wrap:wrap;
    margin-right:3px
}
.product-item .stars .item{
    color:#cfd1d7;
    display:flex;
    align-items:flex-end
}
.product-item .stars .item svg{
    width:20px;
    display:block;
    margin-right:-3px
}
.product-item .stars .item.active{
    color:var(--renk2)
}
/*
     FILE ARCHIVED ON 07:13:34 Jul 15, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:10:19 Apr 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.34
  captures_list: 0.36
  exclusion.robots: 0.011
  exclusion.robots.policy: 0.004
  esindex: 0.006
  cdx.remote: 38.037
  LoadShardBlock: 46.228 (3)
  PetaboxLoader3.datanode: 91.365 (5)
  load_resource: 235.462
  PetaboxLoader3.resolve: 143.926
  loaddict: 70.729
*/