
/* =========================================================
   3E PAZARYERI ENTEGRASYONLARI
   Düz, kurumsal, editorial tasarım.
   Eyebrow / glow / gradient / glassmorphism YOK.
   ========================================================= */

.three-marketplace-main {
    background:#fff;
    color:#101828;
    font-family:Manrope,Arial,sans-serif;
    overflow:hidden;
}

.three-marketplace-main * {
    box-sizing:border-box;
}

/* HERO */

.three-marketplace-main .three-video-hero {
    min-height:620px;
}

.three-marketplace-main .three-video-hero-copy {
    max-width:850px;
}

.three-marketplace-main .three-video-hero-copy h1 {
    max-width:830px;
    margin:0;
    color:#fff;
    font-size:clamp(40px,5.2vw,76px);
    line-height:1.02;
    letter-spacing:-.045em;
    font-weight:800;
    text-shadow:none !important;
    background:none !important;
    -webkit-text-fill-color:currentColor !important;
}

.three-marketplace-main .three-video-hero-lead {
    max-width:740px;
    font-size:clamp(17px,1.6vw,22px);
    line-height:1.6;
    color:rgba(255,255,255,.93);
}


/* GENERAL */

.mp-shell {
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
}

.mp-section {
    padding:92px 0;
    border-top:1px solid #e6eaf0;
}

.mp-section:first-of-type {
    border-top:0;
}

.mp-heading {
    display:grid;
    grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
    gap:70px;
    align-items:start;
    margin-bottom:50px;
}

.mp-heading h2 {
    margin:0;
    color:#0b1f33;
    font-size:clamp(31px,4vw,54px);
    line-height:1.08;
    letter-spacing:-.035em;
    font-weight:800;
    text-shadow:none !important;
    background:none !important;
    -webkit-text-fill-color:currentColor !important;
}

.mp-heading p {
    margin:4px 0 0;
    color:#4b5565;
    font-size:18px;
    line-height:1.75;
}


/* CAPABILITIES */

.mp-capabilities {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border:1px solid #dfe5ec;
    border-radius:16px;
    overflow:hidden;
    background:#fff;
}

.mp-capability {
    padding:30px 27px;
    min-height:194px;
    border-right:1px solid #dfe5ec;
}

.mp-capability:last-child {
    border-right:0;
}

.mp-capability strong {
    display:block;
    margin-bottom:12px;
    color:#0b1f33;
    font-size:18px;
    line-height:1.3;
}

.mp-capability p {
    margin:0;
    color:#667085;
    font-size:15px;
    line-height:1.7;
}


/* MARKETPLACES */

.mp-marketplaces {
    background:#f5f7fa;
}

.mp-market-grid {
    display:grid;
    grid-template-columns:repeat(7,1fr);
    border-top:1px solid #ccd5df;
    border-bottom:1px solid #ccd5df;
}

.mp-market {
    min-height:112px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:18px 12px;
    border-right:1px solid #ccd5df;
    color:#14273d;
    font-size:17px;
    font-weight:800;
    text-align:center;
}

.mp-market:last-child {
    border-right:0;
}


/* PACKAGE CARDS */

