/* =====================================================
   PRODUCT DETAIL V2 — modern re-skin of the bootstrap
   product detail page, scoped under .lm-pd so nothing
   else on the site is affected.
   ===================================================== */

.lm-pd{ background:#f8fafc; padding-bottom:40px!important; }

/* ---------- Breadcrumb ---------- */
.lm-pd .breadcrumb{
    background:#fff;
    border:1px solid #eef1f6;
    border-radius:999px;
    padding:8px 16px!important;
    margin:0!important;
}
.lm-pd .breadcrumb-item.active{ color:#0f172a; font-weight:700; }
.lm-pd .breadcrumb-item a{ font-weight:600; color:#64748b; }

/* ---------- Generic cards ---------- */
.lm-pd .card.border-0.shadow-sm.rounded-4{
    border:1px solid #eef1f6!important;
    border-radius:20px!important;
    box-shadow:0 8px 24px rgba(15,23,42,.05)!important;
}

/* ---------- Gallery card ---------- */
.lm-pd .col-lg-6.order-lg-1 .card{
    position:relative;
    overflow:hidden;
}
.lm-pd .col-lg-6.order-lg-1 img.card-img-top{
    border-radius:18px!important;
}
.lm-pd .badge.text-bg-primary,
.lm-pd .badge.text-bg-danger,
.lm-pd .badge.text-bg-success{
    border-radius:999px!important;
    padding:7px 13px!important;
    font-size:11px!important;
    font-weight:800!important;
    letter-spacing:.01em;
    box-shadow:0 6px 14px rgba(0,0,0,.12);
}
.lm-pd .badge.text-bg-primary{ background:var(--lm-primary)!important; }

/* ---------- Centered product gallery ---------- */
.lm-pd .lm-pd-top .order-lg-1 > .card{
    min-height:520px;
}
.lm-pd .lm-product-gallery,
.lm-pd .lm-product-image-static{
    width:100%;
    min-height:440px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.lm-pd .lm-product-gallery{
    position:relative;
    overflow:hidden;
    background:linear-gradient(145deg,#fff 0%,#f8fbff 100%);
}
.lm-pd .lm-product-gallery .swiper-wrapper{
    height:100%;
}
.lm-pd .lm-product-gallery .swiper-slide{
    height:auto;
    display:flex;
    align-items:center;
    justify-content:center;
}
.lm-pd .lm-product-gallery-frame{
    width:100%;
    height:100%;
    min-height:440px;
    padding:44px 84px 58px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.lm-pd .lm-product-gallery img,
.lm-pd .lm-product-image-static img.card-img-top{
    display:block;
    width:auto!important;
    height:auto!important;
    max-width:100%;
    max-height:390px;
    margin:auto;
    object-fit:contain!important;
}
.lm-pd .lm-product-image-static{
    padding:30px!important;
    background:linear-gradient(145deg,#fff 0%,#f8fbff 100%);
}
.lm-pd .lm-product-image-static.p-3.mx-auto{
    margin:0!important;
}
.lm-pd .lm-product-gallery-nav{
    width:46px!important;
    height:46px!important;
    margin-top:0!important;
    border:1px solid rgba(148,163,184,.32)!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.88)!important;
    color:#0f172a!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 28px rgba(15,23,42,.14);
    backdrop-filter:blur(10px);
    transition:background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.lm-pd .lm-product-gallery-nav:hover{
    background:var(--lm-primary)!important;
    color:#fff!important;
    box-shadow:0 14px 30px rgba(37,99,235,.28);
}
.lm-pd .lm-product-gallery-nav:active{
    transform:translateY(-50%) scale(.94);
}
.lm-pd .lm-product-gallery-nav::after{
    content:none!important;
}
.lm-pd .lm-product-gallery-nav svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.lm-pd .lm-product-gallery-nav-prev{ left:18px!important; }
.lm-pd .lm-product-gallery-nav-next{ right:18px!important; }
.lm-pd .lm-product-gallery-pagination{
    bottom:16px!important;
}
.lm-pd .lm-product-gallery-pagination .swiper-pagination-bullet{
    width:7px;
    height:7px;
    margin:0 4px!important;
    background:#94a3b8;
    opacity:.55;
    transition:width .2s ease, background .2s ease, opacity .2s ease;
}
.lm-pd .lm-product-gallery-pagination .swiper-pagination-bullet-active{
    width:22px;
    border-radius:999px;
    background:var(--lm-primary);
    opacity:1;
}

/* ---------- Summary card (title + properties) ---------- */
.lm-pd .product-summary-card{
    text-align:left!important;
    background:#fff;
}
.lm-pd .product-summary-card h2{
    font-size:21px!important;
    font-weight:900;
    color:#0f172a;
    letter-spacing:-.01em;
}
.lm-pd .product-summary-card h6.text-success{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:12.5px!important;
    font-weight:800;
    color:#16a34a!important;
    margin-top:6px;
}
.lm-pd .product-summary-card h6.text-success::before{
    content:"";
    width:7px;height:7px;
    border-radius:50%;
    background:#16a34a;
    box-shadow:0 0 0 3px rgba(22,163,74,.15);
}

.lm-pd .product-summary-card .badge.bg-light{
    background:#f6f8fb!important;
    border:1px solid #eef1f6;
    border-radius:12px!important;
    padding:8px 12px!important;
    color:#334155!important;
    font-weight:600;
}

/* ---------- Price / actions card ---------- */
.lm-pd .h3.text-danger{
    font-size:28px!important;
    font-weight:900;
    color:#dc2626!important;
}

.lm-pd .btn-outline-danger.border-0{
    border-radius:10px!important;
    background:#fef2f2;
    color:#dc2626!important;
    font-weight:700;
    font-size:12.5px;
    padding:8px 13px;
}
.lm-pd .btn-outline-danger.border-0:hover{ background:#fee2e2; }

#share_btn{
    border-radius:10px!important;
    font-weight:700;
}

/* main buy button */
.lm-pd form .btn:not(.btn-light):not(.btn-success){
    border-radius:13px!important;
    height:50px;
    font-weight:800!important;
    font-size:14.5px;
    background:var(--lm-primary)!important;
    border:0!important;
    box-shadow:0 10px 22px rgba(37,99,235,.25);
    transition:.2s;
}
.lm-pd form .btn:not(.btn-light):not(.btn-success):hover{
    background:#1d4ed8!important;
    transform:translateY(-1px);
}

.lm-pd .btn-success{
    border-radius:13px!important;
    height:50px;
    font-weight:800!important;
    box-shadow:0 10px 22px rgba(22,163,74,.2);
}

.lm-pd .btn-light{
    border-radius:12px!important;
    border:1px solid #eef1f6!important;
    font-weight:700!important;
    background:#f8fafc!important;
}
.lm-pd .btn-light:hover{ background:#f1f5f9!important; }

.lm-pd input#input_qty,
.lm-pd .input-group{
    border-radius:12px!important;
    overflow:hidden;
}

/* ---------- Views / sales stat row ---------- */
.lm-pd .count .fs-3{
    font-weight:900!important;
    color:#0f172a;
}
.lm-pd hr{ opacity:.08; }

/* ---------- Description / FAQ tabs ---------- */
.lm-pd #nav-tab{
    background:#f6f8fb!important;
    border:1px solid #eef1f6!important;
    padding:5px!important;
}
.lm-pd #nav-tab .nav-link{
    font-weight:700!important;
    font-size:13.5px;
    color:#475569;
    padding:10px 16px!important;
}
.lm-pd #nav-tab .nav-link.active{
    background:#fff!important;
    color:var(--lm-primary)!important;
    box-shadow:0 4px 12px rgba(15,23,42,.06);
}

.lm-pd .accordion-item{
    border:1px solid #eef1f6!important;
    border-radius:14px!important;
    overflow:hidden;
    margin-bottom:8px;
}
.lm-pd .accordion-button{
    font-weight:700!important;
    font-size:13.5px;
}
.lm-pd .accordion-button:not(.collapsed){
    background:var(--lm-soft)!important;
    color:var(--lm-primary)!important;
    box-shadow:none!important;
}

@media (max-width:768px){
    .lm-pd .product-summary-card h2{ font-size:18px!important; }
    .lm-pd .h3.text-danger{ font-size:23px!important; }
}

/* =====================================================
   GALLERY  /  SUMMARY ALIGNMENT
   ===================================================== */
.lm-pd .lm-pd-top{ align-items:stretch; }

.lm-pd .lm-pd-top .col-lg-1.order-lg-1,
.lm-pd .lm-pd-top > .order-lg-1{ display:flex; }
.lm-pd .lm-pd-top .order-lg-1 > .card{
    width:100%;
    display:flex;
    flex-direction:column;
}

.lm-pd .lm-pd-top .order-lg-2{ height:100%; }
.lm-pd .lm-pd-top .order-lg-2 > .card:last-child{
    flex:1;
    display:flex;
    flex-direction:column;
}
.lm-pd .lm-pd-top .order-lg-2 > .card:last-child > .card-body{
    flex:1;
    display:flex;
    flex-direction:column;
}

/* dynamic property/feature chips — wraps instead of horizontal scroll */
.lm-pd .lm-pd-chips{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:10px;
}
.lm-pd .lm-pd-chip.badge.bg-light{
    display:inline-flex!important;
    align-items:center;
    gap:7px;
    background:var(--lm-soft)!important;
    border:1px solid #dbe8ff;
    color:var(--lm-primary)!important;
    border-radius:999px!important;
    padding:7px 12px!important;
    font-size:12px;
    font-weight:700;
}
.lm-pd .lm-pd-chip img{
    width:18px!important;
    height:18px!important;
    opacity:1!important;
}
.lm-pd .lm-pd-chip small{ font-weight:700; }

/* gallery trust strip — fills the empty space under the image */
.lm-pd .lm-pd-gallery-trust{
    margin-top:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-top:1px solid #eef1f6;
}
.lm-pd .lm-pd-gallery-trust div{
    padding:14px 8px;
    text-align:center;
    border-right:1px solid #eef1f6;
}
.lm-pd .lm-pd-gallery-trust div:last-child{ border-right:0; }
.lm-pd .lm-pd-gallery-trust svg{ color:var(--lm-primary); margin-bottom:5px; }
.lm-pd .lm-pd-gallery-trust strong{
    display:block;
    font-size:11px;
    font-weight:800;
    color:#0f172a;
}

/* =====================================================
   DESCRIPTION / FAQ CONTENT — card-styled body
   ===================================================== */
.lm-content-card .card-body{
    padding:26px!important;
}
.lm-pd .lm-description-panel{
    background:#fff;
    border:1px solid #e9eef5;
    border-radius:18px;
    padding:24px;
    box-shadow:0 10px 26px rgba(15,23,42,.045);
}
.lm-pd .lm-description-panel > :last-child{
    margin-bottom:0;
}

/* generic typography inside the description tab */
.lm-pd #nav-home h1,
.lm-pd #nav-home h2,
.lm-pd #nav-home h3,
.lm-pd #nav-home h4{
    font-size:16px;
    font-weight:800;
    color:#0f172a;
    margin:22px 0 12px;
}
.lm-pd #nav-home h1:first-child,
.lm-pd #nav-home h2:first-child,
.lm-pd #nav-home h3:first-child{ margin-top:0; }
.lm-pd #nav-home p{
    font-size:14px;
    line-height:1.8;
    color:#475569;
}
.lm-pd #nav-home img{
    max-width:100%;
    border-radius:14px;
}

/* checklist look: any plain <ul><li> in the description becomes
   a two-column card-style checklist, matching the reference design */
.lm-pd #nav-home ul:not([class]),
.lm-pd #nav-home ul.lm-check-list{
    list-style:none;
    margin:0 0 18px;
    padding:0;
    columns:2;
    column-gap:14px;
}
.lm-pd #nav-home ul:not([class]) li,
.lm-pd #nav-home ul.lm-check-list li{
    break-inside:avoid;
    display:flex;
    align-items:flex-start;
    gap:9px;
    background:#f6f8fb;
    border:1px solid #eef1f6;
    border-radius:12px;
    padding:11px 13px;
    margin:0 0 10px;
    font-size:13px;
    line-height:1.55;
    color:#1f2937;
    font-weight:600;
}
.lm-pd #nav-home ul:not([class]) li::before,
.lm-pd #nav-home ul.lm-check-list li::before{
    content:"";
    flex:0 0 auto;
    width:16px;height:16px;
    margin-top:2px;
    border-radius:50%;
    background:var(--lm-primary);
    -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/10px no-repeat;
    mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/10px no-repeat;
}

