.urundetay{
    background:#fff;
    border-radius:10px;
    padding:35px 50px;
    margin:30px -15px 20px
}
.urundetay .product-gallery{
    flex:1 1 0;
    max-width:45%;
    margin-right:45px
}
.urundetay .product-gallery .gallery-top{
    border-radius:10px;
    margin-bottom:25px
}
.urundetay .product-gallery .gallery-top .swiper-slide a{
    display:block
}
.urundetay .product-gallery .gallery-top .swiper-slide a img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover
}
.urundetay .product-gallery .gallery-thumbs .swiper-slide{
    cursor:pointer;
    border:1px solid #cacdd2;
    border-radius:3px
}
.urundetay .product-gallery .gallery-thumbs .swiper-slide img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover
}
.urundetay .product-gallery .gallery-thumbs .swiper-slide-thumb-active{
    border-color:var(--renk2)
}
.urundetay .product-details{
    flex:1 1 0;
    max-width:55%
}
.urundetay .product-details h1{
    font-size:20px;
    font-weight:700;
    color:#777777
}
.urundetay .product-details .store p{
    display:inline-block;
    font-size:14px;
    font-weight:500;
    color:#777777;
    padding:5px 10px;
    border-radius:4px;
    background:#f2f2f2
}
.urundetay .product-details .store p span.colored,.urundetay .product-details .store p a.colored{
    color:var(--renk2)
}
.urundetay .product-details .comment-value{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin-bottom:30px
}
.urundetay .product-details .comment-value span{
    font-size:14px;
    font-weight:500;
    color:#acacac;
    padding-right:5px
}
.urundetay .product-details .discount{
    font-size:24px;
    font-weight:700;
    line-height:20px;
    color:#b3b3b3
}
.urundetay .product-details .discount span{
    display:inline-block;
    position:relative
}
.urundetay .product-details .discount span:before{
    content:"";
    position:absolute;
    top:50%;
    width:100%;
    height:2px;
    background:#878787;
    margin-top:-1px
}
.urundetay .product-details .price{
    font-size:35px;
    line-height:40px;
    padding-bottom:16px;
    font-weight:700;
    color:#898787;
    border-bottom:2px solid #eef0f5
}
.urundetay .product-details .cargo{
    border-bottom:2px solid #eef0f5;
    padding:30px 0
}
.urundetay .product-details .cargo p{
    font-size:12px;
    line-height:20px;
    font-weight:700;
    color:#878787;
    margin-bottom:0;
    display:flex;
    align-items:center
}
.urundetay .product-details .cargo p span.colored{
    color:var(--renk2)
}
.urundetay .product-details .cargo p img{
    display:block
}
.urundetay .product-details .cargo p.thin{
    font-size:11px;
    line-height:16px;
    color:#bababa;
    font-weight:400
}
.urundetay .product-details .piece-basket{
    border-bottom:2px solid #eef0f5;
    padding:30px 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.urundetay .product-details .piece-basket .piece{
    border:1px solid #babcc0;
    border-radius:10px;
    padding:5px 0;
    position:relative;
    display:flex
}
.urundetay .product-details .piece-basket .piece:before {
    content: "";
    position: absolute;
    background: #efefef;
    width: 20px;
    height: 42px;
    top: 5px;
    right: 30px;
    border-radius: 0 5px 5px 0;
    pointer-events: none;
}
.urundetay .product-details .piece-basket .piece .minus{
    width:30px;
    cursor:pointer;
    height:100%;
    display:block;
    position:relative
}
.urundetay .product-details .piece-basket .piece .minus:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:16px;
    height:2px;
    background:#d6d6d6
}
.urundetay .product-details .piece-basket .piece input{
    font-size: 23px;
    font-weight:700;
    color:var(--renk2);
    text-align:center;
    padding: 5px 5px 17px 18px;
    border:none;
    background:#efefef;
    border-radius:5px;
    width:65px;
    height:42px;
    box-sizing:border-box;
}
.urundetay .product-details .piece-basket .piece span{
    pointer-events:none;
    font-size:12px;
    color:#b2b2b2;
    position:absolute;
    bottom:5px;
    left:50%;
    transform:translateX(-50%)
}
.urundetay .product-details .piece-basket .piece .plus{
    width:30px;
    cursor:pointer;
    height:100%;
    display:block;
    position:relative
}
.urundetay .product-details .piece-basket .piece .plus:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:16px;
    height:2px;
    background:#d6d6d6
}
.urundetay .product-details .piece-basket .piece .plus:after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:2px;
    height:16px;
    background:#d6d6d6
}
.urundetay .product-details .piece-basket .basket{
    display:flex;
    align-items:center;
    background:var(--renk2);
    padding:8px 20px;
    border-radius:10px;
    border:none;
    color:#fff
}
.urundetay .product-details .piece-basket .basket svg{
    width:24px;
    height:24px;
    display:block;
    margin-right:10px
}
.urundetay .product-details .piece-basket .basket span{
    font-size:14px;
    color:#fff;
    font-weight:500
}
.urundetay .product-details .share-favorite{
    display:flex;
    /* flex-wrap:wrap; */
    justify-content:space-between;
    padding:20px 0;
}
.urundetay .product-details .share-favorite .share{
    background: var(--renk2);
    border-radius:5px;
    padding:0 5px;
    display:flex;
    align-items:center;
    padding: 10px 15px;
}
.urundetay .product-details .share-favorite .share span{
    padding:5px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.urundetay .product-details .share-favorite .share span img{
    display: block; max-width: 100%; width: 30px;
}
.urundetay .product-details .share-favorite .share span svg{
    display: block; max-width: 100%; width: 30px;
}
.urundetay .product-details .share-favorite .share a{
    display:block;
    padding:5px;
    color:#787878;
    background: #fff;
    margin: 0 4px;
    border-radius: 5px;
}
.urundetay .product-details .share-favorite .share a svg{
    display:block;
    width:20px;
    height:20px
}
.urundetay .product-details .share-favorite .favorite{
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
    font-size:14px;
    font-weight:300;
    color:#777777;
    width: 80px;
    text-align: center;
}
.urundetay .product-details .share-favorite .favorite img{
    display:block;
}
.urundetay .product-details .product-features-comments{
    display:flex;
    border-radius:10px;
    overflow:hidden
}
.urundetay .product-details .product-features-comments a{
    transition:.4s;
    flex:1 1 0;
    padding:20px 10px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#f2f2f2;
    font-size:14px;
    color:var(--renk2)
}
.urundetay .product-details .product-features-comments a svg{
    transition:.4s;
    display:block;
    width:17px;
    height:17px;
    margin-left:10px
}
.urundetay .product-details .product-features-comments a:hover svg{
    transform:translateX(15px)
}
.urundetay .product-details .product-features-comments .features{
    position:relative
}
.urundetay .product-details .product-features-comments .features:before{
    content:"";
    position:absolute;
    right:-1px;
    top:10px;
    bottom:10px;
    width:2px;
    background:#cbcbcb
}
.urundetay .stars{
    display:flex;
    flex-wrap:wrap;
    margin-right:3px
}
.urundetay .stars .item{
    color:#cfd1d7;
    display:flex;
    align-items:flex-end
}
.urundetay .stars .item svg{
    width:20px;
    display:block;
    margin-right:-3px
}
.urundetay .stars .item.active{
    color:var(--renk2)
}
.urundetay .varyanlar{border: 1px solid #898787;padding: 15px 30px;border-radius: 15px;}
.urundetay .size-text{
    font-size: 16px;
    padding:20px 0 5px;
    font-weight: 400;
    color:#898787;
}
.urundetay .size-box ul{
    display:flex;
    flex-wrap:wrap
}
.urundetay .size-box ul li{
    margin-right:10px;
    margin-bottom: 10px;
}
.urundetay .size-box ul li a{
    padding:5px 10px;
    display:block;
    min-width:40px;
    font-size: 14px;
    border-radius:5px;
    /* font-weight:bold; */
    color:#898787;
    background:transparent;
    text-align:center;
    transition:.4s;
    border:1px solid #898787;
}
.urundetay .size-box ul li.active a{
    background:var(--renk2);
    color:#fff;
    border-color:var(--renk2)
}

@media (max-width:992px) {
    .urundetay{ margin-right: 0 !important; padding: 15px 30px; }
}
@media (max-width:767px) {
    .urundetay .product-gallery,
    .urundetay .product-details{ flex: 0 0 100%; max-width: 100%; }
}
/*
     FILE ARCHIVED ON 07:13:21 Jul 15, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:10:30 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.365
  captures_list: 1.772
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.007
  esindex: 0.006
  cdx.remote: 5.609
  LoadShardBlock: 40.192 (3)
  PetaboxLoader3.datanode: 60.086 (5)
  load_resource: 106.586
  PetaboxLoader3.resolve: 80.595
  loaddict: 15.83
*/