.mp-plans {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.mp-plan {
    border:1px solid #dce3eb;
    border-radius:16px;
    padding:34px;
    background:#fff;
    display:flex;
    flex-direction:column;
    min-height:470px;
}

.mp-plan.is-featured {
    border:2px solid #14273d;
}

.mp-plan h3 {
    margin:0 0 7px;
    color:#0b1f33;
    font-size:29px;
    letter-spacing:-.02em;
}

.mp-plan-count {
    margin:0 0 26px;
    color:#667085;
    font-size:15px;
}

.mp-plan ul {
    list-style:none;
    margin:0;
    padding:0;
    border-top:1px solid #e4e9ef;
}

.mp-plan li {
    padding:14px 0;
    border-bottom:1px solid #e4e9ef;
    color:#27364a;
    font-size:16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.mp-plan li::after {
    content:"Dahil";
    color:#5d6b7d;
    font-size:12px;
    font-weight:700;
}

.mp-plan p {
    margin:24px 0 28px;
    color:#667085;
    line-height:1.65;
    font-size:14px;
}

.mp-plan a {
    margin-top:auto;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-height:48px;
    padding:0 18px;
    border:1px solid #13283e;
    border-radius:8px;
    color:#13283e;
    font-weight:800;
    text-decoration:none;
    transition:.18s ease;
}

.mp-plan a:hover {
    background:#13283e;
    color:#fff;
}

.mp-plan.is-featured a {
    background:#13283e;
    color:#fff;
}

.mp-plan.is-featured a:hover {
    background:#071a2d;
}


/* WORKFLOW */

.mp-workflow {
    background:#0d1d2e;
    color:#fff;
}

.mp-workflow .mp-heading h2 {
    color:#fff;
}

.mp-workflow .mp-heading p {
    color:#cbd5df;
}

.mp-steps {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid rgba(255,255,255,.2);
}

.mp-step {
    padding:32px 28px 12px 0;
    border-right:1px solid rgba(255,255,255,.18);
    min-height:225px;
}

.mp-step:not(:first-child) {
    padding-left:28px;
}

.mp-step:last-child {
    border-right:0;
}

.mp-step b {
    display:block;
    margin-bottom:28px;
    color:#9fb0c2;
    font-size:14px;
    font-weight:700;
}

.mp-step strong {
    display:block;
    margin-bottom:10px;
    color:#fff;
    font-size:20px;
}

.mp-step p {
    margin:0;
    color:#c4cfdb;
    font-size:15px;
    line-height:1.7;
}


/* DETAIL */

.mp-detail-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:46px;
    row-gap:24px;
}

.mp-detail {
    padding:34px 0;
    border-top:2px solid #152b41;
}

.mp-detail h3 {
    margin:0 0 12px;
    color:#10263d;
    font-size:22px;
}

.mp-detail p {
    margin:0;
    color:#5f6f82;
    font-size:16px;
    line-height:1.75;
}


/* FAQ */

.mp-faq {
    max-width:900px;
    margin-left:auto;
}

.mp-faq details {
    border-top:1px solid #dce3eb;
}

.mp-faq details:last-child {
    border-bottom:1px solid #dce3eb;
}

.mp-faq summary {
    cursor:pointer;
    list-style:none;
    position:relative;
    padding:22px 45px 22px 0;
    color:#12263c;
    font-size:18px;
    font-weight:750;
}

.mp-faq summary::-webkit-details-marker {
    display:none;
}

.mp-faq summary::after {
    content:"+";
    position:absolute;
    right:0;
    top:17px;
    color:#596a7d;
    font-size:28px;
    font-weight:400;
}

.mp-faq details[open] summary::after {
    content:"−";
}

.mp-faq p {
    margin:0;
    padding:0 0 24px;
    color:#617184;
    line-height:1.75;
}


/* CTA */

.mp-cta {
    padding:84px 0;
    background:#f3f5f8;
    border-top:1px solid #e1e6ec;
}

.mp-cta-inner {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:36px;
}

.mp-cta h2 {
    margin:0 0 12px;
    color:#0d2238;
    font-size:clamp(30px,4vw,48px);
    line-height:1.1;
    letter-spacing:-.035em;
}

.mp-cta p {
    margin:0;
    max-width:720px;
    color:#5b6b7e;
    font-size:17px;
    line-height:1.7;
}

.mp-cta a {
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 24px;
    background:#0d2238;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:800;
}

.mp-cta a:hover {
    background:#071727;
}


/* SCROLL REVEAL */

.mp-reveal {
    opacity:0;
    transform:translateY(22px);
    transition:
        opacity .62s ease,
        transform .62s ease;
}

.mp-reveal.is-visible {
    opacity:1;
    transform:none;
}


/* TABLET */

@media(max-width:980px) {

    .mp-heading {
        grid-template-columns:1fr;
        gap:18px;
    }

    .mp-capabilities {
        grid-template-columns:1fr 1fr;
    }

    .mp-capability:nth-child(2) {
        border-right:0;
    }

    .mp-capability:nth-child(-n+2) {
        border-bottom:1px solid #dfe5ec;
    }

    .mp-market-grid {
        grid-template-columns:repeat(2,1fr);
    }

    .mp-market:nth-child(even) {
        border-right:0;
    }

    .mp-market {
        border-bottom:1px solid #ccd5df;
    }

    .mp-market:last-child {
        grid-column:1/-1;
        border-bottom:0;
    }

    .mp-plans {
        grid-template-columns:1fr;
    }

    .mp-plan {
        min-height:auto;
    }

    .mp-steps {
        grid-template-columns:1fr 1fr;
    }

    .mp-step:nth-child(2) {
        border-right:0;
    }

    .mp-step:nth-child(-n+2) {
        border-bottom:1px solid rgba(255,255,255,.18);
    }

    .mp-detail-grid {
        grid-template-columns:1fr;
    }

    .mp-cta-inner {
        align-items:flex-start;
        flex-direction:column;
    }
}


/* MOBILE */

@media(max-width:680px) {

    .three-marketplace-main .three-video-hero {
        min-height:570px;
    }

    .three-marketplace-main .three-video-hero-copy h1 {
        font-size:clamp(36px,11vw,52px);
    }

    .mp-shell {
        width:min(calc(100% - 28px),1180px);
    }

    .mp-section {
        padding:66px 0;
    }

    .mp-capabilities {
        grid-template-columns:1fr;
    }

    .mp-capability {
        min-height:auto;
        border-right:0 !important;
        border-bottom:1px solid #dfe5ec !important;
    }

    .mp-capability:last-child {
        border-bottom:0 !important;
    }

    .mp-market-grid {
        grid-template-columns:1fr;
    }

    .mp-market {
        min-height:80px;
        border-right:0;
        border-bottom:1px solid #ccd5df;
    }

    .mp-market:last-child {
        grid-column:auto;
    }

    .mp-plan {
        padding:26px;
    }

    .mp-steps {
        grid-template-columns:1fr;
    }

    .mp-step,
    .mp-step:not(:first-child) {
        min-height:auto;
        padding:26px 0;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.18);
    }

    .mp-step:last-child {
        border-bottom:0;
    }

    .mp-cta {
        padding:62px 0;
    }
}

@media(prefers-reduced-motion:reduce) {

    .mp-reveal {
        opacity:1;
        transform:none;
        transition:none;
    }
}



/* === PAZARYERI PREMIUM PATCH V3 === */


/* HERO - SAGDAKI BEYAZ BOSLUK FIX */

.three-marketplace-main .three-video-hero {
    position:relative !important;
    width:100% !important;
    max-width:none !important;
    min-height:620px !important;
    overflow:hidden !important;
    background:#071728 !important;
    isolation:isolate;
}

.three-marketplace-main .three-video-hero-media {
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
}

.three-marketplace-main .three-video-hero-poster,
.three-marketplace-main .three-video-hero-poster img,
.three-marketplace-main .three-video-hero-video {
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
}

.three-marketplace-main .three-video-hero-poster {
    display:block !important;
}

.three-marketplace-main .three-video-hero-poster img,
.three-marketplace-main .three-video-hero-video {
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
}

.three-marketplace-main .three-video-hero-shade {
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    background:rgba(3,16,29,.62) !important;
    z-index:2 !important;
}

.three-marketplace-main .three-video-hero-inner {
    position:relative !important;
    z-index:3 !important;
    width:min(1180px,calc(100% - 40px)) !important;
    max-width:1180px !important;
    margin:0 auto !important;
}


/* URUN OZELLIKLERI */

.mp-capabilities-expanded {
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}

.mp-capabilities-expanded .mp-capability {
    min-height:215px;
    border-right:1px solid #dfe5ec;
    border-bottom:1px solid #dfe5ec;
}

.mp-capabilities-expanded .mp-capability:nth-child(4n) {
    border-right:0;
}

.mp-capabilities-expanded .mp-capability:nth-last-child(-n+4) {
    border-bottom:0;
}


/* GORSELLI BOLUMLER */

.mp-operation-showcase,
.mp-second-showcase {
    background:#fff;
}

.mp-second-showcase {
    background:#f5f7fa;
}

.mp-operation-row {
    display:grid;
    grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
    gap:72px;
    align-items:center;
}

.mp-operation-row-reverse {
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
}