@media (max-width:680px){
    .lm-pd #nav-home ul:not([class]),
    .lm-pd #nav-home ul.lm-check-list{ columns:1; }
}

/* optional colorful feature-card grid component.
   Use in the product content (WYSIWYG / HTML source) with:
   <div class="lm-feature-grid">
     <div class="lm-feature-card lm-fc-violet">
       <span class="lm-feature-ico">⚡</span>
       <h5>Başlık</h5>
       <p>Açıklama metni</p>
     </div>
     ...
   </div> */
.lm-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin:18px 0;
}
.lm-feature-card{
    border-radius:16px;
    padding:18px;
    background:#f6f8fb;
}
.lm-feature-card .lm-feature-ico{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:38px;height:38px;
    border-radius:50%;
    background:#fff;
    font-size:17px;
    margin-bottom:10px;
}
.lm-feature-card h5{
    font-size:13.5px;
    font-weight:800;
    color:#0f172a;
    margin:0 0 4px;
}
.lm-feature-card p{
    font-size:12px;
    color:#64748b;
    margin:0;
    line-height:1.5;
}
.lm-fc-violet{ background:#f1edff; } .lm-fc-violet .lm-feature-ico{ color:#7c3aed; }
.lm-fc-blue{ background:#eaf2ff; } .lm-fc-blue .lm-feature-ico{ color:#2563eb; }
.lm-fc-green{ background:#e9f9ef; } .lm-fc-green .lm-feature-ico{ color:#16a34a; }
.lm-fc-orange{ background:#fff1e6; } .lm-fc-orange .lm-feature-ico{ color:#ea580c; }

@media (max-width:680px){
    .lm-feature-grid{ grid-template-columns:1fr; }
}


@media (max-width:768px){
    .lm-pd .lm-pd-top .order-lg-1 > .card{ min-height:390px; }
    .lm-pd .lm-product-gallery,
    .lm-pd .lm-product-image-static{ min-height:320px; }
    .lm-pd .lm-product-gallery-frame{
        min-height:320px;
        padding:32px 56px 48px;
    }
    .lm-pd .lm-product-gallery img,
    .lm-pd .lm-product-image-static img.card-img-top{ max-height:270px; }
    .lm-pd .lm-product-gallery-nav{
        width:38px!important;
        height:38px!important;
    }
    .lm-pd .lm-product-gallery-nav-prev{ left:10px!important; }
    .lm-pd .lm-product-gallery-nav-next{ right:10px!important; }
    .lm-pd .lm-product-gallery-pagination{ bottom:10px!important; }
    .lm-pd .lm-content-card .card-body{ padding:16px!important; }
    .lm-pd .lm-description-panel{
        padding:18px;
        border-radius:15px;
    }
}

/* =====================================================
   PRODUCT DETAIL V3 — focused premium polish
   ===================================================== */
.lm-pd{
    background:
        radial-gradient(circle at 10% 0,rgba(96,165,250,.10),transparent 24%),
        radial-gradient(circle at 90% 15%,rgba(125,211,252,.08),transparent 22%),
        #f8fafc;
}
.lm-pd .breadcrumb{
    backdrop-filter:blur(10px);
    background:rgba(255,255,255,.82);
    box-shadow:0 10px 26px rgba(15,23,42,.045);
}
.lm-pd .lm-pd-top .order-lg-1 > .card{
    border-color:#e1eaf5!important;
    box-shadow:0 22px 52px rgba(15,23,42,.08)!important;
}
.lm-pd .lm-product-gallery,
.lm-pd .lm-product-image-static{
    background:
        radial-gradient(circle at 50% 22%,rgba(219,234,254,.76),transparent 37%),
        linear-gradient(145deg,#fff 0%,#f6f9ff 100%);
}
.lm-pd .lm-product-gallery::before,
.lm-pd .lm-product-image-static::before{
    content:"";
    position:absolute;
    inset:16px;
    pointer-events:none;
    border-radius:18px;
    border:1px solid rgba(148,163,184,.15);
}
.lm-pd .lm-product-gallery-frame{
    position:relative;
    padding:52px 94px 66px;
}
.lm-pd .lm-product-gallery-frame::after{
    content:"";
    position:absolute;
    z-index:-1;
    bottom:30px;
    left:50%;
    width:46%;
    height:12px;
    border-radius:50%;
    background:rgba(15,23,42,.13);
    filter:blur(12px);
    transform:translateX(-50%);
}
.lm-pd .lm-product-gallery img,
.lm-pd .lm-product-image-static img.card-img-top{
    position:relative;
    z-index:1;
    filter:drop-shadow(0 20px 18px rgba(15,23,42,.10));
    transition:transform .35s ease,filter .35s ease;
}
.lm-pd .lm-product-gallery:hover img,
.lm-pd .lm-product-image-static:hover img.card-img-top{
    transform:scale(1.018);
    filter:drop-shadow(0 26px 22px rgba(15,23,42,.14));
}
.lm-pd .lm-product-gallery-index{
    position:absolute;
    z-index:5;
    top:18px;
    right:18px;
    display:inline-flex;
    align-items:center;
    gap:4px;
    min-width:56px;
    padding:7px 10px;
    border:1px solid rgba(148,163,184,.25);
    border-radius:999px;
    background:rgba(255,255,255,.78);
    color:#0f172a;
    font-size:11px;
    font-weight:800;
    line-height:1;
    letter-spacing:.04em;
    box-shadow:0 8px 22px rgba(15,23,42,.08);
    backdrop-filter:blur(12px);
}
.lm-pd .lm-product-gallery-current{ color:var(--lm-primary); }
.lm-pd .lm-product-gallery-separator{ color:#94a3b8; }
.lm-pd .lm-product-gallery-nav{
    z-index:5!important;
    width:48px!important;
    height:48px!important;
    border-color:rgba(148,163,184,.27)!important;
    background:rgba(255,255,255,.78)!important;
    box-shadow:0 14px 30px rgba(15,23,42,.12);
}
.lm-pd .lm-product-gallery-nav:hover{
    background:#0f172a!important;
    color:#fff!important;
    box-shadow:0 18px 36px rgba(15,23,42,.22);
}
.lm-pd .lm-product-gallery-nav svg{
    width:19px;
    height:19px;
}
.lm-pd .lm-product-gallery-pagination{
    z-index:5!important;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:2px;
}
.lm-pd .lm-product-gallery-pagination .swiper-pagination-bullet{
    margin:0 2px!important;
    background:#64748b;
}
.lm-pd .lm-pd-gallery-trust{
    background:rgba(255,255,255,.72);
    backdrop-filter:blur(8px);
}
.lm-pd .lm-pd-gallery-trust div{
    position:relative;
    padding:15px 8px;
}
.lm-pd .lm-pd-gallery-trust strong{
    font-size:10.5px;
    letter-spacing:.005em;
}
.lm-pd .product-summary-card,
.lm-pd .lm-pd-top .order-lg-2 > .card:last-child,
.lm-pd .lm-content-card{
    border-color:#e1eaf5!important;
    box-shadow:0 18px 44px rgba(15,23,42,.06)!important;
}
.lm-pd .product-summary-card h2{
    font-size:23px!important;
    letter-spacing:-.035em;
}
.lm-pd .product-summary-card .discount-badge,
.lm-pd .product-summary-card .card-center-badge{
    box-shadow:0 10px 20px rgba(37,99,235,.18)!important;
}
.lm-pd #nav-tab{
    display:inline-flex;
    width:auto;
    max-width:100%;
    border-radius:16px!important;
    background:rgba(248,250,252,.92)!important;
}
.lm-pd #nav-tab .nav-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:42px;
    border-radius:12px!important;
}
.lm-pd #nav-tab .nav-link svg{
    width:16px;
    height:16px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.lm-pd .lm-description-panel{
    position:relative;
    overflow:hidden;
    padding:28px;
    border-color:#e2eaf4;
    background:linear-gradient(145deg,#fff 0%,#fbfdff 100%);
    box-shadow:0 14px 34px rgba(15,23,42,.055);
}
.lm-pd .lm-description-panel::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:4px;
    background:linear-gradient(90deg,var(--lm-primary),#7dd3fc,transparent 72%);
}
.lm-pd #nav-home h1,
.lm-pd #nav-home h2,
.lm-pd #nav-home h3,
.lm-pd #nav-home h4{
    letter-spacing:-.022em;
}
.lm-pd #nav-home p{ color:#526175; }
.lm-pd .accordion-item{
    border-color:#e2eaf4!important;
    box-shadow:0 6px 16px rgba(15,23,42,.025);
}
.lm-pd .accordion-button{ padding:17px 18px!important; }
.lm-pd .accordion-body{ color:#526175;line-height:1.75; }

@media (max-width:768px){
    .lm-pd .lm-product-gallery-frame{ padding:44px 58px 54px; }
    .lm-pd .lm-product-gallery::before,
    .lm-pd .lm-product-image-static::before{ inset:10px; border-radius:14px; }
    .lm-pd .lm-product-gallery-index{ top:12px;right:12px; }
    .lm-pd .lm-product-gallery-nav{ width:40px!important;height:40px!important; }
    .lm-pd .lm-description-panel{ padding:22px 18px; }
    .lm-pd #nav-tab{ display:flex;width:100%; }
    .lm-pd #nav-tab .nav-link{ flex:1;min-width:0;font-size:12.5px!important;padding:9px 8px!important; }
}
.lm-pd .lm-product-image-static{ position:relative; overflow:hidden; }
.lm-pd .lm-product-gallery-frame::after{ z-index:0; }

/* =====================================================
   PRODUCT DETAIL V4 — calmer premium checkout experience
   ===================================================== */
.lm-pd{
    background:
        radial-gradient(900px 380px at 8% -10%,rgba(147,197,253,.15),transparent 60%),
        radial-gradient(700px 360px at 96% 14%,rgba(186,230,253,.15),transparent 62%),
        #f7f9fc;
}
.lm-pd .breadcrumb{
    border-color:#e5edf8;
    background:rgba(255,255,255,.86);
    box-shadow:0 10px 26px rgba(15,23,42,.045),inset 0 1px 0 rgba(255,255,255,.9);
}
.lm-pd .lm-pd-top{ gap:2px 0; }
.lm-pd .lm-pd-top .order-lg-1 > .card,
.lm-pd .product-summary-card,
.lm-pd .lm-pd-top .order-lg-2 > .card:last-child,
.lm-pd .lm-content-card{
    border-color:#e2eaf5!important;
    box-shadow:0 22px 50px rgba(15,23,42,.065)!important;
}
.lm-pd .lm-pd-top .order-lg-1 > .card{
    border-radius:24px!important;
    background:#fff;
}
.lm-pd .lm-product-gallery,
.lm-pd .lm-product-image-static{
    min-height:454px;
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 50% 18%,rgba(224,242,254,.95),transparent 39%),
        linear-gradient(145deg,#fff 0%,#f5f9ff 100%);
}
.lm-pd .lm-product-gallery::before,
.lm-pd .lm-product-image-static::before{
    inset:16px;
    border-radius:20px;
    border-color:rgba(148,163,184,.16);
}
.lm-pd .lm-product-gallery::after,
.lm-pd .lm-product-image-static::after{
    content:"Ürün Görselleri";
    position:absolute;
    z-index:4;
    left:20px;
    top:19px;
    display:inline-flex;
    align-items:center;
    min-height:29px;
    padding:0 10px;
    border:1px solid rgba(148,163,184,.24);
    border-radius:999px;
    background:rgba(255,255,255,.78);
    color:#64748b;
    font-size:10.5px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    box-shadow:0 8px 20px rgba(15,23,42,.06);
    backdrop-filter:blur(10px);
    pointer-events:none;
}
.lm-pd .lm-product-gallery-frame{
    min-height:454px;
    padding:58px 94px 70px;
}
.lm-pd .lm-product-gallery img,
.lm-pd .lm-product-image-static img.card-img-top{
    max-height:396px;
    filter:drop-shadow(0 22px 18px rgba(15,23,42,.10));
}
.lm-pd .lm-product-gallery:hover img,
.lm-pd .lm-product-image-static:hover img.card-img-top{
    transform:translateY(-2px) scale(1.018);
    filter:drop-shadow(0 28px 24px rgba(15,23,42,.14));
}
.lm-pd .lm-product-gallery-index{
    top:19px;
    right:20px;
    border-color:rgba(148,163,184,.22);
    background:rgba(255,255,255,.82);
}
.lm-pd .lm-product-gallery-nav{
    width:46px!important;
    height:46px!important;
    border-radius:15px!important;
    border-color:rgba(148,163,184,.24)!important;
    background:rgba(255,255,255,.84)!important;
    box-shadow:0 13px 28px rgba(15,23,42,.12),inset 0 1px 0 rgba(255,255,255,.9);
}
.lm-pd .lm-product-gallery-nav:hover{
    transform:translateY(-50%) scale(1.04);
    background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;
    box-shadow:0 16px 32px rgba(37,99,235,.28);
}
.lm-pd .lm-product-gallery-nav:active{ transform:translateY(-50%) scale(.96); }
.lm-pd .lm-product-gallery-nav-prev{ left:19px!important; }
.lm-pd .lm-product-gallery-nav-next{ right:19px!important; }
.lm-pd .lm-product-gallery-pagination{ bottom:17px!important; }
.lm-pd .lm-pd-gallery-trust{
    border-top-color:#e6edf7;
    background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(248,251,255,.94));
}
.lm-pd .lm-pd-gallery-trust div{ padding:15px 8px 16px; border-right-color:#e6edf7; }
.lm-pd .lm-pd-gallery-trust strong{ font-size:10.5px; }

/* Summary is deliberately quieter; the purchase card has the visual emphasis. */
.lm-pd .product-summary-card{
    border-radius:22px!important;
    background:linear-gradient(145deg,#fff,#fbfdff);
}
.lm-pd .product-summary-card::before{
    content:"";
    position:absolute;
    top:0;
    left:24px;
    right:24px;
    height:3px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg,#60a5fa,#2563eb,#38bdf8);
    opacity:.82;
}
.lm-pd .product-summary-card h2{
    font-size:24px!important;
    letter-spacing:-.035em;
}
.lm-pd .product-summary-card .lm-pd-chip.badge.bg-light{
    border-color:#dbeafe;
    background:linear-gradient(145deg,#f8fbff,#eff6ff)!important;
}
.lm-pd .lm-pd-top .order-lg-2 > .card:last-child{
    border-radius:22px!important;
    background:
        radial-gradient(circle at 92% 0,rgba(224,242,254,.72),transparent 27%),
        linear-gradient(145deg,#fff,#f9fbff);
}
.lm-pd .lm-pd-top .order-lg-2 > .card:last-child > .card-body{ padding:23px!important; }
.lm-pd .h3.text-danger{
    color:#e11d48!important;
    letter-spacing:-.04em;
}
.lm-pd .btn-outline-danger.border-0{
    background:#fff1f2;
    border:1px solid #ffe4e6!important;
}
.lm-pd form .btn:not(.btn-light):not(.btn-success){
    background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;
    box-shadow:0 12px 24px rgba(37,99,235,.24);
}
.lm-pd form .btn:not(.btn-light):not(.btn-success):hover{
    background:linear-gradient(135deg,#1e40af,#2563eb)!important;
    box-shadow:0 16px 30px rgba(37,99,235,.30);
}

/* Description and FAQ become a single, polished reading surface. */
.lm-pd .lm-content-card{
    border-radius:22px!important;
    overflow:hidden;
    background:linear-gradient(145deg,#fff,#fbfdff);
}
.lm-pd .lm-content-card .card-body{ padding:18px!important; }
.lm-pd #nav-tab{
    gap:4px;
    border-radius:15px!important;
    background:linear-gradient(145deg,#f1f5f9,#f8fafc)!important;
    border-color:#e7edf6!important;
}
.lm-pd #nav-tab .nav-link{
    border-radius:11px!important;
    padding:10px 15px!important;
}
.lm-pd #nav-tab .nav-link.active{
    color:#1d4ed8!important;
    box-shadow:0 7px 18px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.9);
}
.lm-pd .tab-content{ margin-top:16px; }
.lm-pd .lm-description-panel{
    border-radius:17px;
    border-color:#e7edf6;
    background:
        radial-gradient(circle at 100% 0,rgba(239,246,255,.92),transparent 31%),
        #fff;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 7px 18px rgba(15,23,42,.025);
}
.lm-pd #nav-home p{ color:#475569; }
.lm-pd .accordion-item{
    border-color:#e7edf6!important;
    border-radius:15px!important;
    box-shadow:0 4px 12px rgba(15,23,42,.025);
}
.lm-pd .accordion-button{ padding:15px 16px!important; }

@media (max-width:768px){
    .lm-pd .lm-pd-top .order-lg-1 > .card{ border-radius:20px!important; }
    .lm-pd .lm-product-gallery,.lm-pd .lm-product-image-static{ min-height:332px; }
    .lm-pd .lm-product-gallery-frame{ min-height:332px; padding:53px 56px 52px; }
    .lm-pd .lm-product-gallery img,.lm-pd .lm-product-image-static img.card-img-top{ max-height:275px; }
    .lm-pd .lm-product-gallery::after,.lm-pd .lm-product-image-static::after{ left:14px; top:14px; font-size:9.5px; min-height:27px; }
    .lm-pd .lm-product-gallery-index{ top:14px; right:14px; }
    .lm-pd .lm-product-gallery-nav{ width:39px!important; height:39px!important; border-radius:12px!important; }
    .lm-pd .lm-product-gallery-nav-prev{ left:11px!important; }
    .lm-pd .lm-product-gallery-nav-next{ right:11px!important; }
    .lm-pd .product-summary-card h2{ font-size:20px!important; }
    .lm-pd .lm-content-card .card-body{ padding:13px!important; }
    .lm-pd .lm-description-panel{ padding:17px; }
}
@media (prefers-reduced-motion:reduce){
    .lm-pd .lm-product-gallery img,.lm-pd .lm-product-image-static img.card-img-top,.lm-pd .lm-product-gallery-nav{ transition:none!important; }
}
