<section class="td-home-final-v2" id="tdHomeFinalV2">
  <style>
    .td-home-final-v2{
      --td-brand:#E85002;
      --td-primary:#000000;
      --td-grad-1:#000000;
      --td-grad-2:#C10801;
      --td-grad-3:#F16001;
      --td-grad-4:#D9C3AB;
      --td-white:#F9F9F9;
      --td-light:#A7A7A7;
      --td-gray:#646464;
      --td-dark:#333333;
      --td-border:rgba(0,0,0,.08);
      --td-border-soft:rgba(232,80,2,.16);
      --td-shadow:0 18px 48px rgba(0,0,0,.08);
      position:relative;
      width:100vw;
      max-width:100vw;
      left:50%;
      right:50%;
      margin-left:-50vw;
      margin-right:-50vw;
      padding:14px 0 24px;
      background:linear-gradient(180deg,#fcfbf9 0%, #f7f4ef 100%);
      overflow:hidden;
      font-family:Arial, Helvetica, sans-serif;
      color:var(--td-primary);
    }

    .td-home-final-v2 *{
      box-sizing:border-box;
    }

    .td-home-final-v2-shell{
      width:100%;
      max-width:1700px;
      margin:0 auto;
      padding:0 16px;
    }

    .td-home-final-v2-layout{
      display:grid;
      grid-template-columns:380px minmax(0,1fr);
      gap:16px;
      align-items:stretch;
      min-height:calc(100vh - 110px);
    }

    .td-home-left-v2,
    .td-home-block-v2{
      background:var(--td-white);
      border:1px solid var(--td-border-soft);
      border-radius:28px;
      box-shadow:var(--td-shadow);
    }

    .td-home-left-v2{
      display:flex;
      flex-direction:column;
      min-height:calc(100vh - 110px);
      overflow:hidden;
    }

    .td-home-left-v2-head{
      padding:16px 16px 10px;
      border-bottom:1px solid rgba(0,0,0,.05);
    }

    .td-home-badge-v2{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 12px;
      border-radius:999px;
      background:rgba(232,80,2,.08);
      color:var(--td-brand);
      font-size:11px;
      font-weight:900;
      text-transform:uppercase;
      letter-spacing:.35px;
    }

    .td-home-left-v2-title{
      margin:10px 0 0;
      font-size:14px;
      line-height:1.3;
      font-weight:900;
      color:var(--td-primary);
    }

    .td-home-left-v2-body{
      padding:14px 16px 16px;
      display:grid;
      grid-template-rows:auto auto 1fr auto;
      gap:12px;
      flex:1 1 auto;
      min-height:0;
    }

    .td-home-search-v2-wrap{
      position:relative;
    }

    .td-home-search-v2-icon{
      position:absolute;
      left:14px;
      top:50%;
      transform:translateY(-50%);
      color:var(--td-brand);
      font-size:15px;
      pointer-events:none;
      z-index:2;
    }

    .td-home-search-v2-input{
      width:100%;
      min-height:46px;
      border:1px solid rgba(232,80,2,.20);
      border-radius:16px;
      background:#fff;
      padding:0 14px 0 40px;
      font-size:14px;
      font-weight:700;
      color:var(--td-primary);
      outline:none;
      transition:border-color .18s ease, box-shadow .18s ease;
    }

    .td-home-search-v2-input:focus{
      border-color:var(--td-brand);
      box-shadow:0 0 0 4px rgba(232,80,2,.10);
    }

    .td-home-chip-v2-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }

    .td-home-chip-v2{
      min-height:31px;
      padding:0 12px;
      border:none;
      border-radius:999px;
      background:linear-gradient(135deg,var(--td-grad-3) 0%, var(--td-brand) 100%);
      color:#fff;
      font-size:12px;
      font-weight:900;
      cursor:pointer;
      transition:transform .18s ease, opacity .18s ease;
    }

    .td-home-chip-v2:hover{
      transform:translateY(-1px);
      opacity:.97;
    }

    .td-home-search-v2-results{
      min-height:0;
      overflow:auto;
      padding-right:4px;
    }

    .td-home-search-v2-state{
      padding:14px;
      border-radius:16px;
      background:#fff;
      border:1px dashed rgba(232,80,2,.24);
      color:var(--td-gray);
      font-size:12px;
      line-height:1.6;
      font-weight:700;
    }

    .td-home-search-v2-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px;
    }

    .td-home-result-v2-card{
      display:flex;
      flex-direction:column;
      padding:10px;
      border-radius:18px;
      background:#fff;
      border:1px solid rgba(0,0,0,.07);
      box-shadow:0 8px 20px rgba(0,0,0,.03);
      transition:transform .18s ease, border-color .18s ease;
    }

    .td-home-result-v2-card:hover{
      transform:translateY(-1px);
      border-color:rgba(232,80,2,.24);
    }

    .td-home-result-v2-thumb{
      width:100%;
      aspect-ratio:1/1;
      border-radius:14px;
      overflow:hidden;
      background:#f5f5f5;
      border:1px solid rgba(0,0,0,.06);
      margin-bottom:8px;
    }

    .td-home-result-v2-thumb img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .td-home-result-v2-name{
      margin:0 0 5px;
      font-size:12px;
      line-height:1.32;
      font-weight:900;
      color:var(--td-primary);
      min-height:32px;
    }

    .td-home-result-v2-sku{
      margin:0 0 6px;
      font-size:11px;
      line-height:1.45;
      font-weight:700;
      color:var(--td-gray);
      min-height:28px;
      word-break:break-word;
    }

    .td-home-result-v2-price{
      margin:0 0 8px;
      font-size:13px;
      line-height:1.2;
      font-weight:900;
      color:var(--td-brand);
      word-break:break-word;
    }

    .td-home-result-v2-btn{
      width:100%;
      min-height:36px;
      border:none;
      border-radius:12px;
      background:linear-gradient(135deg,var(--td-grad-3) 0%, var(--td-brand) 100%);
      color:#fff;
      font-size:12px;
      font-weight:900;
      cursor:pointer;
      margin-top:auto;
    }

    .td-home-order-v2-empty{
      padding:14px;
      border-radius:18px;
      background:#fff;
      border:1px solid rgba(0,0,0,.06);
    }

    .td-home-order-v2-empty h3{
      margin:0 0 6px;
      font-size:18px;
      line-height:1.15;
      font-weight:900;
      color:var(--td-primary);
    }

    .td-home-order-v2-empty p{
      margin:0;
      color:var(--td-gray);
      font-size:12px;
      line-height:1.6;
      font-weight:700;
    }

    .td-home-order-v2-selected{
      display:none;
      flex-direction:column;
      gap:12px;
    }

    .td-home-order-v2-head{
      display:grid;
      grid-template-columns:68px 1fr;
      gap:12px;
      align-items:center;
      padding:12px;
      border-radius:18px;
      background:#fff;
      border:1px solid rgba(0,0,0,.06);
    }

    .td-home-order-v2-media{
      width:68px;
      height:68px;
      border-radius:14px;
      overflow:hidden;
      background:#f7f7f7;
      border:1px solid rgba(0,0,0,.06);
    }

    .td-home-order-v2-media img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .td-home-order-v2-kicker{
      display:inline-flex;
      align-items:center;
      min-height:24px;
      padding:0 8px;
      border-radius:999px;
      background:rgba(232,80,2,.08);
      color:var(--td-brand);
      font-size:10px;
      font-weight:900;
      text-transform:uppercase;
      margin-bottom:6px;
    }

    .td-home-order-v2-name{
      margin:0 0 4px;
      font-size:16px;
      line-height:1.1;
      font-weight:900;
      color:var(--td-primary);
    }

    .td-home-order-v2-sku{
      margin:0 0 4px;
      font-size:11px;
      line-height:1.45;
      color:var(--td-gray);
      font-weight:700;
      word-break:break-word;
    }

    .td-home-order-v2-price{
      font-size:15px;
      line-height:1.2;
      font-weight:900;
      color:var(--td-brand);
      word-break:break-word;
    }

    .td-home-steps-v2{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:8px;
    }

    .td-home-step-v2{
      min-height:44px;
      padding:8px;
      border-radius:14px;
      border:1px solid rgba(0,0,0,.08);
      background:#fff;
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--td-gray);
      font-size:11px;
      font-weight:800;
      line-height:1.25;
    }

    .td-home-step-v2-index{
      width:20px;
      height:20px;
      border-radius:999px;
      background:rgba(232,80,2,.08);
      color:var(--td-brand);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-size:10px;
      font-weight:900;
      flex:0 0 auto;
    }

    .td-home-step-v2.is-active{
      border-color:rgba(232,80,2,.28);
      background:rgba(232,80,2,.06);
      color:var(--td-primary);
    }

    .td-home-step-v2.is-done{
      border-color:rgba(22,101,52,.24);
      background:#f2fff5;
      color:#166534;
    }

    .td-home-form-v2-box{
      padding:12px;
      border-radius:18px;
      background:linear-gradient(180deg,#fffaf6 0%, #fff 100%);
      border:1px solid rgba(232,80,2,.24);
      display:flex;
      flex-direction:column;
      gap:12px;
    }

    .td-home-form-v2-alert{
      margin:0;
      color:#C10801;
      font-size:14px;
      line-height:1.2;
      font-weight:900;
    }

    .td-home-field-v2-title{
      display:block;
      margin-bottom:7px;
      font-size:12px;
      line-height:1.3;
      font-weight:900;
      color:var(--td-primary);
    }

    .td-home-options-v2-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:8px;
    }

    .td-home-option-v2{
      min-height:46px;
      display:flex;
      align-items:center;
      gap:10px;
      padding:10px 12px;
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:14px;
      cursor:pointer;
      transition:border-color .18s ease, background .18s ease;
    }

    .td-home-option-v2:hover{
      border-color:rgba(232,80,2,.24);
      background:#fffdfb;
    }

    .td-home-option-v2.is-active{
      border-color:rgba(232,80,2,.42);
      background:rgba(232,80,2,.07);
    }

    .td-home-radio-v2{
      width:16px;
      height:16px;
      border-radius:999px;
      border:2px solid #b8bfc9;
      position:relative;
      flex:0 0 auto;
    }

    .td-home-option-v2.is-active .td-home-radio-v2{
      border-color:var(--td-brand);
    }

    .td-home-option-v2.is-active .td-home-radio-v2::after{
      content:"";
      position:absolute;
      inset:3px;
      border-radius:999px;
      background:var(--td-brand);
    }

    .td-home-option-v2-logo{
      width:26px;
      height:26px;
      border-radius:999px;
      overflow:hidden;
      background:#fff;
      border:1px solid rgba(0,0,0,.06);
      flex:0 0 auto;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .td-home-option-v2-logo img{
      width:100%;
      height:100%;
      object-fit:contain;
      display:block;
    }

    .td-home-option-v2-text{
      font-size:12px;
      line-height:1.32;
      font-weight:800;
      color:var(--td-primary);
      word-break:break-word;
    }

    .td-home-input-v2,
    .td-home-textarea-v2{
      width:100%;
      border:1px solid rgba(0,0,0,.10);
      border-radius:14px;
      background:#fff;
      color:var(--td-primary);
      font-size:13px;
      font-weight:700;
      outline:none;
    }

    .td-home-input-v2{
      min-height:40px;
      padding:0 12px;
    }

    .td-home-textarea-v2{
      min-height:70px;
      padding:10px 12px;
      resize:vertical;
      line-height:1.5;
    }

    .td-home-bottom-v2-row{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
    }

    .td-home-qty-v2{
      display:flex;
      align-items:center;
      gap:6px;
    }

    .td-home-qty-v2-btn{
      width:32px;
      height:32px;
      border-radius:10px;
      border:1px solid rgba(0,0,0,.10);
      background:#fff;
      color:var(--td-gray);
      font-size:18px;
      font-weight:700;
      cursor:pointer;
    }

    .td-home-qty-v2-input{
      width:48px;
      height:32px;
      border-radius:10px;
      border:1px solid rgba(0,0,0,.10);
      background:#fff;
      text-align:center;
      color:var(--td-primary);
      font-size:15px;
      font-weight:900;
    }

    .td-home-submit-v2{
      min-height:38px;
      padding:0 16px;
      border:none;
      border-radius:12px;
      background:linear-gradient(135deg,var(--td-grad-3) 0%, var(--td-brand) 100%);
      color:#fff;
      font-size:12px;
      font-weight:900;
      cursor:pointer;
      box-shadow:0 10px 22px rgba(232,80,2,.18);
    }

    .td-home-main-v2{
      display:grid;
      grid-template-columns:1.6fr .7fr;
      grid-template-rows:320px 250px;
      gap:16px;
      min-height:calc(100vh - 110px);
    }

    .td-home-hero-v2{
      grid-column:1;
      grid-row:1;
      background:
        radial-gradient(circle at top right, rgba(255,255,255,.14), transparent 34%),
        linear-gradient(135deg, var(--td-grad-2) 0%, #8a00ba 56%, #b100da 100%);
      color:#fff;
    }

    .td-home-hero-v2-inner{
      padding:22px;
      height:100%;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }

    .td-home-hero-v2-title{
      margin:0;
      font-size:42px;
      line-height:1.02;
      font-weight:900;
      letter-spacing:-.5px;
    }

    .td-home-hero-v2-desc{
      margin:10px 0 0;
      font-size:15px;
      line-height:1.65;
      font-weight:700;
      color:rgba(255,255,255,.87);
      max-width:640px;
    }

    .td-home-platforms-v2{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }

    .td-home-platform-v2{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:38px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(255,255,255,.13);
      border:1px solid rgba(255,255,255,.16);
      color:#fff;
      font-size:12px;
      font-weight:800;
      backdrop-filter:blur(6px);
    }

    .td-home-platform-v2 img{
      width:20px;
      height:20px;
      border-radius:999px;
      object-fit:cover;
      background:#fff;
    }

    .td-home-hero-v2-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:16px;
    }

    .td-home-btn-v2{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 15px;
      border-radius:13px;
      text-decoration:none;
      font-size:12px;
      font-weight:900;
      transition:transform .18s ease, opacity .18s ease;
    }

    .td-home-btn-v2:hover{
      transform:translateY(-1px);
      opacity:.98;
      text-decoration:none;
    }

    .td-home-btn-v2-primary{
      background:#fff;
      color:var(--td-primary);
    }

    .td-home-btn-v2-secondary{
      background:rgba(255,255,255,.10);
      color:#fff;
      border:1px solid rgba(255,255,255,.16);
    }

    .td-home-new-v2{
      grid-column:2;
      grid-row:1;
      background:linear-gradient(135deg,#f16001 0%, #E85002 40%, #ffb300 100%);
      color:#fff;
      overflow:hidden;
    }

    .td-home-new-v2-inner{
      padding:18px;
      height:100%;
      display:grid;
      grid-template-rows:auto 1fr;
      gap:12px;
    }

    .td-home-new-v2-head h3{
      margin:10px 0 8px;
      font-size:28px;
      line-height:1.05;
      font-weight:900;
    }

    .td-home-new-v2-head p{
      margin:0;
      font-size:13px;
      line-height:1.65;
      font-weight:700;
      color:rgba(255,255,255,.88);
    }

    .td-home-new-v2-list{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px;
      align-content:start;
    }

    .td-home-new-v2-card{
      display:flex;
      flex-direction:column;
      padding:8px;
      border-radius:16px;
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.18);
      backdrop-filter:blur(6px);
      min-height:100%;
      text-decoration:none;
    }

    .td-home-new-v2-card-thumb{
      width:100%;
      aspect-ratio:1/1;
      border-radius:12px;
      overflow:hidden;
      background:#fff;
      margin-bottom:8px;
    }

    .td-home-new-v2-card-thumb img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .td-home-new-v2-card-name{
      margin:0 0 4px;
      font-size:12px;
      line-height:1.32;
      font-weight:900;
      color:#fff;
      min-height:30px;
    }

    .td-home-new-v2-card-price{
      font-size:12px;
      line-height:1.2;
      font-weight:900;
      color:#fff6cc;
      word-break:break-word;
    }

    .td-home-news-v2{
      grid-column:1;
      grid-row:2;
      background:linear-gradient(135deg,#ffffff 0%, #fff8f2 100%);
    }

    .td-home-news-v2-inner{
      padding:18px;
      height:100%;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }

    .td-home-news-v2-inner h3{
      margin:8px 0 8px;
      font-size:26px;
      line-height:1.06;
      font-weight:900;
      color:var(--td-primary);
    }

    .td-home-news-v2-inner p{
      margin:0;
      font-size:13px;
      line-height:1.7;
      font-weight:700;
      color:var(--td-gray);
      max-width:360px;
    }

    .td-home-slider-v2{
      grid-column:2;
      grid-row:2;
      background:linear-gradient(135deg,#ffffff 0%, #fbf6f2 100%);
    }

    .td-home-slider-v2-inner{
      padding:18px;
      height:100%;
      display:grid;
      grid-template-rows:auto 1fr auto;
      gap:10px;
    }

    .td-home-slider-v2-title{
      margin:0;
      font-size:26px;
      line-height:1.06;
      font-weight:900;
      color:var(--td-primary);
    }

    .td-home-slider-v2-wrap{
      position:relative;
      min-height:0;
      overflow:hidden;
      border-radius:18px;
      border:1px solid rgba(0,0,0,.06);
      background:#fff;
    }

    .td-home-slider-v2-track{
      display:flex;
      width:100%;
      height:100%;
      transition:transform .45s ease;
    }

    .td-home-slider-v2-slide{
      min-width:100%;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      align-items:center;
      padding:16px;
    }

    .td-home-slider-v2-copy h4{
      margin:0 0 8px;
      font-size:21px;
      line-height:1.06;
      font-weight:900;
      color:var(--td-primary);
    }

    .td-home-slider-v2-copy p{
      margin:0 0 12px;
      font-size:13px;
      line-height:1.65;
      font-weight:700;
      color:var(--td-gray);
    }

    .td-home-slider-v2-visual{
      border-radius:16px;
      overflow:hidden;
      border:1px solid rgba(0,0,0,.06);
      background:#f7f7f7;
      aspect-ratio:1.05/1;
    }

    .td-home-slider-v2-visual img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .td-home-slider-v2-dots{
      display:flex;
      gap:8px;
      justify-content:center;
    }

    .td-home-slider-v2-dot{
      width:10px;
      height:10px;
      border:none;
      border-radius:999px;
      background:#d2d2d2;
      cursor:pointer;
      padding:0;
    }

    .td-home-slider-v2-dot.is-active{
      width:24px;
      background:var(--td-brand);
    }

    @media (max-width: 1520px){
      .td-home-final-v2-shell{
        max-width:1440px;
      }

      .td-home-main-v2{
        grid-template-columns:1.45fr .8fr;
      }
    }

    @media (max-width: 1280px){
      .td-home-final-v2-layout{
        grid-template-columns:340px minmax(0,1fr);
      }

      .td-home-main-v2{
        grid-template-columns:1.2fr .8fr;
      }

      .td-home-hero-v2-title{
        font-size:36px;
      }
    }

    @media (max-width: 1180px){
      .td-home-final-v2-layout{
        grid-template-columns:1fr;
        min-height:auto;
      }

      .td-home-left-v2{
        min-height:auto;
      }

      .td-home-main-v2{
        min-height:auto;
      }
    }

    @media (max-width: 980px){
      .td-home-main-v2{
        grid-template-columns:1fr;
        grid-template-rows:auto;
      }

      .td-home-hero-v2,
      .td-home-new-v2,
      .td-home-news-v2,
      .td-home-slider-v2{
        grid-column:auto;
        grid-row:auto;
      }

      .td-home-slider-v2-slide{
        grid-template-columns:1fr;
      }
    }

    @media (max-width: 760px){
      .td-home-search-v2-grid,
      .td-home-options-v2-grid,
      .td-home-new-v2-list{
        grid-template-columns:1fr;
      }

      .td-home-steps-v2{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }

      .td-home-order-v2-head{
        grid-template-columns:1fr;
      }

      .td-home-order-v2-media{
        width:100%;
        height:auto;
        aspect-ratio:1 / 1;
      }

      .td-home-hero-v2-title{
        font-size:30px;
      }
    }

    @media (max-width: 560px){
      .td-home-final-v2-shell{
        padding:0 12px;
      }

      .td-home-final-v2{
        padding:10px 0 18px;
      }

      .td-home-left-v2-head,
      .td-home-left-v2-body,
      .td-home-hero-v2-inner,
      .td-home-new-v2-inner,
      .td-home-news-v2-inner,
      .td-home-slider-v2-inner{
        padding:12px;
      }

      .td-home-steps-v2{
        grid-template-columns:1fr;
      }

      .td-home-bottom-v2-row{
        flex-direction:column;
        align-items:stretch;
      }

      .td-home-submit-v2{
        width:100%;
      }
    }
  </style>

  <div class="td-home-final-v2-shell">
    <div class="td-home-final-v2-layout">
      <aside class="td-home-left-v2">
        <div class="td-home-left-v2-head">
          <span class="td-home-badge-v2">Hizli Siparis</span>
          <h2 class="td-home-left-v2-title">Поиск товара и быстрое оформление в одном левом блоке</h2>
        </div>

        <div class="td-home-left-v2-body">
          <div class="td-home-search-v2-wrap">
            <span class="td-home-search-v2-icon">⌕</span>
            <input
              type="text"
              id="tdV4SearchInput"
              class="td-home-search-v2-input"
              placeholder="Urun adi veya SKU yaz..."
              autocomplete="new-password"
              name="td_v4_fake_search"
              autocorrect="off"
              autocapitalize="off"
              spellcheck="false"
            >
          </div>

          <div class="td-home-chip-v2-row">
            <button type="button" class="td-home-chip-v2" data-term="rd">rd</button>
            <button type="button" class="td-home-chip-v2" data-term="saat">saat</button>
            <button type="button" class="td-home-chip-v2" data-term="kulaklik">kulaklik</button>
            <button type="button" class="td-home-chip-v2" data-term="hoparlor">hoparlor</button>
          </div>

          <div id="tdV4SearchResults" class="td-home-search-v2-results">
            <div class="td-home-search-v2-state">Aramaya basla. Bulunan kartlar burada gorunecek.</div>
          </div>

          <div>
            <div id="tdV4OrderEmpty" class="td-home-order-v2-empty">
              <h3>Henuz urun secilmedi</h3>
              <p>Soldaki arama listesinden urun sec. Sonra ayni blokta siparis adimlarini doldur.</p>
            </div>

            <div id="tdV4OrderSelected" class="td-home-order-v2-selected">
              <div class="td-home-order-v2-head">
                <div class="td-home-order-v2-media">
                  <img id="tdV4SelectedImage" src="" alt="">
                </div>

                <div>
                  <div class="td-home-order-v2-kicker">Secilen Urun</div>
                  <h3 id="tdV4SelectedTitle" class="td-home-order-v2-name"></h3>
                  <div id="tdV4SelectedSku" class="td-home-order-v2-sku"></div>
                  <div id="tdV4SelectedPrice" class="td-home-order-v2-price"></div>
                </div>
              </div>

              <div class="td-home-steps-v2">
                <div class="td-home-step-v2 is-active" data-step-indicator="1"><span class="td-home-step-v2-index">1</span><span>Platform</span></div>
                <div class="td-home-step-v2" data-step-indicator="2"><span class="td-home-step-v2-index">2</span><span>Kargo</span></div>
                <div class="td-home-step-v2" data-step-indicator="3"><span class="td-home-step-v2-index">3</span><span>Barkod</span></div>
                <div class="td-home-step-v2" data-step-indicator="4"><span class="td-home-step-v2-index">4</span><span>Sepet</span></div>
              </div>

              <div class="td-home-form-v2-box">
                <p class="td-home-form-v2-alert">Siparis akisina devam et</p>

                <div>
                  <label class="td-home-field-v2-title">Platform Secimi *</label>
                  <div class="td-home-options-v2-grid">
                    <div class="td-home-option-v2" data-step="platform" data-value="Trendyol">
                      <div class="td-home-radio-v2"></div>
                      <div class="td-home-option-v2-logo"><img src="https://www.teknodayim.com/wp-content/uploads/2025/11/i.webp" alt="Trendyol"></div>
                      <div class="td-home-option-v2-text">Trendyol</div>
                    </div>
                    <div class="td-home-option-v2" data-step="platform" data-value="Hepsiburada">
                      <div class="td-home-radio-v2"></div>
                      <div class="td-home-option-v2-logo"><img src="https://www.teknodayim.com/wp-content/uploads/2025/11/hepsiburada-yuvarlak-logo-png_seeklogo-431493.png" alt="Hepsiburada"></div>
                      <div class="td-home-option-v2-text">Hepsiburada</div>
                    </div>
                    <div class="td-home-option-v2" data-step="platform" data-value="Ciceksepeti">
                      <div class="td-home-radio-v2"></div>
                      <div class="td-home-option-v2-logo"><img src="https://www.teknodayim.com/wp-content/uploads/2025/11/ciceksepeti.jpg.webp" alt="Ciceksepeti"></div>
                      <div class="td-home-option-v2-text">Ciceksepeti</div>
                    </div>
                    <div class="td-home-option-v2" data-step="platform" data-value="Pazarama">
                      <div class="td-home-radio-v2"></div>
                      <div class="td-home-option-v2-logo"><img src="https://www.teknodayim.com/wp-content/uploads/2025/11/images.png" alt="Pazarama"></div>
                      <div class="td-home-option-v2-text">Pazarama</div>
                    </div>
                    <div class="td-home-option-v2" data-step="platform" data-value="N11">
                      <div class="td-home-radio-v2"></div>
                      <div class="td-home-option-v2-logo"><img src="https://www.teknodayim.com/wp-content/uploads/2025/11/n11com-yeni7175.logowik.com_.webp" alt="N11"></div>
                      <div class="td-home-option-v2-text">N11</div>
                    </div>
                    <div class="td-home-option-v2" data-step="platform" data-value="Idefix">
                      <div class="td-home-radio-v2"></div>
                      <div class="td-home-option-v2-logo"><img src="https://www.teknodayim.com/wp-content/uploads/2024/10/teknodayim-logo.png" alt="Idefix"></div>
                      <div class="td-home-option-v2-text">Idefix</div>
                    </div>
                  </div>
                </div>

                <div id="tdV4CargoSection" style="display:none;">
                  <label class="td-home-field-v2-title">Kargo Secimi *</label>
                  <div class="td-home-options-v2-grid">
                    <div class="td-home-option-v2" data-step="cargo" data-value="Surat Kargo">
                      <div class="td-home-radio-v2"></div>
                      <div class="td-home-option-v2-logo"><img src="https://www.teknodayim.com/wp-content/uploads/2024/10/teknodayim-logo.png" alt="Surat"></div>
                      <div class="td-home-option-v2-text">Surat Kargo</div>
                    </div>
                    <div class="td-home-option-v2" data-step="cargo" data-value="Aras Kargo">
                      <div class="td-home-radio-v2"></div>
                      <div class="td-home-option-v2-logo"><img src="https://www.teknodayim.com/wp-content/uploads/2024/10/teknodayim-logo.png" alt="Aras"></div>
                      <div class="td-home-option-v2-text">Aras Kargo</div>
                    </div>
                  </div>
                </div>

                <div id="tdV4BarcodeSection" style="display:none;">
                  <label class="td-home-field-v2-title">Barkod Giriniz *</label>
                  <input type="text" class="td-home-input-v2" id="tdV4BarcodeInput" placeholder="Barkod giriniz">
                </div>

                <div id="tdV4NoteSection" style="display:none;">
                  <label class="td-home-field-v2-title">Siparis Notu</label>
                  <textarea class="td-home-textarea-v2" id="tdV4NoteInput" placeholder="Varsa siparis notunuzu yaziniz"></textarea>
                </div>

                <div class="td-home-bottom-v2-row" id="tdV4SubmitRow" style="display:none;">
                  <div class="td-home-qty-v2">
                    <button type="button" class="td-home-qty-v2-btn" data-qty="minus">-</button>
                    <input type="text" class="td-home-qty-v2-input" id="tdV4QtyInput" value="1" readonly>
                    <button type="button" class="td-home-qty-v2-btn" data-qty="plus">+</button>
                  </div>

                  <button type="button" class="td-home-submit-v2" id="tdV4Submit">Sepete Ekle</button>
                </div>
              </div>
            </div>
          </div>
        </div>
      </aside>

      <main class="td-home-main-v2">
        <article class="td-home-block-v2 td-home-hero-v2">
          <div class="td-home-hero-v2-inner">
            <div>
              <span class="td-home-badge-v2" style="background:rgba(255,255,255,.12);color:#fff;">Hero</span>
              <h1 class="td-home-hero-v2-title">Sen Sat<br>Biz Gonderelim</h1>
              <p class="td-home-hero-v2-desc">Bayiler icin hizli siparis, duzenli akis ve tek ekrandan kontrol deneyimi.</p>

              <div class="td-home-platforms-v2">
                <span class="td-home-platform-v2"><img src="https://www.teknodayim.com/wp-content/uploads/2025/11/i.webp" alt="">Trendyol</span>
                <span class="td-home-platform-v2"><img src="https://www.teknodayim.com/wp-content/uploads/2025/11/hepsiburada-yuvarlak-logo-png_seeklogo-431493.png" alt="">Hepsiburada</span>
                <span class="td-home-platform-v2"><img src="https://www.teknodayim.com/wp-content/uploads/2025/11/ciceksepeti.jpg.webp" alt="">Ciceksepeti</span>
                <span class="td-home-platform-v2"><img src="https://www.teknodayim.com/wp-content/uploads/2025/11/n11com-yeni7175.logowik.com_.webp" alt="">N11</span>
              </div>
            </div>

            <div class="td-home-hero-v2-actions">
              <a class="td-home-btn-v2 td-home-btn-v2-primary" href="/bayilik-basvurusu">Bayimiz Ol</a>
              <a class="td-home-btn-v2 td-home-btn-v2-secondary" href="/magaza">Tum Urunler</a>
            </div>
          </div>
        </article>

        <article class="td-home-block-v2 td-home-new-v2">
          <div class="td-home-new-v2-inner">
            <div class="td-home-new-v2-head">
              <span class="td-home-badge-v2" style="background:rgba(255,255,255,.14);color:#fff;">Yeni Gelenler</span>
              <h3>Yeni Gelenler</h3>
              <p>WooCommerce icinden son eklenen urunler.</p>
            </div>

            <div class="td-home-new-v2-list" id="tdV4NewProducts">
              <div class="td-home-search-v2-state" style="background:rgba(255,255,255,.12); border:1px dashed rgba(255,255,255,.25); color:#fff;">Yukleniyor...</div>
            </div>
          </div>
        </article>

        <article class="td-home-block-v2 td-home-news-v2">
          <div class="td-home-news-v2-inner">
            <div>
              <span class="td-home-badge-v2">Son Haber</span>
              <h3>Operasyon<br>Bilgisi</h3>
              <p>Yeni stok, guncel urun akisi ve panel hareketleri icin ozel alan.</p>
            </div>

            <a class="td-home-btn-v2 td-home-btn-v2-primary" href="/hesabim">Detaylari Ac</a>
          </div>
        </article>

        <article class="td-home-block-v2 td-home-slider-v2">
          <div class="td-home-slider-v2-inner">
            <h3 class="td-home-slider-v2-title">Top Urunler</h3>

            <div class="td-home-slider-v2-wrap">
              <div class="td-home-slider-v2-track" id="tdV4PopularTrack">
                <div class="td-home-slider-v2-slide">
                  <div class="td-home-slider-v2-copy">
                    <h4>Populer urunler yukleniyor</h4>
                    <p>WooCommerce uzerinden populer urunler getiriliyor.</p>
                    <a class="td-home-btn-v2 td-home-btn-v2-primary" href="/magaza">Magazaya Git</a>
                  </div>
                  <div class="td-home-slider-v2-visual">
                    <img src="https://www.teknodayim.com/wp-content/uploads/2024/10/teknodayim-logo.png" alt="Loading">
                  </div>
                </div>
              </div>
            </div>

            <div class="td-home-slider-v2-dots" id="tdV4PopularDots"></div>
          </div>
        </article>
      </main>
    </div>
  </div>

  <script>
    (function () {
      var root = document.getElementById('tdHomeFinalV2');
      if (!root) return;

      var input = root.querySelector('#tdV4SearchInput');
      var results = root.querySelector('#tdV4SearchResults');
      var chips = root.querySelectorAll('[data-term]');
      var orderEmpty = root.querySelector('#tdV4OrderEmpty');
      var orderSelected = root.querySelector('#tdV4OrderSelected');
      var selectedImage = root.querySelector('#tdV4SelectedImage');
      var selectedTitle = root.querySelector('#tdV4SelectedTitle');
      var selectedSku = root.querySelector('#tdV4SelectedSku');
      var selectedPrice = root.querySelector('#tdV4SelectedPrice');
      var cargoSection = root.querySelector('#tdV4CargoSection');
      var barcodeSection = root.querySelector('#tdV4BarcodeSection');
      var noteSection = root.querySelector('#tdV4NoteSection');
      var submitRow = root.querySelector('#tdV4SubmitRow');
      var barcodeInput = root.querySelector('#tdV4BarcodeInput');
      var qtyInput = root.querySelector('#tdV4QtyInput');
      var noteInput = root.querySelector('#tdV4NoteInput');
      var stepIndicators = root.querySelectorAll('[data-step-indicator]');
      var newProductsWrap = root.querySelector('#tdV4NewProducts');
      var popularTrack = root.querySelector('#tdV4PopularTrack');
      var popularDots = root.querySelector('#tdV4PopularDots');
      var controller = null;
      var timer = null;
      var sliderInterval = null;
      var sliderIndex = 0;

      var state = {
        product: null,
        platform: '',
        cargo: '',
        barcode: '',
        note: '',
        qty: 1
      };

      function esc(str) {
        return String(str || '')
          .replace(/&/g, '&amp;')
          .replace(/"/g, '&quot;')
          .replace(/</g, '&lt;')
          .replace(/>/g, '&gt;');
      }

      function decodeHtml(str) {
        var txt = document.createElement('textarea');
        txt.innerHTML = str || '';
        return txt.value;
      }

      function formatPrice(raw) {
        if (!raw) return '';
        return String(raw)
          .replace(/&#8378;/g, '₺')
          .replace(/&amp;#8378;/g, '₺')
          .replace(/&nbsp;/g, ' ')
          .trim();
      }

      function setSearchState(message) {
        results.innerHTML = '<div class="td-home-search-v2-state">' + message + '</div>';
      }

      function renderSearchResults(items) {
        if (!items || !items.length) {
          setSearchState('Uygun urun bulunamadi.');
          return;
        }

        var html = '<div class="td-home-search-v2-grid">';

        items.forEach(function (item) {
          html += ''
            + '<div class="td-home-result-v2-card"'
            + ' data-title="' + esc(item.title) + '"'
            + ' data-sku="' + esc(item.sku) + '"'
            + ' data-price="' + esc(formatPrice(item.price)) + '"'
            + ' data-image="' + esc(item.image) + '"'
            + ' data-url="' + esc(item.url) + '">'
            +   '<div class="td-home-result-v2-thumb"><img src="' + esc(item.image) + '" alt="' + esc(item.title) + '"></div>'
            +   '<h4 class="td-home-result-v2-name">' + (item.title || '') + '</h4>'
            +   '<p class="td-home-result-v2-sku">SKU: ' + (item.sku || '-') + '</p>'
            +   '<div class="td-home-result-v2-price">' + formatPrice(item.price) + '</div>'
            +   '<button type="button" class="td-home-result-v2-btn">Urunu Sec</button>'
            + '</div>';
        });

        html += '</div>';
        results.innerHTML = html;

        var buttons = results.querySelectorAll('.td-home-result-v2-btn');
        buttons.forEach(function (button) {
          button.addEventListener('click', function () {
            var card = button.closest('.td-home-result-v2-card');
            if (!card) return;

            state.product = {
              title: card.getAttribute('data-title') || '',
              sku: card.getAttribute('data-sku') || '',
              price: card.getAttribute('data-price') || '',
              image: card.getAttribute('data-image') || '',
              url: card.getAttribute('data-url') || '#'
            };

            selectedImage.src = state.product.image;
            selectedImage.alt = state.product.title;
            selectedTitle.textContent = state.product.title;
            selectedSku.textContent = 'SKU: ' + (state.product.sku || '-');
            selectedPrice.textContent = state.product.price || '';

            orderEmpty.style.display = 'none';
            orderSelected.style.display = 'flex';

            state.platform = '';
            state.cargo = '';
            state.barcode = '';
            state.note = '';
            state.qty = 1;

            qtyInput.value = '1';
            barcodeInput.value = '';
            noteInput.value = '';

            root.querySelectorAll('[data-step="platform"], [data-step="cargo"]').forEach(function (el) {
              el.classList.remove('is-active');
            });

            cargoSection.style.display = 'none';
            barcodeSection.style.display = 'none';
            noteSection.style.display = 'none';
            submitRow.style.display = 'none';

            updateSteps(1);
          });
        });
      }

      function runSearch(term) {
        if (!term || term.length < 2) {
          setSearchState('Aramaya basla. Bulunan kartlar burada gorunecek.');
          return;
        }

        if (controller) controller.abort();
        controller = new AbortController();

        setSearchState('Araniyor...');

        var formData = new FormData();
        formData.append('action', 'td_live_product_search');
        formData.append('term', term);

        fetch('/wp-admin/admin-ajax.php', {
          method: 'POST',
          body: formData,
          credentials: 'same-origin',
          signal: controller.signal
        })
        .then(function (response) {
          if (!response.ok) throw new Error('HTTP ' + response.status);
          return response.json();
        })
        .then(function (data) {
          if (!data || data.success !== true) {
            setSearchState('Uygun urun bulunamadi.');
            return;
          }
          renderSearchResults(data.data || []);
        })
        .catch(function (error) {
          if (error && error.name === 'AbortError') return;
          console.error('SEARCH ERROR', error);
          setSearchState('Arama sirasinda hata olustu.');
        });
      }

      function updateSteps(activeStep) {
        stepIndicators.forEach(function (step) {
          var n = parseInt(step.getAttribute('data-step-indicator'), 10);
          step.classList.remove('is-active', 'is-done');

          if (n < activeStep) step.classList.add('is-done');
          if (n === activeStep) step.classList.add('is-active');
        });
      }

      function resetGroup(name) {
        root.querySelectorAll('[data-step="' + name + '"]').forEach(function (el) {
          el.classList.remove('is-active');
        });
      }

      input.addEventListener('input', function () {
        var term = input.value.trim();
        clearTimeout(timer);
        timer = setTimeout(function () {
          runSearch(term);
        }, 250);
      });

      chips.forEach(function (chip) {
        chip.addEventListener('click', function () {
          var term = chip.getAttribute('data-term') || '';
          input.value = term;
          runSearch(term);
        });
      });

      root.querySelectorAll('[data-step="platform"]').forEach(function (option) {
        option.addEventListener('click', function () {
          resetGroup('platform');
          option.classList.add('is-active');
          state.platform = option.getAttribute('data-value') || '';
          cargoSection.style.display = 'block';
          barcodeSection.style.display = 'none';
          noteSection.style.display = 'none';
          submitRow.style.display = 'none';
          resetGroup('cargo');
          barcodeInput.value = '';
          updateSteps(2);
        });
      });

      root.querySelectorAll('[data-step="cargo"]').forEach(function (option) {
        option.addEventListener('click', function () {
          resetGroup('cargo');
          option.classList.add('is-active');
          state.cargo = option.getAttribute('data-value') || '';
          barcodeSection.style.display = 'block';
          noteSection.style.display = 'none';
          submitRow.style.display = 'none';
          updateSteps(3);
        });
      });

      barcodeInput.addEventListener('input', function () {
        state.barcode = barcodeInput.value.trim();
        if (state.barcode.length > 0) {
          noteSection.style.display = 'block';
          submitRow.style.display = 'flex';
          updateSteps(4);
        } else {
          noteSection.style.display = 'none';
          submitRow.style.display = 'none';
          updateSteps(3);
        }
      });

      noteInput.addEventListener('input', function () {
        state.note = noteInput.value;
      });

      root.querySelectorAll('[data-qty]').forEach(function (button) {
        button.addEventListener('click', function () {
          var action = button.getAttribute('data-qty');
          var current = parseInt(qtyInput.value, 10) || 1;
          if (action === 'minus' && current > 1) current--;
          if (action === 'plus') current++;
          qtyInput.value = String(current);
          state.qty = current;
        });
      });

      root.querySelector('#tdV4Submit').addEventListener('click', function () {
        if (!state.product || !state.platform || !state.cargo || !state.barcode) {
          alert('Lutfen urun, platform, kargo ve barkod alanlarini tamamla.');
          return;
        }

        alert(
          'Siparis hazir:\n\n'
          + 'Urun: ' + state.product.title + '\n'
          + 'SKU: ' + state.product.sku + '\n'
          + 'Platform: ' + state.platform + '\n'
          + 'Kargo: ' + state.cargo + '\n'
          + 'Barkod: ' + state.barcode + '\n'
          + 'Not: ' + (state.note || '-') + '\n'
          + 'Adet: ' + state.qty
        );
      });

      function normalizeStorePrice(item) {
        if (item && item.prices && item.prices.price) {
          return (Number(item.prices.price) / 100).toLocaleString('tr-TR', {
            minimumFractionDigits: 2,
            maximumFractionDigits: 2
          }) + ' ₺';
        }
        if (item && item.prices && item.prices.price_html) {
          return formatPrice(item.prices.price_html);
        }
        return '';
      }

      function renderNewProducts(items) {
        if (!items || !items.length) {
          newProductsWrap.innerHTML = '<div class="td-home-search-v2-state" style="background:rgba(255,255,255,.12);border:1px dashed rgba(255,255,255,.25);color:#fff;">Yeni urun bulunamadi.</div>';
          return;
        }

        var html = '';
        items.slice(0, 4).forEach(function (item) {
          var image = item.images && item.images[0] ? item.images[0].src : 'https://www.teknodayim.com/wp-content/uploads/2024/10/teknodayim-logo.png';
          var title = decodeHtml(item.name || '');
          var price = normalizeStorePrice(item);

          html += ''
            + '<a class="td-home-new-v2-card" href="' + esc(item.permalink || '#') + '">'
            +   '<div class="td-home-new-v2-card-thumb"><img src="' + esc(image) + '" alt="' + esc(title) + '"></div>'
            +   '<h4 class="td-home-new-v2-card-name">' + title + '</h4>'
            +   '<div class="td-home-new-v2-card-price">' + price + '</div>'
            + '</a>';
        });

        newProductsWrap.innerHTML = html;
      }

      function renderPopularSlider(items) {
        if (!items || !items.length) return;

        var slidesHtml = '';
        var dotsHtml = '';

        items.slice(0, 3).forEach(function (item, index) {
          var image = item.images && item.images[0] ? item.images[0].src : 'https://www.teknodayim.com/wp-content/uploads/2024/10/teknodayim-logo.png';
          var title = decodeHtml(item.name || '');
          var desc = 'WooCommerce uzerinden gelen populer urunler listesinde one cikan secim.';

          slidesHtml += ''
            + '<div class="td-home-slider-v2-slide">'
            +   '<div class="td-home-slider-v2-copy">'
            +     '<h4>' + title + '</h4>'
            +     '<p>' + desc + '</p>'
            +     '<a class="td-home-btn-v2 td-home-btn-v2-primary" href="' + esc(item.permalink || '/magaza') + '">Urunu Ac</a>'
            +   '</div>'
            +   '<div class="td-home-slider-v2-visual"><img src="' + esc(image) + '" alt="' + esc(title) + '"></div>'
            + '</div>';

          dotsHtml += '<button class="td-home-slider-v2-dot' + (index === 0 ? ' is-active' : '') + '" type="button" data-slide="' + index + '"></button>';
        });

        popularTrack.innerHTML = slidesHtml;
        popularDots.innerHTML = dotsHtml;

        var dots = popularDots.querySelectorAll('.td-home-slider-v2-dot');
        sliderIndex = 0;

        function goSlide(index) {
          if (index < 0) index = 0;
          if (index >= dots.length) index = 0;
          sliderIndex = index;
          popularTrack.style.transform = 'translateX(-' + (index * 100) + '%)';
          dots.forEach(function (dot, i) {
            dot.classList.toggle('is-active', i === index);
          });
        }

        function stopSlider() {
          if (sliderInterval) {
            clearInterval(sliderInterval);
            sliderInterval = null;
          }
        }

        function startSlider() {
          stopSlider();
          sliderInterval = setInterval(function () {
            goSlide(sliderIndex + 1);
          }, 4300);
        }

        dots.forEach(function (dot) {
          dot.addEventListener('click', function () {
            var index = parseInt(dot.getAttribute('data-slide'), 10) || 0;
            goSlide(index);
            startSlider();
          });
        });

        var wrap = root.querySelector('.td-home-slider-v2-wrap');
        if (wrap) {
          wrap.addEventListener('mouseenter', stopSlider);
          wrap.addEventListener('mouseleave', startSlider);
        }

        goSlide(0);
        startSlider();
      }

      function loadWooBlocks() {
        fetch(window.location.origin + '/wp-json/wc/store/v1/products?orderby=date&order=desc&per_page=4')
          .then(function (res) {
            if (!res.ok) throw new Error('new products');
            return res.json();
          })
          .then(function (data) {
            renderNewProducts(data || []);
          })
          .catch(function (err) {
            console.error('NEW PRODUCTS ERROR', err);
            newProductsWrap.innerHTML = '<div class="td-home-search-v2-state" style="background:rgba(255,255,255,.12);border:1px dashed rgba(255,255,255,.25);color:#fff;">Yeni urunler yuklenemedi.</div>';
          });

        fetch(window.location.origin + '/wp-json/wc/store/v1/products?orderby=popularity&order=desc&per_page=3')
          .then(function (res) {
            if (!res.ok) throw new Error('popular products');
            return res.json();
          })
          .then(function (data) {
            renderPopularSlider(data || []);
          })
          .catch(function (err) {
            console.error('POPULAR PRODUCTS ERROR', err);
          });
      }

      loadWooBlocks();
    })();
  </script>
</section><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.teknodayim.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.teknodayim.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-posts-product-2.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-posts-product-3.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-posts-product-4.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-posts-product-5.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-posts-product-6.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-posts-product-7.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-taxonomies-product_brand-1.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://www.teknodayim.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