.mp-operation-row-reverse .mp-operation-image {
    order:2;
}

.mp-operation-image {
    position:relative;
    min-height:500px;
    overflow:hidden;
    border-radius:14px;
    background:#e8edf2;
}

.mp-operation-image img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .7s ease;
}

.mp-operation-row:hover .mp-operation-image img {
    transform:scale(1.018);
}

.mp-operation-copy h2 {
    margin:0 0 23px;
    color:#0c2238;
    font-size:clamp(32px,4vw,52px);
    line-height:1.08;
    letter-spacing:-.035em;
    font-weight:800;
    background:none !important;
    text-shadow:none !important;
    -webkit-text-fill-color:currentColor !important;
}

.mp-operation-copy > p {
    margin:0;
    color:#586a7e;
    font-size:17px;
    line-height:1.8;
}

.mp-operation-copy ul {
    list-style:none;
    margin:31px 0 0;
    padding:0;
    border-top:1px solid #dce3e9;
}

.mp-operation-copy li {
    position:relative;
    padding:15px 0 15px 27px;
    border-bottom:1px solid #dce3e9;
    color:#20364c;
    font-size:15px;
    font-weight:700;
}

.mp-operation-copy li::before {
    content:"";
    position:absolute;
    left:2px;
    top:21px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#0a8f69;
}

.mp-operation-feature {
    display:grid;
    grid-template-columns:150px 1fr;
    gap:18px;
    padding:20px 0;
    border-bottom:1px solid #dce3e9;
}

.mp-operation-feature:first-of-type {
    margin-top:28px;
    border-top:1px solid #dce3e9;
}

.mp-operation-feature strong {
    color:#10283e;
    font-size:15px;
}

.mp-operation-feature span {
    color:#627286;
    font-size:15px;
    line-height:1.6;
}


/* PAZARYERI LOGOLARI */

.mp-market-logo-grid {
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:12px !important;
    border:0 !important;
}

.mp-market-logo {
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    min-height:148px !important;
    padding:23px !important;
    gap:15px !important;
    background:#fff !important;
    border:1px solid #dce3e9 !important;
    border-radius:10px !important;
}

