body.page-template-landing-template{
    background:#f6f1ef;
}

.hide{display:none !important;}

.lp-wrap{
    width:min(1280px, calc(100% - 24px));
    margin:16px auto 40px;
}

.lp-narrow{
    width:min(680px, calc(100% - 24px));
}

.lp-card{
    background:#fff;
    border:1px solid #ecd6c9;
    border-radius:24px;
    padding:18px;
    box-sizing:border-box;
}

.lp-banner{padding:0; overflow:hidden; margin-bottom:14px;}
.lp-banner-image-wrap{width:100%;}
.lp-banner-image{width:100%; display:block;}
.lp-banner-empty{
    min-height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    font-weight:800;
    color:#1b2f56;
    background:#ead2cb;
    text-align:center;
    padding:20px;
}

.lp-campaigns{margin-bottom:14px;}
.lp-campaigns-head{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
    font-weight:700;
}
.lp-campaigns-head span{font-size:13px; color:#7d8aa5;}
.lp-campaign-scroll{
    display:flex;
    gap:12px;
    overflow:auto;
}
.lp-campaign-item{
    min-width:190px;
    background:#fff;
    border:1px solid #f39c6b;
    border-radius:22px;
    padding:14px;
    text-decoration:none;
    color:#1b2f56;
    position:relative;
}
.lp-campaign-item.active{
    box-shadow:0 0 0 2px #ff8c1a inset;
}
.lp-campaign-badge{
    position:absolute;
    top:-8px;
    right:12px;
    background:#ff8c1a;
    color:#fff;
    border-radius:999px;
    padding:2px 10px;
    font-size:12px;
    font-weight:700;
}
.lp-campaign-item h3{
    font-size:16px;
    line-height:1.2;
    margin:8px 0;
    color:#ff6a00;
}
.lp-campaign-meta{font-size:14px; color:#7d8aa5; margin-bottom:10px;}
.lp-campaign-price{font-size:18px; font-weight:800; color:#1b2f56; margin-bottom:6px;}
.lp-campaign-sold{font-size:14px; color:#ff6a57; font-weight:700;}

.lp-grid{
    display:grid;
    grid-template-columns: minmax(0,1fr) 360px;
    gap:14px;
    align-items:start;
}

.lp-section{margin-bottom:14px;}
.lp-section-head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:14px;
}
.lp-icon{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:#ff8c1a;
    color:#fff;
    font-size:18px;
}
.lp-section-head h2{
    margin:0;
    color:#1b2f56;
    font-size:20px;
    font-weight:800;
}

.lp-products{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.lp-product{
    position:relative;
    background:#fff;
    border:1px solid #ecd6c9;
    border-radius:22px;
    overflow:hidden;
    cursor:pointer;
}
.lp-product.selected{
    box-shadow:0 0 0 2px #ff8c1a inset;
}
.lp-product-badge{
    position:absolute;
    top:10px;
    left:10px;
    z-index:2;
    background:#39c55a;
    color:#fff;
    border-radius:999px;
    padding:4px 10px;
    font-size:12px;
    font-weight:700;
}
.lp-product-check{
    position:absolute;
    top:10px;
    right:10px;
    z-index:2;
    width:28px;
    height:28px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ff8c1a;
    color:#fff;
    font-weight:900;
    opacity:0;
}
.lp-product.selected .lp-product-check{opacity:1;}
.lp-product-image{
    position:relative;
    aspect-ratio: 1 / 1.12;
    overflow:hidden;
}
.lp-product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.lp-product-zoom{
    position:absolute;
    left:10px;
    bottom:10px;
    border:none;
    width:38px;
    height:30px;
    border-radius:8px;
    background:rgba(40,40,40,.65);
    color:#fff;
    cursor:pointer;
}
.lp-product-bar{
    background:#2349b4;
    color:#fff;
    text-align:center;
    padding:8px 10px;
    font-size:13px;
    font-weight:700;
}
.lp-product-body{padding:12px;}
.lp-product-title{
    color:#1b2f56;
    font-size:18px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:10px;
}
.lp-product-live{
    color:#ff6a57;
    font-size:15px;
    font-weight:700;
    margin-bottom:8px;
}
.lp-product-desc{
    color:#667388;
    font-size:14px;
    line-height:1.4;
    min-height:40px;
    margin-bottom:12px;
}
.lp-product-btn{
    width:100%;
    border:none;
    border-radius:14px;
    background:#ff980f;
    color:#fff;
    font-size:16px;
    font-weight:800;
    padding:14px 12px;
    cursor:pointer;
}

.lp-selected-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.lp-selected-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px;
    border:1px solid #ecd6c9;
    border-radius:16px;
    color:#1b2f56;
    background:#fff;
}

.lp-size-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}
.lp-size-btn{
    border:1px solid #f0d0b8;
    background:#fff;
    color:#1b2f56;
    border-radius:14px;
    padding:14px 10px;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
}
.lp-size-btn.active{
    background:#ff8c1a;
    color:#fff;
    border-color:#ff8c1a;
}

.lp-address-grid{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.lp-select-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}
.lp-input,.lp-select,.lp-textarea{
    width:100%;
    box-sizing:border-box;
    border:1px solid #e5d9d0;
    border-radius:16px;
    padding:15px 16px;
    font-size:16px;
    color:#1b2f56;
    background:#fff;
}
.lp-textarea{
    min-height:100px;
    resize:vertical;
}

.lp-order-box{
    margin-bottom:14px;
}
.lp-order-head{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
}
.lp-order-icon{
    width:38px;
    height:38px;
    border-radius:12px;
    background:#ff8c1a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.lp-order-head h3{
    margin:0;
    color:#1b2f56;
    font-size:18px;
    font-weight:800;
}
.lp-order-row{
    display:flex;
    justify-content:space-between;
    gap:10px;
    padding:12px 0;
    color:#1b2f56;
    font-size:16px;
}
.lp-order-right{
    display:flex;
    align-items:center;
    gap:8px;
}
.lp-old-price{
    color:#9ea7b8;
    text-decoration:line-through;
}
.lp-free-badge{
    background:#22b24c;
    color:#fff;
    padding:6px 12px;
    border-radius:999px;
    font-size:14px;
    font-weight:800;
}
.lp-order-divider{
    border-top:1px solid #ecd6c9;
    margin:6px 0 4px;
}
.lp-order-total{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:14px;
    color:#1b2f56;
    font-size:18px;
    font-weight:800;
}
.lp-order-total strong{color:#f35b26; font-size:20px;}

.lp-page-complete-btn,
.lp-big-action{
    width:100%;
    border:none;
    border-radius:16px;
    background:#ff980f;
    color:#fff;
    text-align:center;
    display:block;
    text-decoration:none;
    font-size:18px;
    font-weight:800;
    padding:16px 12px;
    cursor:pointer;
    margin-bottom:14px;
}
.lp-big-action.danger{background:#f05b5b;}

.lp-page-note{
    background:#eef4ff;
    color:#4d6284;
    line-height:1.5;
}

.lp-faq-item{
    border:1px solid #ecd6c9;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:10px;
    background:#fff;
}
.lp-faq-q{
    width:100%;
    border:none;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px;
    font-size:17px;
    font-weight:800;
    color:#1b2f56;
    cursor:pointer;
}
.lp-faq-a{
    display:none;
    padding:0 16px 16px;
    color:#667388;
    line-height:1.5;
}
.lp-faq-item.active .lp-faq-a{display:block;}

.lp-summary{
    position:sticky;
    top:18px;
}
.lp-summary-top{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}
.lp-summary-label{
    font-size:13px;
    color:#7d8aa5;
    font-weight:800;
}
.lp-summary-count{
    font-size:22px;
    color:#1b2f56;
    font-weight:900;
}
.lp-summary-price{
    font-size:22px;
    color:#1b2f56;
    font-weight:900;
}
.lp-progress{
    width:100%;
    height:8px;
    background:#eee6e0;
    border-radius:999px;
    overflow:hidden;
    margin-bottom:14px;
}
.lp-progress-bar{
    height:100%;
    width:0;
    background:#ff8c1a;
    transition:.2s;
}

.lp-help-card,.lp-status-card,.lp-result-card{
    background:#fff;
    border:1px solid #ecd6c9;
    border-radius:24px;
    padding:22px;
    margin-bottom:14px;
}
.lp-help-top-icon,.lp-status-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    background:#ff980f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:900;
    margin:0 auto 14px;
}
.lp-status-icon.success{background:#39c55a;}
.lp-help-card h1,.lp-status-head h1{
    text-align:center;
    color:#1b2f56;
    margin:0 0 8px;
}
.lp-help-card p,.lp-status-head p{
    text-align:center;
    color:#6f7d95;
}
.lp-help-label{
    margin:18px 0 8px;
    color:#4d6284;
    font-weight:800;
    font-size:13px;
}
.lp-help-search-wrap input{
    width:100%;
    box-sizing:border-box;
    border:1px solid #e5d9d0;
    border-radius:16px;
    padding:16px;
    font-size:16px;
}
.lp-help-desc{
    color:#90a0b8;
    font-size:14px;
    margin:8px 0 16px;
}
.lp-help-rule-box{
    margin-top:12px;
    padding-top:14px;
    border-top:1px solid #ece6df;
    color:#4d6284;
}
.lp-help-rule-box h3{
    margin:0 0 10px;
    color:#1b2f56;
    font-size:18px;
}
.lp-found-box{
    border:1px solid #ff8c1a;
    border-radius:18px;
    padding:16px;
    color:#1b2f56;
    margin-bottom:12px;
}
.lp-found-box strong{display:block; margin-bottom:8px;}
.lp-found-detail p{color:#5e6f89; margin:8px 0;}
.lp-status-note{
    background:#fff7ef;
    border:1px solid #ffd8b1;
    color:#7f5a36;
    border-radius:16px;
    padding:16px;
}
.lp-back-link{
    display:block;
    text-align:center;
    color:#7c8ca7;
    text-decoration:none;
    margin:20px 0 6px;
}

.lp-order-number-box{
    border:1px solid #ecd6c9;
    border-radius:18px;
    padding:14px;
    display:flex;
    gap:14px;
    align-items:center;
    margin:18px 0;
}
.lp-order-number-left{
    width:54px;
    height:54px;
    border-radius:16px;
    background:#f1f4f8;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ff8c1a;
    font-size:20px;
    font-weight:900;
}
.lp-order-number-right strong{
    display:block;
    color:#1b2f56;
    margin-bottom:6px;
}
.lp-order-number-right span{
    color:#4d6284;
    font-weight:700;
}

.lp-global-bottom{
    padding:24px 10px 10px;
}
.lp-mini-trust{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
    text-align:center;
    border-top:1px solid #e6ddd6;
    padding-top:18px;
}
.lp-mini-trust-icon{font-size:24px; margin-bottom:8px;}
.lp-mini-trust-title{
    font-size:14px;
    color:#1b2f56;
    font-weight:700;
}
.lp-bottom-brand{
    text-align:center;
    padding-top:18px;
    display:flex;
    flex-direction:column;
    gap:8px;
}
.lp-bottom-brand strong{
    color:#f35b26;
    font-size:16px;
}
.lp-bottom-brand a{
    color:#667388;
    text-decoration:none;
    font-weight:600;
}
.lp-bottom-brand span{
    color:#7f8da5;
    font-size:14px;
}
.lp-bottom-brand span a{
    color:#ff6a00;
    font-weight:700;
    text-decoration:none;
}
.lp-bottom-brand span a:hover{opacity:.75;}

.lp-gallery-modal{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
}
.lp-gallery-modal.open{display:block;}
.lp-gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.6);
}
.lp-gallery-content{
    position:relative;
    width:min(900px, calc(100% - 20px));
    margin:40px auto;
    background:#fff;
    border-radius:24px;
    padding:16px;
    z-index:2;
}
.lp-gallery-main-wrap{
    width:100%;
    aspect-ratio:1/1;
    border-radius:18px;
    overflow:hidden;
    background:#f7f7f7;
}
.lp-gallery-main-image{
    width:100%;
    height:100%;
    object-fit:contain;
}
.lp-gallery-close,
.lp-gallery-nav{
    position:absolute;
    border:none;
    cursor:pointer;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.16);
}
.lp-gallery-close{
    right:10px;
    top:10px;
    width:42px;
    height:42px;
    border-radius:999px;
    font-size:22px;
}
.lp-gallery-nav{
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border-radius:999px;
    font-size:22px;
}
.lp-gallery-nav.prev{left:10px;}
.lp-gallery-nav.next{right:10px;}
.lp-gallery-thumbs{
    display:flex;
    gap:10px;
    margin-top:12px;
    overflow:auto;
}
.lp-gallery-thumb{
    border:none;
    padding:0;
    border-radius:12px;
    overflow:hidden;
    width:70px;
    height:70px;
    cursor:pointer;
    background:#f6f6f6;
}
.lp-gallery-thumb.active{
    box-shadow:0 0 0 2px #ff8c1a inset;
}
.lp-gallery-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.desktop-only{display:block;}

@media (max-width: 991px){
    .lp-grid{grid-template-columns:1fr;}
    .desktop-only{display:none;}
    .lp-products{grid-template-columns:1fr 1fr;}
}

@media (max-width: 767px){
    .lp-wrap{width:calc(100% - 14px); margin:8px auto 24px;}
    .lp-card{padding:14px; border-radius:20px;}
    .lp-products{grid-template-columns:1fr 1fr; gap:10px;}
    .lp-product-title{font-size:16px;}
    .lp-product-desc{font-size:13px;}
    .lp-product-btn{font-size:15px; padding:12px 8px;}
    .lp-select-row{grid-template-columns:1fr 1fr;}
    .lp-size-grid{grid-template-columns:1fr 1fr;}
    .lp-mini-trust{grid-template-columns:repeat(4,1fr);}
    .lp-mini-trust-title{font-size:12px;}
}

@media (max-width: 560px){
    .lp-products{grid-template-columns:1fr 1fr;}
    .lp-section-head h2{font-size:18px;}
}

.lp-campaign-item {
    position: relative;
    z-index: 5;
    pointer-events: auto !important;
}

.lp-campaign-scroll {
    position: relative;
    z-index: 6;
}

.lp-campaign-scroll,
.lp-campaign-track,
.lp-campaign-item,
.lp-campaign-item a {
    position: relative !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
}

.lp-campaign-item::before,
.lp-campaign-item::after,
.lp-campaign-scroll::before,
.lp-campaign-scroll::after,
.lp-campaign-track::before,
.lp-campaign-track::after {
    pointer-events: none !important;
}

.lp-campaign-item a {
    display: block !important;
    width: 100%;
    height: 100%;
}

/* Final kampanya kart ve select düzeltmeleri */
.lp-campaigns,
.lp-campaign-scroll,
.lp-campaign-item {
    position: relative !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
}

.lp-campaign-item {
    display: block !important;
    cursor: pointer !important;
}

.lp-campaign-item::before,
.lp-campaign-item::after,
.lp-campaign-scroll::before,
.lp-campaign-scroll::after,
.lp-campaigns::before,
.lp-campaigns::after {
    pointer-events: none !important;
}

.lp-select,
.lp-select option {
    color: #1b2f56 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #1b2f56 !important;
}

.lp-select:disabled {
    color: #1b2f56 !important;
    opacity: 1 !important;
    background-color: #ffffff !important;
    -webkit-text-fill-color: #1b2f56 !important;
}
