.def-premium-top-main{
    display:flex;
    gap:24px;
    align-items:flex-start;
    margin-top:10px;
}
.def-premium-left-col{
    width:46%;
}
.def-premium-right-col{
    width:54%;
    border-radius:24px;
    padding:28px;
    box-shadow:0 10px 30px rgba(18,28,45,.06);
}
.def-premium-gallery-card{
    position:relative;
    background:#fff;
    border:1px solid #e9edf3;
    border-radius:24px;
    padding:20px;
    box-shadow:0 10px 30px rgba(18,28,45,.06);
    overflow:hidden;
}
.def-premium-gallery-holder{
    position:relative;
    z-index:2;
}
.def-premium-gallery-holder.has-side-icons{
    padding-left:92px;
}
.def-premium-side-icons{
    position:absolute;
    left:18px;
    top:18px;
    z-index:5;
    width:74px;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.def-premium-side-icon{
    background:#fff;
    border:1px solid #edf1f6;
    border-radius:18px;
    padding:12px 8px;
    text-align:center;
    box-shadow:0 6px 18px rgba(18,28,45,.06);
}
.def-premium-side-icon i{
    display:block;
    font-size:20px;
    color:#2f6df6;
    margin-bottom:8px;
}
.def-premium-side-icon span{
    display:block;
    font-size:11px;
    line-height:1.25;
    color:#5c6778;
    font-weight:600;
}
.def-premium-header-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:16px;
    margin-bottom:10px;
}
.def-premium-series{
    font-size:13px;
    font-weight:700;
    letter-spacing:.6px;
    text-transform:uppercase;
    color:#2f6df6;
    margin-bottom:10px;
}
.def-premium-title{
    font-size:28px;
    line-height:1.2;
    font-weight:800;
    color:#1e232d;
    margin:0 0 8px 0;
}
.def-premium-subtitle{
    font-size:18px;
    color:#697586;
    margin-bottom:18px;
}
.def-premium-top-features{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin:8px 0 22px 0;
}
.def-premium-top-feature{
    width:92px;
    text-align:center;
}
.def-premium-top-feature-icon{
    width:76px;
    height:76px;
    margin:0 auto 10px auto;
    border:1px solid #e8edf4;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}
.def-premium-top-feature-icon i{
    font-size:28px;
    color:#314f89;
}
.def-premium-top-feature-label{
    font-size:14px;
    color:#3d4758;
    line-height:1.35;
    font-weight:600;
}
.def-premium-summary{
    font-size:16px;
    line-height:1.8;
    color:#5d6777;
    margin-bottom:22px;
}
.def-premium-inline-note{
    background:#f7fbff;
    border:1px solid #dcecff;
    color:#375b89;
    border-radius:14px;
    padding:12px 14px;
    font-size:14px;
    margin-bottom:18px;
}
.def-premium-highlight-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-bottom:18px;
}
.def-premium-highlight-box{
    background:#fbfcfe;
    border:1px solid #e8edf4;
    border-radius:18px;
    padding:16px 14px;
    min-height:108px;
}
.def-premium-highlight-box i{
    font-size:23px;
    color:#2f6df6;
    margin-bottom:10px;
    display:block;
}
.def-premium-highlight-title{
    font-size:14px;
    font-weight:800;
    color:#1f2530;
    line-height:1.35;
    margin-bottom:6px;
    text-transform:uppercase;
}
.def-premium-highlight-desc{
    font-size:13px;
    color:#616c7c;
    line-height:1.55;
}
.def-premium-meta-line{
    display:flex;
    flex-wrap:wrap;
    gap:22px;
    align-items:center;
    font-size:15px;
    color:#3d4758;
    margin-bottom:18px;
}
.def-premium-meta-line strong{
    color:#111;
}
.def-premium-stock-ok{
    color:#1e9f57;
    font-weight:700;
}
.def-premium-stock-no{
    color:#d33b3b;
    font-weight:700;
}
.def-premium-buy-card{
    background:#fff;
    border:1px solid #e8edf4;
    border-radius:20px;
    padding:18px;
    margin-top:4px;
}
.def-premium-bottom-points{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    margin-top:22px;
    border:1px solid #e8edf4;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
}
.def-premium-bottom-point{
    padding:18px 16px;
    text-align:center;
    border-right:1px solid #edf1f5;
}
.def-premium-bottom-point:last-child{
    border-right:none;
}
.def-premium-bottom-point i{
    font-size:26px;
    color:#7da0ef;
    display:block;
    margin-bottom:10px;
}
.def-premium-bottom-point-title{
    font-size:14px;
    font-weight:800;
    color:#2b3240;
    text-transform:uppercase;
    margin-bottom:6px;
}
.def-premium-bottom-point-desc{
    font-size:13px;
    color:#697586;
    line-height:1.5;
}
.def-premium-actions{
    margin-top:16px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.def-premium-actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:44px;
    padding:10px 16px;
    border-radius:12px;
    border:1px solid #e6ebf2;
    background:#fff;
    color:#1f2530;
    text-decoration:none !important;
    font-size:14px;
    font-weight:600;
}
.def-premium-actions a:hover{
    border-color:#cfd8e4;
    color:#111;
}
.def-premium-actions a i{
    font-size:16px;
}
.def-premium-gallery-card .glass-case,
.def-premium-gallery-card .glass-case *{
    border-radius:18px;
}
.def-premium-gallery-card img{
    max-width:100%;
}
@media (max-width: 1199px){
    .def-premium-top-main{
        flex-direction:column;
    }
    .def-premium-left-col,
    .def-premium-right-col{
        width:100%;
    }
}