.mp-logo-box {
    height:52px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.mp-logo-box img {
    display:block;
    width:auto !important;
    height:auto !important;
    max-width:145px !important;
    max-height:48px !important;
    object-fit:contain !important;
}

.mp-market-logo strong {
    color:#31465b;
    font-size:13px;
    font-weight:800;
}


/* PAKETLER */

.mp-plans {
    align-items:stretch;
}

.mp-plan {
    min-height:690px !important;
    padding:32px !important;
}

.mp-plan-head {
    min-height:108px;
}

.mp-plan-head h3 {
    margin:0 0 9px;
}

.mp-plan-head p {
    margin:0;
    color:#647487;
    font-size:14px;
    line-height:1.65;
}

.mp-price {
    padding:24px 0;
    margin-bottom:20px;
    border-top:1px solid #e0e6ec;
    border-bottom:1px solid #e0e6ec;
}

.mp-price-main {
    display:flex;
    align-items:flex-end;
    gap:8px;
}

.mp-price-main strong {
    color:#0c2238;
    font-size:34px;
    line-height:1;
    letter-spacing:-.035em;
}

.mp-price-main span {
    color:#69798b;
    font-size:13px;
    padding-bottom:3px;
}

.mp-price-monthly {
    margin-top:12px;
    color:#647487;
    font-size:13px;
}

.mp-price-monthly b {
    color:#142a40;
}

.mp-plan-marketplaces {
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin:0 0 20px;
}

.mp-plan-marketplaces span {
    display:inline-flex;
    align-items:center;
    min-height:29px;
    padding:0 10px;
    border:1px solid #d6dee7;
    border-radius:6px;
    color:#33495f;
    background:#f8fafb;
    font-size:12px;
    font-weight:750;
}

.mp-plan ul {
    margin-bottom:26px !important;
}

.mp-plan li {
    justify-content:flex-start !important;
    position:relative;
    padding-left:23px !important;
}

.mp-plan li::before {
    content:"";
    position:absolute;
    left:1px;
    top:21px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#0a8f69;
}

.mp-plan li::after {
    display:none !important;
}

.mp-plan.is-featured {
    border:2px solid #10283f !important;
    transform:translateY(-8px);
}


/* ESKI ALT CTA KAPALI */

.mp-cta {
    display:none !important;
}


/* TABLET */

@media(max-width:980px) {

    .mp-capabilities-expanded {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }

    .mp-capabilities-expanded .mp-capability {
        border-right:1px solid #dfe5ec !important;
        border-bottom:1px solid #dfe5ec !important;
    }

    .mp-capabilities-expanded .mp-capability:nth-child(2n) {
        border-right:0 !important;
    }

    .mp-capabilities-expanded .mp-capability:nth-last-child(-n+2) {
        border-bottom:0 !important;
    }

    .mp-operation-row,
    .mp-operation-row-reverse {
        grid-template-columns:1fr;
        gap:36px;
    }

    .mp-operation-row-reverse .mp-operation-image {
        order:0;
    }

    .mp-operation-image {
        min-height:420px;
    }

    .mp-market-logo-grid {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }

    .mp-plan.is-featured {
        transform:none;
    }
}


/* MOBILE */

@media(max-width:680px) {

    .three-marketplace-main .three-video-hero {
        min-height:570px !important;
    }

    .three-marketplace-main .three-video-hero-inner {
        width:calc(100% - 28px) !important;
    }

    .three-marketplace-main .three-video-hero-shade {
        background:rgba(3,16,29,.66) !important;
    }

    .mp-capabilities-expanded {
        grid-template-columns:1fr !important;
    }

    .mp-capabilities-expanded .mp-capability {
        min-height:auto;
        border-right:0 !important;
        border-bottom:1px solid #dfe5ec !important;
    }

    .mp-capabilities-expanded .mp-capability:last-child {
        border-bottom:0 !important;
    }

    .mp-operation-image {
        min-height:325px;
        border-radius:9px;
    }

    .mp-operation-copy h2 {
        font-size:34px;
    }

    .mp-operation-feature {
        grid-template-columns:1fr;
        gap:6px;
    }

    .mp-market-logo-grid {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }

    .mp-market-logo {
        min-height:120px !important;
        padding:16px !important;
    }

    .mp-logo-box img {
        max-width:115px !important;
        max-height:38px !important;
    }

    .mp-plan {
        min-height:auto !important;
        padding:25px !important;
    }

    .mp-plan-head {
        min-height:auto;
    }

    .mp-price-main strong {
        font-size:31px;
    }
}


/* === PAZARYERI PREMIUM PATCH V3 END === */



/* === PAZARYERI ANA SAYFA HERO FIX V4 === */


/* ==========================================================
   HERO
   ANA SAYFADAKI HERO ÖLÇÜLERİ VE YERLEŞİMİ
   ========================================================== */

.three-marketplace-main .three-video-hero {
    position:relative !important;
    width:100% !important;

    height:
        clamp(
            570px,
            calc(100svh - 78px),
            760px
        ) !important;

    min-height:570px !important;

    margin:0 !important;
    padding:0 !important;

    overflow:hidden !important;
    isolation:isolate !important;

    background:#07182f !important;
    color:#fff !important;

    font-family:
        Manrope,
        Arial,
        sans-serif !important;
}


/* HERO MEDIA */

.three-marketplace-main .three-video-hero-media,
.three-marketplace-main .three-video-hero-poster,
.three-marketplace-main .three-video-hero-poster img,
.three-marketplace-main .three-video-hero-video {

    position:absolute !important;
    inset:0 !important;

    width:100% !important;
    height:100% !important;

    max-width:none !important;

    margin:0 !important;
    padding:0 !important;

    display:block !important;
}


.three-marketplace-main .three-video-hero-poster img,
.three-marketplace-main .three-video-hero-video {

    object-fit:cover !important;
    object-position:center center !important;
}


.three-marketplace-main .three-video-hero-poster {
    z-index:0 !important;
}


.three-marketplace-main .three-video-hero-video {

    z-index:1 !important;

    opacity:1 !important;

    min-width:100% !important;
    min-height:100% !important;
}


/* ANA SAYFADAKI GİBİ DÜZ KOYU KATMAN */
/* GRADIENT YOK */

.three-marketplace-main .three-video-hero-shade {

    position:absolute !important;
    inset:0 !important;

    z-index:2 !important;

    width:100% !important;
    height:100% !important;

    background:
        rgba(3,17,38,.76) !important;

    background-image:none !important;

    filter:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}


.three-marketplace-main .three-video-hero-shade::before,
.three-marketplace-main .three-video-hero-shade::after {

    content:none !important;
    display:none !important;
}


/* HERO CONTENT */

.three-marketplace-main .three-video-hero-inner {

    position:relative !important;
    z-index:3 !important;

    width:
        min(
            1330px,
            calc(100% - 56px)
        ) !important;

    max-width:none !important;

    height:100% !important;

    margin:0 auto !important;
    padding:0 !important;

    display:flex !important;
    align-items:center !important;
}


.three-marketplace-main .three-video-hero-copy {

    width:min(720px,58%) !important;

    max-width:none !important;

    padding:
        44px 0 52px !important;

    margin:0 !important;

    background:none !important;
    box-shadow:none !important;
    filter:none !important;
}


/* HERO BASLIK */

.three-marketplace-main .three-video-hero h1 {

    max-width:720px !important;

    margin:0 !important;

    color:#fff !important;
    -webkit-text-fill-color:#fff !important;

    font-family:
        Manrope,
        Arial,
        sans-serif !important;

    font-size:
        clamp(
            42px,
            4.2vw,
            64px
        ) !important;

    font-weight:570 !important;

    line-height:1.08 !important;

    letter-spacing:-.045em !important;

    text-shadow:none !important;

    background:none !important;
    background-image:none !important;
}


/* ACIKLAMA */

.three-marketplace-main
.three-video-hero-lead {

    max-width:660px !important;

    margin:24px 0 0 !important;

    color:#e2eaf5 !important;

    font-size:17px !important;
    font-weight:520 !important;

    line-height:1.65 !important;

    text-shadow:none !important;
}


/* BUTONLAR */

.three-marketplace-main
.three-video-hero-actions {

    margin-top:30px !important;

    display:flex !important;
    flex-wrap:wrap !important;

    gap:12px !important;
}


.three-marketplace-main
.three-video-hero-button {

    min-width:176px !important;
    height:48px !important;

    padding:0 21px !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    gap:9px !important;

    border-radius:7px !important;

    font-size:13px !important;
    font-weight:800 !important;
    line-height:1 !important;

    text-decoration:none !important;

    transition:
        background-color .16s ease,
        border-color .16s ease,
        color .16s ease,
        transform .16s ease !important;
}


.three-marketplace-main
.three-video-hero-button:hover {

    transform:translateY(-1px);
}


.three-marketplace-main
.three-video-hero-button.is-primary {

    border:1px solid #fff !important;
    background:#fff !important;
    color:#071a35 !important;
}


.three-marketplace-main
.three-video-hero-button.is-secondary {

    border:
        1px solid rgba(255,255,255,.78) !important;

    background:
        rgba(5,22,48,.32) !important;

    color:#fff !important;
}


.three-marketplace-main
.three-video-hero-button svg {

    width:19px !important;
    height:19px !important;

    flex:0 0 19px !important;
}


/* ALT LINKLER */

.three-marketplace-main
.three-video-hero-services {

    margin-top:24px !important;

    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;

    gap:7px 13px !important;

    color:#c6d2e1 !important;

    font-size:11.5px !important;
    line-height:1.45 !important;
}


.three-marketplace-main
.three-video-hero-services span {

    color:#aebdce !important;
}


.three-marketplace-main
.three-video-hero-services a {

    color:#fff !important;

    font-weight:750 !important;

    text-decoration:none !important;

    border-bottom:
        1px solid rgba(255,255,255,.45) !important;
}


/* ==========================================================
   OPERASYON GORSELLERI
   DEV GORSEL YOK
   KENARDA KUCUK DESTEK GORSELI
   ========================================================== */

.mp-operation-showcase,
.mp-second-showcase {

    overflow:hidden !important;
}


.mp-operation-row {

    width:100% !important;

    display:grid !important;

    grid-template-columns:
        285px
        minmax(0,1fr) !important;

    gap:58px !important;

    align-items:center !important;
}


.mp-operation-row-reverse {

    grid-template-columns:
        minmax(0,1fr)
        285px !important;
}


.mp-operation-row-reverse
.mp-operation-image {

    order:2 !important;
}


/* KUCUK GORSEL */

.mp-operation-image {

    position:relative !important;

    width:285px !important;
    height:245px !important;

    min-height:0 !important;
    max-height:none !important;

    overflow:hidden !important;

    border-radius:10px !important;

    background:#e9edf2 !important;

    box-shadow:none !important;
}


.mp-operation-image img {

    position:absolute !important;
    inset:0 !important;

    width:100% !important;
    height:100% !important;

    object-fit:cover !important;

    display:block !important;

    transform:none !important;
}


.mp-operation-row:hover
.mp-operation-image img {

    transform:none !important;
}


/* METIN ALANI */

.mp-operation-copy {

    max-width:760px !important;
}


.mp-operation-copy h2 {

    max-width:700px !important;

    margin:
        0 0 18px !important;

    font-size:
        clamp(
            29px,
            3vw,
            43px
        ) !important;

    line-height:1.1 !important;

    color:#0b2035 !important;

    background:none !important;

    text-shadow:none !important;
}


.mp-operation-copy > p {

    max-width:720px !important;

    font-size:16px !important;

    line-height:1.75 !important;
}


/* OZELLIK LISTESI DAHA KOMPAKT */

.mp-operation-copy ul {

    margin-top:23px !important;
}


.mp-operation-copy li {

    padding:
        11px 0
        11px 25px !important;

    font-size:14px !important;
}


.mp-operation-copy li::before {

    top:17px !important;

    width:7px !important;
    height:7px !important;
}


/* IKINCI GORSEL SAG KENARDA */

.mp-second-showcase
.mp-operation-copy {

    justify-self:start !important;
}


.mp-second-showcase
.mp-operation-image {

    justify-self:end !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media(max-width:980px) {

    .three-marketplace-main
    .three-video-hero {

        height:auto !important;
        min-height:620px !important;
    }


    .three-marketplace-main
    .three-video-hero-inner {

        width:
            calc(100% - 34px) !important;

        min-height:620px !important;
    }


    .three-marketplace-main
    .three-video-hero-copy {

        width:100% !important;

        padding:
            58px 0 64px !important;
    }


    .three-marketplace-main
    .three-video-hero h1 {

        font-size:
            clamp(
                35px,
                7vw,
                50px
            ) !important;
    }


    .mp-operation-row,
    .mp-operation-row-reverse {

        grid-template-columns:
            220px
            minmax(0,1fr) !important;

        gap:32px !important;
    }


    .mp-operation-row-reverse {

        grid-template-columns:
            minmax(0,1fr)
            220px !important;
    }


    .mp-operation-image {

        width:220px !important;
        height:190px !important;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media(max-width:680px) {

    .three-marketplace-main
    .three-video-hero {

        min-height:620px !important;
    }


    .three-marketplace-main
    .three-video-hero-poster img,
    .three-marketplace-main
    .three-video-hero-video {

        object-position:60% center !important;
    }


    .three-marketplace-main
    .three-video-hero-shade {

        background:
            rgba(3,17,38,.80) !important;
    }


    .three-marketplace-main
    .three-video-hero-inner {

        width:
            calc(100% - 34px) !important;

        min-height:620px !important;
    }


    .three-marketplace-main
    .three-video-hero-copy {

        width:100% !important;

        padding:
            58px 0 64px !important;
    }


    .three-marketplace-main
    .three-video-hero h1 {

        font-size:
            clamp(
                35px,
                10.5vw,
                48px
            ) !important;

        line-height:1.09 !important;
    }


    .three-marketplace-main
    .three-video-hero-lead {

        margin-top:19px !important;

        font-size:15px !important;

        line-height:1.58 !important;
    }


    .three-marketplace-main
    .three-video-hero-actions {

        margin-top:25px !important;

        display:grid !important;

        grid-template-columns:1fr !important;
    }


    .three-marketplace-main
    .three-video-hero-button {

        width:100% !important;
        min-width:0 !important;

        height:49px !important;
    }


    .three-marketplace-main
    .three-video-hero-services {

        margin-top:21px !important;

        gap:7px 11px !important;
    }


    .three-marketplace-main
    .three-video-hero-services span {

        width:100% !important;
    }


    /* GORSELLER MOBILDE DE KOCAMAN OLMASIN */

    .mp-operation-row,
    .mp-operation-row-reverse {

        display:flex !important;

        flex-direction:column !important;

        align-items:flex-start !important;

        gap:25px !important;
    }


    .mp-operation-row-reverse
    .mp-operation-image {

        order:0 !important;
    }


    .mp-operation-image {

        width:190px !important;
        height:145px !important;

        min-height:0 !important;

        align-self:flex-start !important;
    }


    .mp-second-showcase
    .mp-operation-image {

        align-self:flex-end !important;
    }


    .mp-operation-copy h2 {

        font-size:31px !important;
    }

}


/* === PAZARYERI ANA SAYFA HERO FIX V4 END === */




/* === PAZARYERI HERO EMERGENCY FIX V6 === */


/* ----------------------------------------------------------
   SAYFA
   ---------------------------------------------------------- */

html,
body {
    overflow-x:hidden !important;
}

.three-marketplace-main {
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    display:block !important;
}


/* ----------------------------------------------------------
   HERO - ANA SAYFA MANTIGI
   ---------------------------------------------------------- */

body .three-video-hero {
    position:relative !important;

    display:block !important;

    width:100% !important;
    max-width:none !important;

    height:clamp(
        570px,
        calc(100svh - 78px),
        760px
    ) !important;

    min-height:570px !important;

    margin:0 !important;
    padding:0 !important;

    overflow:hidden !important;

    isolation:isolate !important;

    background:#07182f !important;

    color:#fff !important;
}


/* POSTER + VIDEO ARTIK YAN YANA GELEMEZ */

body .three-video-hero-media,
body .three-video-hero-poster,
body .three-video-hero-poster img,
body .three-video-hero-video {

    position:absolute !important;

    inset:0 !important;

    display:block !important;

    width:100% !important;
    height:100% !important;

    min-width:100% !important;

    max-width:none !important;

    margin:0 !important;
    padding:0 !important;
}


body .three-video-hero-media {
    z-index:0 !important;
    overflow:hidden !important;
}


body .three-video-hero-poster {
    z-index:0 !important;
}


body .three-video-hero-poster img,
body .three-video-hero-video {

    object-fit:cover !important;

    object-position:center center !important;
}


body .three-video-hero-video {

    z-index:1 !important;

    opacity:1 !important;
}


/* ANA SAYFADAKI GIBI OKUNABILIR KOYU KATMAN */

body .three-video-hero-shade {

    position:absolute !important;

    inset:0 !important;

    z-index:2 !important;

    display:block !important;

    width:100% !important;
    height:100% !important;

    background:
        linear-gradient(
            90deg,
            rgba(3,17,38,.97) 0%,
            rgba(3,17,38,.90) 31%,
            rgba(3,17,38,.64) 53%,
            rgba(3,17,38,.25) 78%,
            rgba(3,17,38,.34) 100%
        ) !important;
}


body .three-video-hero-shade::after {

    content:"" !important;

    position:absolute !important;

    inset:0 !important;

    background:
        linear-gradient(
            180deg,
            rgba(2,12,27,.10),
            rgba(2,12,27,.24)
        ) !important;
}


/* ----------------------------------------------------------
   HERO ICERIK
   ---------------------------------------------------------- */

body .three-video-hero-inner {

    position:relative !important;

    z-index:3 !important;

    display:flex !important;

    align-items:center !important;

    width:min(
        1330px,
        calc(100% - 56px)
    ) !important;

    max-width:none !important;

    height:100% !important;

    margin:0 auto !important;

    padding:0 !important;
}


body .three-video-hero-copy {

    display:block !important;

    width:min(
        720px,
        58%
    ) !important;

    max-width:720px !important;

    margin:0 !important;

    padding:44px 0 52px !important;

    position:relative !important;
}


/* EYEBROW KESINLIKLE YOK */

body .three-video-hero-eyebrow {
    display:none !important;
}


/* BASLIK */

body .three-video-hero h1 {

    display:block !important;

    max-width:720px !important;

    margin:0 !important;

    padding:0 !important;

    color:#fff !important;

    -webkit-text-fill-color:#fff !important;

    background:none !important;

    font-family:
        Manrope,
        Arial,
        sans-serif !important;

    font-size:
        clamp(
            42px,
            4.2vw,
            64px
        ) !important;

    font-weight:570 !important;

    line-height:1.08 !important;

    letter-spacing:-.045em !important;

    text-align:left !important;

    text-shadow:
        0 2px 18px
        rgba(0,0,0,.18) !important;
}


/* ACIKLAMA */

body .three-video-hero-lead {

    display:block !important;

    max-width:660px !important;

    margin:24px 0 0 !important;

    padding:0 !important;

    color:#e2eaf5 !important;

    font-size:17px !important;

    font-weight:520 !important;

    line-height:1.65 !important;

    text-align:left !important;
}


/* ----------------------------------------------------------
   BUTONLAR
   ---------------------------------------------------------- */

body .three-video-hero-actions {

    display:flex !important;

    flex-wrap:wrap !important;

    align-items:center !important;

    gap:12px !important;

    margin:30px 0 0 !important;
}


body .three-video-hero-button {

    display:inline-flex !important;

    align-items:center !important;

    justify-content:center !important;

    width:auto !important;

    min-width:176px !important;

    height:48px !important;

    min-height:48px !important;

    margin:0 !important;

    padding:0 21px !important;

    border-radius:7px !important;

    font-size:13px !important;

    font-weight:800 !important;

    line-height:1 !important;

    text-decoration:none !important;
}


body .three-video-hero-button.is-primary {

    background:#fff !important;

    border:1px solid #fff !important;

    color:#071a35 !important;

    -webkit-text-fill-color:#071a35 !important;
}


body .three-video-hero-button.is-secondary {

    background:rgba(5,22,48,.32) !important;

    border:
        1px solid
        rgba(255,255,255,.78) !important;

    color:#fff !important;

    -webkit-text-fill-color:#fff !important;
}


/* DEV TELEFON IKONU KESIN COZUM */

body .three-video-hero-button svg {

    display:none !important;

    width:0 !important;

    height:0 !important;

    max-width:0 !important;

    max-height:0 !important;
}


/* ----------------------------------------------------------
   HERO ALT KUCUK LINKLER
   ---------------------------------------------------------- */

body .three-video-hero-services {

    display:flex !important;

    flex-wrap:wrap !important;

    align-items:center !important;

    gap:7px 13px !important;

    margin:24px 0 0 !important;

    padding:0 !important;

    color:#c6d2e1 !important;

    font-size:11.5px !important;

    line-height:1.45 !important;
}


body .three-video-hero-services span {

    color:#aebdce !important;
}


body .three-video-hero-services a {

    display:inline !important;

    width:auto !important;

    color:#fff !important;

    font-weight:750 !important;

    text-decoration:none !important;

    border-bottom:
        1px solid
        rgba(255,255,255,.45) !important;
}


/* ----------------------------------------------------------
   HERO SONRASI
   HER SECTION NORMAL TAM GENISLIK BLOK
   ---------------------------------------------------------- */

.three-marketplace-main > section {

    position:relative;

    width:100% !important;

    max-width:none !important;

    float:none !important;

    clear:both !important;
}


/* ----------------------------------------------------------
   KUCUK KENAR GORSELLERI
   ---------------------------------------------------------- */

.mp-operation-row {

    display:grid !important;

    grid-template-columns:
        220px
        minmax(0,1fr) !important;

    gap:46px !important;

    align-items:center !important;

    width:100% !important;
}


.mp-operation-row-reverse {

    grid-template-columns:
        minmax(0,1fr)
        220px !important;
}


.mp-operation-row-reverse
.mp-operation-image {

    order:2 !important;
}


.mp-operation-image {

    position:relative !important;

    width:220px !important;

    height:160px !important;

    min-width:220px !important;

    min-height:160px !important;

    max-width:220px !important;

    max-height:160px !important;

    margin:0 !important;

    overflow:hidden !important;

    border-radius:9px !important;

    box-shadow:none !important;

    background:#edf1f5 !important;
}


.mp-operation-image img {

    position:absolute !important;

    inset:0 !important;

    display:block !important;

    width:100% !important;

    height:100% !important;

    min-width:0 !important;

    min-height:0 !important;

    max-width:none !important;

    object-fit:cover !important;

    transform:none !important;
}


.mp-operation-row:hover
.mp-operation-image img {

    transform:none !important;
}


/* ----------------------------------------------------------
   TABLET
   ---------------------------------------------------------- */

@media(max-width:980px) {

    body .three-video-hero {

        height:auto !important;

        min-height:620px !important;
    }


    body .three-video-hero-inner {

        width:
            calc(100% - 34px) !important;

        min-height:620px !important;
    }


    body .three-video-hero-copy {

        width:100% !important;

        max-width:690px !important;

        padding:
            58px 0 64px !important;
    }


    body .three-video-hero h1 {

        font-size:
            clamp(
                37px,
                7vw,
                50px
            ) !important;
    }


    .mp-operation-row {

        grid-template-columns:
            180px
            minmax(0,1fr) !important;

        gap:28px !important;
    }


    .mp-operation-row-reverse {

        grid-template-columns:
            minmax(0,1fr)
            180px !important;
    }


    .mp-operation-image {

        width:180px !important;

        min-width:180px !important;

        max-width:180px !important;

        height:135px !important;

        min-height:135px !important;

        max-height:135px !important;
    }

}


/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media(max-width:680px) {

    body .three-video-hero {

        min-height:590px !important;
    }


    body .three-video-hero-video,
    body .three-video-hero-poster img {

        object-position:
            center center !important;
    }


    body .three-video-hero-shade {

        background:
            rgba(3,17,38,.68) !important;
    }


    body .three-video-hero-inner {

        width:
            calc(100% - 34px) !important;

        min-height:590px !important;
    }


    body .three-video-hero-copy {

        width:100% !important;

        padding:
            54px 0 58px !important;
    }


    body .three-video-hero h1 {

        font-size:34px !important;

        font-weight:700 !important;

        line-height:1.18 !important;

        letter-spacing:0 !important;
    }


    body .three-video-hero-lead {

        margin-top:19px !important;

        font-size:15px !important;

        line-height:1.58 !important;
    }


    body .three-video-hero-actions {

        display:grid !important;

        grid-template-columns:1fr !important;

        margin-top:25px !important;
    }


    body .three-video-hero-button {

        width:100% !important;

        min-width:0 !important;

        height:49px !important;
    }


    body .three-video-hero-services {

        margin-top:21px !important;
    }


    body .three-video-hero-services span {

        width:100% !important;
    }


    .mp-operation-row,
    .mp-operation-row-reverse {

        display:grid !important;

        grid-template-columns:
            115px
            minmax(0,1fr) !important;

        gap:18px !important;

        align-items:start !important;
    }


    .mp-operation-row-reverse
    .mp-operation-image {

        order:0 !important;
    }


    .mp-operation-image {

        width:115px !important;

        min-width:115px !important;

        max-width:115px !important;

        height:90px !important;

        min-height:90px !important;

        max-height:90px !important;
    }


    .mp-operation-copy h2 {

        margin-top:0 !important;

        font-size:27px !important;
    }

}


/* === PAZARYERI HERO EMERGENCY FIX V6 END === */









/* === PACKAGE FORCE FIX V9 === */


/* =========================================================
   PAKET KARTLARI
   ========================================================= */

#paketler .mp-plans {

    display:grid !important;

    grid-template-columns:
        repeat(3,minmax(0,1fr)) !important;

    gap:20px !important;

    align-items:stretch !important;
}


#paketler .mp-plan {

    display:flex !important;

    flex-direction:column !important;

    height:auto !important;

    min-height:850px !important;

    padding:31px !important;

    margin:0 !important;

    border:
        1px solid #d8e1e9 !important;

    border-radius:16px !important;

    background:#fff !important;

    box-shadow:none !important;

    transform:none !important;
}


#paketler .mp-plan.is-featured {

    border:
        2px solid #102a43 !important;
}


/* BASLIK */

#paketler .mp-plan-top {

    min-height:65px !important;

    margin:0 0 18px !important;
}


#paketler .mp-plan-top h3 {

    margin:0 0 6px !important;

    padding:0 !important;

    color:#10263d !important;

    font-size:29px !important;

    font-weight:800 !important;

    line-height:1.15 !important;

    letter-spacing:-.025em !important;
}


#paketler .mp-plan-subtitle {

    margin:0 !important;

    padding:0 !important;

    color:#6a798b !important;

    font-size:14px !important;

    line-height:1.4 !important;
}


/* =========================================================
   FIYAT
   ========================================================= */

#paketler .mp-package-price {

    margin:
        0 0 23px !important;

    padding:
        20px 0 !important;

    border-top:
        1px solid #e0e6ec !important;

    border-bottom:
        1px solid #e0e6ec !important;
}


#paketler .mp-package-year {

    display:flex !important;

    align-items:flex-end !important;

    gap:8px !important;
}


#paketler .mp-package-year strong {

    display:block !important;

    color:#10263d !important;

    font-size:31px !important;

    font-weight:850 !important;

    line-height:1 !important;

    letter-spacing:-.035em !important;
}


#paketler .mp-package-year span {

    padding-bottom:3px !important;

    color:#738296 !important;

    font-size:13px !important;
}


#paketler .mp-package-month {

    display:block !important;

    margin-top:11px !important;

    color:#6d7c8f !important;

    font-size:13px !important;
}