@media (max-width: 767px){
    .def-premium-gallery-holder.has-side-icons{
        padding-left:0;
        padding-top:0 !important;
    }

    .def-premium-side-icons{
        position:relative;
        left:auto;
        top:auto;
        width:100%;
        flex-direction:row;
        flex-wrap:wrap;
        gap:10px;
        margin-bottom:10px !important;
    }

    .def-premium-side-icon{
        width:calc(33.333% - 7px);
        padding:10px 8px;
    }

    .def-premium-gallery-card{
        padding-top:14px !important;
    }

    .def-premium-gallery-holder{
        margin-top:0 !important;
    }

    .def-premium-title{
        font-size:24px;
    }

    .def-premium-highlight-grid{
        grid-template-columns:1fr;
    }

    .def-premium-bottom-points{
        grid-template-columns:1fr 1fr;
    }
}


@media (max-width: 575px){
    .def-premium-right-col{
        padding:20px;
    }
    .def-premium-gallery-card{
        padding:14px;
    }
    .def-premium-top-feature{
        width:84px;
    }
    .def-premium-top-feature-icon{
        width:68px;
        height:68px;
    }
    .def-premium-bottom-points{
        grid-template-columns:1fr;
    }
    .def-premium-actions{
        flex-direction:column;
    }
    .def-premium-actions a{
        width:100%;
    }
}

.urun-detay-main,
.urun-detay-main-in,
.def-premium-top-main,
.def-premium-left-col,
.def-premium-gallery-card,
.def-premium-gallery-holder,
.def-premium-gallery-holder .glass-case {
    overflow: visible !important;
}

.def-premium-top-main{
    position: relative;
    z-index: 1;
}

.def-premium-left-col{
    position: relative;
    z-index: 30;
}

.def-premium-gallery-card{
    position: relative;
    z-index: 40;
}

.def-premium-gallery-holder{
    position: relative;
    z-index: 50;
}

.def-premium-gallery-holder .glass-case{
    position: relative;
    z-index: 60;
}

.def-premium-right-col{
    position: relative;
    z-index: 5;
}

.def-premium-mini-specs{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:16px;
    margin-top:22px;
    margin-bottom:20px;
}

.def-premium-mini-spec{
    display:flex;
    align-items:center;
    gap:16px;
    background:#fbfcfe;
    border:1px solid #e8edf4;
    border-radius:20px;
    padding:18px 18px;
    min-height:102px;
}

.def-premium-mini-spec-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f3f7ff;
    border:1px solid #e1e9fb;
}

.def-premium-mini-spec-icon i{
    font-size:24px;
    color:#2f6df6;
}

.def-premium-mini-spec-text{
    min-width:0;
    flex:1;
}

.def-premium-mini-spec-title{
    font-size:14px;
    font-weight:800;
    color:#2a3140;
    text-transform:uppercase;
    margin-bottom:6px;
    line-height:1.35;
    word-break:break-word;
}

.def-premium-mini-spec-value{
    font-size:15px;
    color:#616c7c;
    line-height:1.5;
    word-break:break-word;
}

@media (max-width: 575px){
    .def-premium-mini-specs{
        grid-template-columns:1fr;
    }
}

/* MOBİL BOŞLUK OPTİMİZASYONU */
@media (max-width: 768px){

    /* ikonlar bloğu alt boşluk azalt */
    .def-premium-top-features{
        margin-bottom:10px !important;
    }

    /* mini özellik kutuları alt boşluk azalt */
    .def-premium-mini-specs{
        margin-bottom:10px !important;
    }

    /* sol kolon (görsel alanı) üst boşluğu azalt */
    .def-premium-left-col{
        margin-top:0 !important;
    }

    /* galeri kartı üst boşluk azalt */
    .def-premium-gallery-card{
        margin-top:0 !important;
    }

    /* GENEL boşluk sıkılaştırma */
    .def-premium-top-main{
        gap:12px !important;
    }

}
@media (max-width: 767px){
    .def-premium-side-icons + .def-premium-gallery-holder{
        margin-top:0 !important;
    }

    .def-premium-side-icons{
        padding-bottom:0 !important;
    }

    .def-premium-gallery-card,
    .def-premium-left-col,
    .urun-detay-sol-alan{
        margin-top:0 !important;
    }
}