#paketler .mp-package-month b {

    color:#173149 !important;

    font-weight:800 !important;
}


/* =========================================================
   KUCUK BASLIK
   ========================================================= */

#paketler .mp-package-label {

    display:block !important;

    margin:
        0 0 10px !important;

    color:#10263d !important;

    font-size:12px !important;

    font-weight:850 !important;

    line-height:1.3 !important;

    letter-spacing:.035em !important;

    text-transform:uppercase !important;
}


#paketler .mp-feature-label {

    margin-top:3px !important;
}


/* =========================================================
   PAZARYERLERI
   ========================================================= */

#paketler .mp-package-markets {

    display:flex !important;

    flex-wrap:wrap !important;

    gap:7px !important;

    margin:
        0 0 25px !important;
}


#paketler .mp-package-markets span {

    display:inline-flex !important;

    align-items:center !important;

    justify-content:center !important;

    min-height:29px !important;

    padding:
        0 10px !important;

    border:
        1px solid #d7dfe8 !important;

    border-radius:6px !important;

    background:#f7f9fb !important;

    color:#33495f !important;

    font-size:12px !important;

    font-weight:750 !important;
}


/* =========================================================
   OZELLIKLER
   ========================================================= */

#paketler .mp-package-features {

    display:grid !important;

    grid-template-columns:
        1fr 1fr !important;

    column-gap:15px !important;

    row-gap:0 !important;

    width:100% !important;

    margin:
        0 0 27px !important;

    padding:0 !important;

    list-style:none !important;

    border-top:
        1px solid #e1e7ed !important;
}


#paketler .mp-package-features li {

    display:block !important;

    position:relative !important;

    visibility:visible !important;

    opacity:1 !important;

    width:auto !important;

    height:auto !important;

    min-height:42px !important;

    margin:0 !important;

    padding:
        11px 2px
        10px 19px !important;

    border-bottom:
        1px solid #e1e7ed !important;

    color:#354b60 !important;

    font-size:12.5px !important;

    font-weight:520 !important;

    line-height:1.45 !important;

    text-align:left !important;
}


#paketler .mp-package-features li::before {

    content:"" !important;

    display:block !important;

    position:absolute !important;

    left:1px !important;

    top:17px !important;

    width:7px !important;

    height:7px !important;

    border-radius:50% !important;

    background:#0b9770 !important;
}


#paketler .mp-package-features li::after {

    display:none !important;

    content:none !important;
}


/* =========================================================
   BUTON
   ========================================================= */

#paketler .mp-package-button {

    display:flex !important;

    align-items:center !important;

    justify-content:center !important;

    width:100% !important;

    height:48px !important;

    min-height:48px !important;

    margin-top:auto !important;

    padding:0 18px !important;

    border:
        1px solid #102a43 !important;

    border-radius:8px !important;

    background:#fff !important;

    color:#102a43 !important;

    font-size:14px !important;

    font-weight:850 !important;

    text-decoration:none !important;
}


#paketler .mp-plan.is-featured
.mp-package-button {

    background:#102a43 !important;

    color:#fff !important;
}


/* =========================================================
   OPERASYON GORSELLERI + %20
   220x160 -> 264x192
   ========================================================= */

.mp-operation-row {

    grid-template-columns:
        264px
        minmax(0,1fr) !important;
}


.mp-operation-row-reverse {

    grid-template-columns:
        minmax(0,1fr)
        264px !important;
}


.mp-operation-image {

    width:264px !important;

    min-width:264px !important;

    max-width:264px !important;

    height:192px !important;

    min-height:192px !important;

    max-height:192px !important;
}


/* TABLET */

@media(max-width:980px) {

    #paketler .mp-plans {

        grid-template-columns:1fr !important;
    }


    #paketler .mp-plan {

        min-height:0 !important;
    }


    #paketler .mp-plan-top {

        min-height:0 !important;
    }


    .mp-operation-row {

        grid-template-columns:
            216px
            minmax(0,1fr) !important;
    }


    .mp-operation-row-reverse {

        grid-template-columns:
            minmax(0,1fr)
            216px !important;
    }


    .mp-operation-image {

        width:216px !important;

        min-width:216px !important;

        max-width:216px !important;

        height:162px !important;

        min-height:162px !important;

        max-height:162px !important;
    }

}


/* MOBILE */

@media(max-width:600px) {

    #paketler .mp-plan {

        padding:24px !important;
    }


    #paketler .mp-package-features {

        grid-template-columns:1fr !important;
    }


    #paketler .mp-package-year strong {

        font-size:28px !important;
    }


    .mp-operation-row,
    .mp-operation-row-reverse {

        grid-template-columns:
            138px
            minmax(0,1fr) !important;
    }


    .mp-operation-image {

        width:138px !important;

        min-width:138px !important;

        max-width:138px !important;

        height:108px !important;

        min-height:108px !important;

        max-height:108px !important;
    }

}


/* === PACKAGE FORCE FIX V9 END === */




/* === PAZARYERI GORSEL BOYUT FIX V11 === */


/* PC'DE FOTOĞRAFLAR BÜYÜSÜN */

.mp-operation-row {
    grid-template-columns: 380px minmax(0,1fr) !important;
    gap: 42px !important;
}

.mp-operation-row-reverse {
    grid-template-columns: minmax(0,1fr) 380px !important;
}

.mp-operation-image {
    width: 380px !important;
    min-width: 380px !important;
    max-width: 380px !important;
    height: 270px !important;
    min-height: 270px !important;
    max-height: 270px !important;

    border-radius: 0 !important;
    overflow: hidden !important;
    background: #edf1f5 !important;
}

.mp-operation-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    display: block !important;
}


/* TABLET */

@media(max-width:980px) {

    .mp-operation-row {
        grid-template-columns: 280px minmax(0,1fr) !important;
        gap: 28px !important;
    }

    .mp-operation-row-reverse {
        grid-template-columns: minmax(0,1fr) 280px !important;
    }

    .mp-operation-image {
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
        height: 205px !important;
        min-height: 205px !important;
        max-height: 205px !important;
        border-radius: 0 !important;
    }

    .mp-operation-image img {
        border-radius: 0 !important;
    }
}


/* MOBILE */

@media(max-width:600px) {

    .mp-operation-row,
    .mp-operation-row-reverse {
        grid-template-columns: 160px minmax(0,1fr) !important;
        gap: 16px !important;
    }

    .mp-operation-image {
        width: 160px !important;
        min-width: 160px !important;
        max-width: 160px !important;
        height: 120px !important;
        min-height: 120px !important;
        max-height: 120px !important;
        border-radius: 0 !important;
    }

    .mp-operation-image img {
        border-radius: 0 !important;
    }
}


/* === PAZARYERI GORSEL BOYUT FIX V11 END === */

