
    :root{--navy:#0b2745;--navy2:#123d67;--blue:#176fb3;--green:#13875f;--bg:#f3f6fa;--surface:#fff;--line:#dce5ef;--text:#102238;--muted:#66778b;--soft:#eef4fa;--danger:#c43d4f;--shadow:0 16px 42px rgba(16,34,56,.09)}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}
    .topbar{position:sticky;top:0;z-index:900;background:linear-gradient(105deg,var(--navy),var(--navy2));color:#fff;border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 6px 20px rgba(8,31,54,.12)}.topbar-inner{width:min(1480px,calc(100% - 28px));min-height:78px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:13px;min-width:0}.logo{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;overflow:hidden;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);font-weight:900}.logo img{width:100%;height:100%;object-fit:contain;background:#fff}.brand-copy{min-width:0}.company{font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#a9d7ff}.brand h1{margin:2px 0 0;font-size:clamp(20px,3vw,29px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-chip{display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font:inherit;font-weight:800;white-space:nowrap;transition:background .18s ease,transform .18s ease,border-color .18s ease}.cart-chip:hover,.cart-chip.has-items{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.42)}.cart-chip.cart-pulse{transform:scale(1.06)}#orderList.cart-empty{display:none!important}
    main{width:min(1480px,calc(100% - 28px));margin:18px auto 44px}.panel{margin-bottom:15px;overflow:hidden;border:1px solid var(--line);border-radius:19px;background:var(--surface);box-shadow:var(--shadow)}.toolbar{display:grid;grid-template-columns:minmax(250px,1fr) 160px 160px 160px 160px auto auto;gap:10px;padding:15px;border-bottom:1px solid var(--line)}.input{width:100%;min-height:44px;padding:0 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--text);outline:none}.input:focus,textarea.input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,111,179,.12)}textarea.input{padding-top:11px;resize:vertical}.btn{min-height:42px;padding:0 14px;border:0;border-radius:11px;font-weight:850}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--blue),#0e5792)}.btn-soft{color:#154873;background:#eaf3fb}.btn-danger{color:var(--danger);background:#fff0f2;border:1px solid #f0c8cd}.btn-green{color:#fff;background:var(--green)}.summary{display:flex;gap:8px;flex-wrap:wrap;padding:10px 15px;border-bottom:1px solid var(--line);background:#fbfcfe}.badge{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:12px}.badge strong{color:var(--text)}.public-pager{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;padding:10px 15px;border-bottom:1px solid var(--line);background:#fff}.public-pager .page-info{min-width:120px;text-align:center;color:var(--muted);font-size:12px;font-weight:850}.public-pager .btn{min-height:36px;padding:0 12px}.public-pager .btn:disabled{opacity:.45;cursor:not-allowed}
    .table-wrap{overflow:auto}table{width:100%;min-width:1100px;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}th{background:#f4f7fb;color:#53657a;font-size:11px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.product-img{width:58px;height:58px;border-radius:12px;object-fit:cover;border:1px solid var(--line);background:#f0f4f8}.product-img.previewable{cursor:zoom-in}.img-placeholder{width:58px;height:58px;border-radius:12px;display:grid;place-items:center;border:1px solid var(--line);background:#eef3f8;color:#7a8a9d;font-size:20px}.product-name{color:inherit;text-decoration:none;font-weight:900}.click-count-mini{position:absolute;z-index:2;right:3px;top:3px;min-width:12px;padding:1px 3px;border-radius:5px;background:rgba(255,255,255,.72);color:#8a98a7;font-size:8px;font-weight:700;line-height:1.15;text-align:center;opacity:.72;pointer-events:none}.product-image-cell{position:relative}.mobile-product-card{position:relative}.mobile-product-card>.click-count-mini{right:5px;top:4px;background:transparent;padding:0;color:#9aa6b2;font-size:8px;opacity:.58}.description{max-width:430px;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.4}.muted{color:var(--muted)}.price{white-space:nowrap;color:var(--green);font-weight:900}.actions{display:flex;gap:7px;flex-wrap:wrap}.detail-btn{color:#5b36a5;background:#f1ebff;border:1px solid #ddcffb}.add{color:#fff;background:linear-gradient(135deg,var(--blue),#0d5793)}.add.in-cart{color:#166846;background:#eaf8f1;border:1px solid #bfe6d2}.state{padding:48px 20px;text-align:center;color:var(--muted)}.hover-preview{position:fixed;z-index:1200;display:none;width:min(440px,44vw);padding:10px;border:1px solid rgba(255,255,255,.45);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 26px 80px rgba(0,0,0,.24);backdrop-filter:blur(9px);pointer-events:none}.hover-preview.show{display:block}.hover-preview img{display:block;width:100%;max-height:min(520px,72vh);object-fit:contain;border:1px solid var(--line);border-radius:12px;background:#f5f8fb}.hover-preview .caption{margin-top:8px;color:#4d6278;font-size:12px;font-weight:800;line-height:1.35}.mobile-icon,.mobile-info-btn,.mobile-brand,.mobile-row-brand,.mobile-card-meta,.desktop-card-meta,.mobile-product-cards{display:none}.mobile-info-backdrop{position:fixed;inset:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(5,18,32,.55);backdrop-filter:blur(4px)}.mobile-info-card{width:min(360px,100%);border:1px solid rgba(255,255,255,.35);border-radius:18px;background:#fff;box-shadow:0 24px 75px rgba(0,0,0,.25);overflow:hidden}.mobile-info-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid var(--line)}.mobile-info-head strong{font-size:15px}.mobile-info-body{padding:13px 15px}.mobile-info-row{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid var(--line);font-size:13px}.mobile-info-row:last-child{border-bottom:0}.mobile-info-row span{color:var(--muted)}.mobile-info-row b{text-align:right}.mobile-drawer-row{display:none}.mobile-drawer{background:#f8fbfe}.drawer-image{width:100%;aspect-ratio:1/1;object-fit:contain;border:1px solid var(--line);border-radius:13px;background:#fff}.drawer-image-placeholder{width:100%;aspect-ratio:1/1;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:#eef3f8;color:#7a8a9d;font-size:28px}.drawer-meta{display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px 12px;align-content:start;font-size:12px}.drawer-meta span{color:var(--muted)}.drawer-meta b{min-width:0;text-align:right;overflow-wrap:anywhere}.drawer-description{grid-column:1/-1;margin-top:2px;padding-top:9px;border-top:1px solid var(--line);color:#52677d;font-size:12px;line-height:1.45}.drawer-actions{display:flex;gap:8px}.drawer-actions .btn{flex:1}.drawer-chevron{display:none}
    .section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 17px;border-bottom:1px solid var(--line)}.section-head h2{margin:0;font-size:19px}.section-head p{margin:4px 0 0;color:var(--muted);font-size:12px}
    .mobile-order-head{display:none}.order-panel{border-color:#b9ccde;box-shadow:0 22px 55px rgba(13,45,75,.13)}
    .order-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:23px 25px;color:#fff;background:linear-gradient(130deg,#0c2947 0%,#123f69 52%,#176ca3 100%)}
    .order-hero-copy{min-width:0}.order-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:8px;padding:6px 9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.09);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
    .order-hero h2{margin:0;font-size:25px;letter-spacing:-.02em}.order-hero p{max-width:780px;margin:7px 0 0;color:#d7e8f5;font-size:13px;line-height:1.55}
    .order-trust{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.trust-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:9px;background:rgba(255,255,255,.1);color:#edf7ff;font-size:10.5px;font-weight:800}.trust-check{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#22c983;color:#073c2a;font-size:11px;font-weight:950}
    .order-clear{flex:0 0 auto;min-width:145px;color:#fff;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.26);backdrop-filter:blur(8px)}.order-clear:hover{background:rgba(255,255,255,.18)}
    .order-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-bottom:1px solid var(--line);background:var(--line)}
    .order-step{display:flex;align-items:center;gap:10px;padding:13px 16px;background:#f9fbfd}.step-no{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:9px;color:#fff;background:linear-gradient(135deg,#176fb3,#0d4e82);font-size:12px;font-weight:950}.order-step b{display:block;font-size:12px}.order-step span{display:block;margin-top:2px;color:var(--muted);font-size:10px}
    .product-section-head{background:linear-gradient(135deg,#fff,#f5f9fc)}.product-section-head h2{font-size:20px}
    .search-suggest-wrap{position:relative;min-width:0}.search-suggest-wrap>.input{width:100%}
    .search-suggestions{position:absolute;top:calc(100% + 7px);left:0;right:0;z-index:90;display:none;overflow:hidden;border:1px solid #c9d9e8;border-radius:14px;background:#fff;box-shadow:0 18px 44px rgba(15,45,74,.18)}
    .search-suggestions.show{display:block}.search-suggestion{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 14px;width:100%;padding:11px 13px;border:0;border-bottom:1px solid #e6edf4;background:#fff;color:var(--text);text-align:left;cursor:pointer}.search-suggestion:last-child{border-bottom:0}.search-suggestion:hover,.search-suggestion.active{background:#edf6fd}.search-suggestion-main{min-width:0}.search-suggestion-name{display:block;overflow:hidden;color:#112b47;font-size:13px;font-weight:900;line-height:1.3;white-space:nowrap;text-overflow:ellipsis}.search-suggestion-meta{display:block;overflow:hidden;margin-top:4px;color:#667b90;font-size:10.5px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.search-suggestion-price{align-self:center;color:var(--green);font-size:12px;font-weight:950;white-space:nowrap}.search-suggestion-price.in-cart{color:#176fb3}.search-suggestion-help{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 12px;border-top:1px solid #dfe8f0;background:#f7fafc;color:#6b7f92;font-size:9.5px;font-weight:750}.search-key{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;padding:0 5px;border:1px solid #cfdbe6;border-radius:6px;background:#fff;color:#34506b;font-size:10px;font-weight:900}
    .cart-layout-tools{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:10px 12px;border-bottom:1px solid var(--line);background:#f8fbfe}.cart-layout-tools .btn{padding:8px 10px;font-size:11px}
    #cartRows tr.cart-structure-row td{padding:0;border:0}.cart-structure-card{display:grid;grid-template-columns:112px minmax(0,1fr) auto auto;align-items:center;gap:8px;margin:8px 0;padding:9px;border:1px solid #d0dbe6;border-radius:12px;background:#fff}.cart-structure-row.heading .cart-structure-card{background:#121c2c;border-color:#121c2c;color:#fff}.cart-structure-row.subheading .cart-structure-card{background:#f1f5f9}.cart-structure-row.note .cart-structure-card{background:#fffdf3}.cart-structure-type,.cart-structure-text{height:34px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:0 9px;font-weight:850}.cart-structure-actions{display:flex;gap:4px}.cart-structure-actions button,.cart-product-actions button{height:30px;min-width:30px;padding:0 7px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#36536e;font-weight:900;cursor:pointer}.cart-structure-actions .danger,.cart-product-actions .danger{color:#b82d42;background:#fff2f4;border-color:#efc2ca}.cart-structure-count{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:800;white-space:nowrap}.cart-product-actions{display:flex;justify-content:flex-end;gap:4px;flex-wrap:wrap}
    .cart-product b{display:block}.cart-product small{display:block;margin-top:4px;color:var(--muted)}.qty-control{display:flex;align-items:center;gap:5px}.qty-control button{width:34px;height:34px;border:1px solid var(--line);border-radius:9px;background:#fff;font-weight:900}.qty-input{width:80px;height:34px;border:1px solid var(--line);border-radius:9px;text-align:center}.remove{height:34px;padding:0 10px;border:1px solid #efc5ca;border-radius:9px;color:var(--danger);background:#fff2f3;font-weight:800}
    .order-panel .cart-table-wrap{background:#fff}.order-panel .cart-table thead th{background:#edf4fa;color:#425b73}.order-panel #cartEmpty{padding:27px 18px;background:linear-gradient(180deg,#fff,#f8fbfd);color:#61768a}.order-panel #cartEmpty::before{content:"＋";display:grid;place-items:center;width:42px;height:42px;margin:0 auto 9px;border-radius:13px;color:#176fb3;background:#e8f2fa;font-size:24px;font-weight:900}
    .order-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:16px;padding:17px;background:#f5f8fb}.form-card,.total-card{border:1px solid #d5e1ec;border-radius:16px;padding:17px;background:#fff;box-shadow:0 8px 24px rgba(17,48,77,.055)}.form-card h3,.total-card h3{margin:0 0 13px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:11px}.field.full{grid-column:1/-1}.field label{display:block;margin-bottom:5px;color:#53657a;font-size:12px;font-weight:800}.total-card{position:sticky;top:84px;align-self:start;border-color:#bed3e4;background:linear-gradient(160deg,#fff,#f5faff)}.total-card h3{display:flex;align-items:center;justify-content:space-between}.total-card h3::after{content:"KDV DAHİL";padding:5px 7px;border-radius:999px;color:#126a47;background:#e6f7ef;font-size:9px;font-weight:950;letter-spacing:.05em}.total-row{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid var(--line)}.total-row.grand{margin-top:4px;border:0;font-size:20px;font-weight:900;color:var(--green)}.whatsapp{width:100%;height:54px;margin-top:14px;border:0;border-radius:13px;color:#fff;background:linear-gradient(135deg,#20b875,#0b7d50);box-shadow:0 10px 22px rgba(14,124,80,.22);font-weight:900}.whatsapp:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(14,124,80,.27)}.trust-note{display:grid;gap:4px;margin-bottom:12px;padding:12px 13px;border:1px solid #d6e4ef;border-radius:12px;background:linear-gradient(180deg,#f8fbff,#f1f7fc);color:#4d6378;font-size:12px;line-height:1.5}.trust-note strong{color:#0b2c52;font-size:12.5px}.privacy{margin-top:11px;padding:10px;border:1px solid #d9e6f0;border-radius:10px;color:#607589;background:#f8fbfd;font-size:10.5px;line-height:1.5}.privacy::before{content:"✓ ";color:#14845b;font-weight:950}.form-message{display:none;margin-top:11px;padding:10px;border-radius:10px}.form-message.show{display:block}.form-message.ok{color:#126a47;background:#eaf8f1}.form-message.error{color:#a52e3d;background:#fff0f2}
    .modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(5,18,32,.66);backdrop-filter:blur(5px)}.modal{width:min(980px,100%);max-height:92vh;overflow:auto;border:1px solid rgba(255,255,255,.35);border-radius:22px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.28)}.modal-head{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 17px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(8px)}.modal-head h2{margin:0;font-size:20px}.close{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:20px}.detail-grid{display:grid;grid-template-columns:320px 1fr;gap:20px;padding:20px}.detail-media{position:sticky;top:78px;height:max-content}.detail-image{width:100%;aspect-ratio:1/1;object-fit:contain;border:1px solid var(--line);border-radius:18px;background:#f4f7fa}.detail-image-placeholder{aspect-ratio:1/1;display:grid;place-items:center;border:1px solid var(--line);border-radius:18px;background:#f1f5f9;color:#8291a2;font-size:58px}.detail-title{margin:0;font-size:28px;line-height:1.15}.detail-meta{margin:8px 0;color:var(--muted)}.detail-price{margin:12px 0 16px;color:var(--green);font-size:24px;font-weight:900}.detail-section{margin:15px 0;padding:14px;border:1px solid var(--line);border-radius:13px;background:#fbfcfe}.detail-section h3{margin:0 0 8px;font-size:14px;color:#31516f}.detail-section p{margin:0;white-space:pre-wrap;line-height:1.6;color:#405269}.feature-list{margin:0;padding-left:19px;color:#405269;line-height:1.65}.doc-links{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.doc{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 13px;border-radius:11px;color:#fff;text-decoration:none;font-weight:850;box-shadow:0 7px 18px rgba(16,34,56,.13)}.doc-blue{background:#176fb3}.doc-red{background:#c43d4f}.doc-green{background:#13875f}.doc-purple{background:#7440b6}.doc-orange{background:#dc7624}.doc-navy{background:#0b2745}.doc-burgundy{background:#7c2439}.doc-gray{background:#64748b}.modal-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
    footer{width:min(1480px,calc(100% - 28px));margin:0 auto 28px;color:var(--muted);font-size:12px;text-align:center}
    .sector-strip{margin-bottom:15px;padding:15px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#fff,#f7fbfe);box-shadow:var(--shadow)}.sector-strip-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:10px}.sector-strip-head h2{margin:0;font-size:17px}.sector-strip-head p{margin:4px 0 0;color:var(--muted);font-size:11px}.sector-strip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.sector-strip-card{display:block;padding:13px;border:1px solid #d9e5ef;border-radius:13px;background:#fff;color:inherit;text-decoration:none;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.sector-strip-card:hover{transform:translateY(-1px);border-color:#a9cbe3;box-shadow:0 8px 18px rgba(16,34,56,.07)}.sector-strip-card strong{display:block;color:#143e63;font-size:13px}.sector-strip-card span{display:block;margin-top:4px;color:#687d91;font-size:10.5px;line-height:1.4}.sector-strip-card em{display:block;margin-top:8px;color:#176fb3;font-size:10px;font-style:normal;font-weight:900}

    @media(min-width:901px){
      .product-table{display:block;width:100%;min-width:0}
      .product-table thead{display:none}
      #productRows{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:9px;
        padding:10px;
        background:#f5f8fb
      }
      #productRows tr.product-row{
        display:grid;
        grid-template-columns:48px minmax(0,1fr) 31px;
        gap:10px;
        align-items:center;
        min-width:0;
        min-height:88px;
        padding:10px 11px;
        border:1px solid #dbe5ee;
        border-radius:13px;
        background:#fff;
        box-shadow:0 3px 10px rgba(16,34,56,.035);
        transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
        cursor:pointer
      }
      #productRows tr.product-row:hover{
        border-color:#aac9e2;
        box-shadow:0 8px 19px rgba(16,34,56,.08);
        transform:translateY(-1px)
      }
      #productRows tr.product-row td{
        min-width:0;
        padding:0;
        border:0
      }
      #productRows tr.product-row td:nth-child(1){
        display:block;
        grid-column:1;
        grid-row:1;
        align-self:center
      }
      #productRows tr.product-row td:nth-child(2),
      #productRows tr.product-row td:nth-child(4),
      #productRows tr.product-row td:nth-child(5),
      #productRows tr.product-row td:nth-child(6){
        display:none
      }
      #productRows tr.product-row td:nth-child(3){
        display:block;
        grid-column:2;
        grid-row:1;
        align-self:center
      }
      #productRows tr.product-row td:nth-child(7){
        display:block;
        grid-column:3;
        grid-row:1;
        align-self:center;
        justify-self:end
      }
      #productRows .product-img,
      #productRows .img-placeholder{
        width:46px;
        height:46px;
        border-radius:10px
      }
      #productRows .product-name{
        display:block;
        overflow:visible;
        color:#10263e;
        font-size:13.5px;
        font-weight:950;
        line-height:1.34;
        white-space:normal;
        overflow-wrap:anywhere
      }
      #productRows .description{display:none}
      #productRows .desktop-card-meta{
        display:flex;
        align-items:center;
        gap:5px 10px;
        flex-wrap:wrap;
        margin-top:6px;
        color:#65798e;
        font-size:10px;
        font-weight:750;
        line-height:1.3
      }
      #productRows .desktop-card-meta span{
        position:relative;
        white-space:nowrap
      }
      #productRows .desktop-card-meta span+span::before{
        content:"•";
        position:absolute;
        left:-7px;
        color:#b1bfcb
      }
      #productRows .desktop-card-meta .meta-brand{
        color:#176fb3;
        font-weight:900;
        text-transform:uppercase
      }
      #productRows .desktop-card-meta .meta-price{
        color:#13875f;
        font-weight:950
      }
      #productRows .actions{display:block}
      #productRows .actions .detail-btn{display:none}
      #productRows .actions .add{
        display:grid;
        place-items:center;
        width:29px;
        min-width:29px;
        height:29px;
        min-height:29px;
        padding:0;
        border:1px solid #bed4e6;
        border-radius:8px;
        color:#176fb3;
        background:#f2f7fb;
        box-shadow:none;
        font-size:0
      }
      #productRows .actions .add::before{
        content:"+";
        font-size:19px;
        line-height:1;
        font-weight:700
      }
      #productRows .actions .add:hover{
        color:#fff;
        border-color:#176fb3;
        background:#176fb3
      }
      #productRows .actions .add.in-cart{
        color:#13734e;
        border-color:#b8dfcc;
        background:#eaf8f1
      }
      #productRows .actions .add.in-cart::before{
        content:"✓";
        font-size:14px;
        font-weight:950
      }
      #productRows .mobile-drawer-row{display:none!important}
      #productState{grid-column:1/-1;background:#fff}
    }

    @media(min-width:1380px){
      #productRows{grid-template-columns:repeat(3,minmax(0,1fr))}
    }

    @media(min-width:901px){
      .order-grid{
        grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);
        align-items:stretch;
        gap:14px;
        padding:14px
      }
      .form-card,.total-card{
        height:100%;
        padding:15px;
        border-radius:15px
      }
      .total-card{
        position:static;
        align-self:stretch;
        display:flex;
        flex-direction:column
      }
      .total-card .privacy{margin-top:auto}
      .form-card h3,.total-card h3{margin-bottom:10px}
      .trust-note{
        margin-bottom:10px;
        padding:9px 11px;
        font-size:11px;
        line-height:1.35
      }
      .trust-note strong{font-size:11.5px}
      .fields{
        grid-template-columns:1fr 1fr;
        gap:9px 10px
      }
      .field label{
        margin-bottom:4px;
        font-size:11px
      }
      .field .input{
        min-height:38px;
        padding-left:11px;
        padding-right:11px;
        border-radius:10px
      }
      .field textarea.input{
        min-height:0;
        padding-top:8px;
        padding-bottom:8px;
        line-height:1.35
      }
      #deliveryAddress{height:72px}
      #orderNote{height:58px}
      .total-row{padding:8px 0}
      .total-row.grand{font-size:18px}
      .whatsapp{
        height:48px;
        margin-top:11px;
        border-radius:11px;
        font-size:14px
      }
      .privacy{
        padding:8px 9px;
        font-size:9.8px;
        line-height:1.4
      }
    }

    @media(max-width:900px){
      .sector-strip-grid{grid-template-columns:1fr}
      .sector-strip-head{align-items:flex-start;flex-direction:column}
      .toolbar{grid-template-columns:1fr 1fr}
      .toolbar .search{grid-column:1/-1}
      .toolbar #refresh,.toolbar #clearFilters{grid-column:auto}
      .order-hero{flex-direction:column}
      .order-clear{width:100%}
      .order-grid,.detail-grid{grid-template-columns:1fr}
      .total-card{position:static}
      .detail-media{position:static;max-width:420px}
      .fields{grid-template-columns:1fr}
      .field.full{grid-column:auto}
    }

    @media(max-width:768px){
      main{
        display:flex;
        width:calc(100% - 12px);
        flex-direction:column;
        gap:10px;
        margin-top:8px
      }

      #productSelection,
      #orderList,
      #orderForm{display:contents}

      #productSelection .product-section-head{display:none}
      #productSelection .toolbar{
        order:1;
        display:grid;
        grid-template-columns:1fr;
        gap:8px;
        padding:10px;
        border:1px solid var(--line);
        border-radius:14px;
        background:#fff;
        box-shadow:0 8px 22px rgba(17,48,77,.06)
      }
      #productSelection .toolbar .search{grid-column:auto}
      #productSelection .toolbar #refresh,#productSelection .toolbar #clearFilters{grid-column:auto;min-height:40px}

      .order-hero,.order-steps{display:none!important}

      .mobile-order-head{
        order:5;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
        padding:10px 11px;
        border:1px solid var(--line);
        border-radius:13px 13px 0 0;
        background:#fff
      }
      .mobile-order-head b{
        display:block;
        color:#102b47;
        font-size:15px
      }
      .mobile-order-head span{
        display:block;
        margin-top:2px;
        color:var(--muted);
        font-size:10px;
        font-weight:750
      }
      .mobile-order-head .btn{
        min-height:34px;
        padding:0 10px;
        border-radius:9px;
        font-size:11px
      }

      #orderList .cart-table-wrap{
        order:6;
        overflow:visible;
        margin-top:-10px;
        border:1px solid var(--line);
        border-top:0;
        border-radius:0 0 13px 13px;
        background:#fff
      }

      #orderList .total-card{
        order:7;
        position:static;
        padding:13px;
        border-radius:14px
      }
      #orderList .total-card h3{
        margin-bottom:8px;
        font-size:17px
      }
      #orderList .total-row{padding:8px 0}
      #orderList .total-row.grand{font-size:18px}
      #orderList .whatsapp{
        height:49px;
        margin-top:11px;
        border-radius:11px;
        font-size:14px
      }
      #orderList .privacy{
        margin-top:8px;
        padding:8px;
        font-size:9.5px
      }

      #orderList .form-card{
        order:8;
        padding:13px;
        border-radius:14px
      }
      #orderList .trust-note{display:none}
      #orderList .form-card h3{
        margin-bottom:9px;
        font-size:17px
      }
      #orderList .fields{
        display:grid;
        grid-template-columns:1fr;
        gap:9px
      }
      #orderList .field.full{grid-column:auto}
      #orderList .field label{
        margin-bottom:4px;
        font-size:10.5px
      }
      #orderList .field .input{min-height:40px}
      #orderList textarea.input{min-height:76px}

      #productSelection .summary{
        order:2;
        padding:8px 10px;
        border:1px solid var(--line);
        border-radius:12px 12px 0 0;
        background:#fff
      }
      #productSelection .public-pager{
        order:3;
        margin-top:-10px;
        border:1px solid var(--line);
        border-top:0;
        background:#fff
      }
      #productSelection > .table-wrap{
        order:4;
        margin-top:-10px;
        overflow:hidden;
        border:1px solid var(--line);
        border-top:0;
        border-radius:0 0 13px 13px;
        background:#fff
      }

      .product-table{display:block;width:100%;min-width:0}
      .product-table thead{display:none}
      #productRows{
        display:grid;
        grid-template-columns:1fr;
        gap:7px;
        padding:7px;
        background:#f5f8fb
      }
      #productRows tr.product-row{
        display:grid;
        grid-template-columns:minmax(0,1fr) 30px;
        grid-template-rows:auto auto;
        gap:5px 8px;
        align-items:center;
        min-width:0;
        min-height:70px;
        padding:9px 10px;
        border:1px solid #dce6ef;
        border-radius:11px;
        background:#fff;
        box-shadow:0 2px 7px rgba(16,34,56,.025);
        cursor:pointer;
        user-select:none;
        transition:background .15s ease,border-color .15s ease
      }
      #productRows tr.product-row:active{
        border-color:#accae1;
        background:#f2f7fb
      }
      #productRows tr.product-row td{
        min-width:0;
        padding:0;
        border:0
      }
      #productRows tr.product-row td:nth-child(1),
      #productRows tr.product-row td:nth-child(2),
      #productRows tr.product-row td:nth-child(4),
      #productRows tr.product-row td:nth-child(5),
      #productRows tr.product-row td:nth-child(6){
        display:none
      }
      #productRows tr.product-row td:nth-child(3){
        display:block;
        grid-column:1;
        grid-row:1 / span 2;
        align-self:center
      }
      #productRows tr.product-row td:nth-child(7){
        display:block;
        grid-column:2;
        grid-row:1 / span 2;
        align-self:center;
        justify-self:end
      }
      #productRows .product-name{
        display:block;
        overflow:visible;
        color:#10263e;
        font-size:13.5px;
        font-weight:950;
        line-height:1.34;
        white-space:normal;
        overflow-wrap:anywhere
      }
      #productRows .mobile-card-meta{
        display:flex;
        align-items:center;
        gap:4px 9px;
        flex-wrap:wrap;
        margin-top:6px;
        color:#667a8e;
        font-size:9.5px;
        font-weight:760;
        line-height:1.3
      }
      #productRows .mobile-card-meta span{
        position:relative;
        min-width:0;
        white-space:nowrap
      }
      #productRows .mobile-card-meta span+span::before{
        content:"•";
        position:absolute;
        left:-6px;
        color:#b2bec9
      }
      #productRows .mobile-card-meta .mobile-meta-brand{
        overflow:hidden;
        max-width:190px;
        color:#176fb3;
        font-weight:900;
        text-overflow:ellipsis;
        text-transform:uppercase
      }
      #productRows .mobile-card-meta .mobile-meta-unit{
        font-weight:900
      }
      #productRows .mobile-card-meta .mobile-meta-price{
        color:#13875f;
        font-weight:950
      }
      #productRows .description,
      #productRows .desktop-card-meta,
      #productRows .desktop-brand-model,
      #productRows .mobile-brand,
      #productRows .mobile-row-brand{
        display:none!important
      }
      #productRows tr.product-row td:nth-child(7) .actions{display:block}
      #productRows tr.product-row td:nth-child(7) .detail-btn{display:none}
      #productRows tr.product-row td:nth-child(7) .add{
        display:grid;
        place-items:center;
        width:28px;
        min-width:28px;
        height:28px;
        min-height:28px;
        padding:0;
        border:1px solid #bfd5e6;
        border-radius:8px;
        color:#176fb3;
        background:#f2f7fb;
        box-shadow:none;
        font-size:0
      }
      #productRows tr.product-row td:nth-child(7) .add::before{
        content:"+";
        font-size:18px;
        line-height:1;
        font-weight:750
      }
      #productRows tr.product-row td:nth-child(7) .add.in-cart{
        color:#147650;
        border-color:#b9dfcd;
        background:#eaf8f1
      }
      #productRows tr.product-row td:nth-child(7) .add.in-cart::before{
        content:"✓";
        font-size:14px;
        font-weight:900
      }
      #productRows .mobile-drawer-row{display:none!important}
      .hover-preview{display:none!important}
      .mobile-icon,.mobile-info-btn{display:none!important}

      #cartRows tr.cart-structure-row{display:block!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}
      #cartRows tr.cart-structure-row td{display:block!important;width:100%!important}
      .cart-structure-card{grid-template-columns:1fr auto;margin:7px 0}.cart-structure-type{grid-column:1}.cart-structure-text{grid-column:1/-1}.cart-structure-count{grid-column:1}.cart-structure-actions{grid-column:2;grid-row:1}
      .cart-table{display:block;width:100%;min-width:0}
      .cart-table thead{display:none}
      #cartRows{display:block}
      #cartRows tr{
        display:grid;
        grid-template-columns:minmax(0,1fr) auto;
        grid-template-rows:auto auto;
        gap:9px 8px;
        padding:10px;
        border-bottom:1px solid var(--line);
        background:#fff
      }
      #cartRows td{min-width:0;padding:0;border:0}
      #cartRows td:nth-child(1){grid-column:1;grid-row:1}
      #cartRows td:nth-child(5){
        grid-column:2;
        grid-row:1;
        align-self:start;
        justify-self:end
      }
      #cartRows td:nth-child(2),
      #cartRows td:nth-child(3),
      #cartRows td:nth-child(4){
        grid-row:2;
        display:flex;
        min-width:0;
        flex-direction:column;
        gap:3px
      }
      #cartRows td:nth-child(2){grid-column:1;align-items:flex-start}
      #cartRows td:nth-child(3){
        grid-column:1/-1;
        align-items:center;
        justify-self:center
      }
      #cartRows td:nth-child(4){grid-column:2;align-items:flex-end}
      #cartRows td:nth-child(2)::before,
      #cartRows td:nth-child(3)::before,
      #cartRows td:nth-child(4)::before{
        color:var(--muted);
        font-size:8.5px;
        font-weight:850
      }
      #cartRows td:nth-child(2)::before{content:"Birim fiyat"}
      #cartRows td:nth-child(3)::before{content:"Miktar"}
      #cartRows td:nth-child(4)::before{content:"Tutar"}
      #cartRows .cart-product b{
        display:block;
        overflow:hidden;
        color:#10233b;
        font-size:13px;
        font-weight:900;
        line-height:1.3;
        white-space:nowrap;
        text-overflow:ellipsis
      }
      #cartRows .cart-product small{
        display:block;
        overflow:hidden;
        margin-top:3px;
        color:#6b7d90;
        font-size:9.5px;
        white-space:nowrap;
        text-overflow:ellipsis
      }
      #cartRows .price{font-size:12px}
      #cartRows .qty-control{gap:4px}
      #cartRows .qty-control button{
        width:30px;
        height:30px;
        border-radius:8px
      }
      #cartRows .qty-input{
        width:54px;
        height:30px;
        font-size:12px
      }
      #cartRows .remove{
        width:31px;
        min-width:31px;
        height:31px;
        padding:0;
        border-radius:8px;
        font-size:0
      }
      #cartRows .remove::before{
        content:"×";
        font-size:19px;
        line-height:1;
        font-weight:900
      }

      #detailBackdrop{
        align-items:stretch;
        justify-content:stretch;
        padding:0;
        background:#fff;
        backdrop-filter:none
      }
      #detailBackdrop .modal{
        width:100%;
        max-width:none;
        height:100dvh;
        max-height:100dvh;
        border:0;
        border-radius:0;
        box-shadow:none
      }
      #detailBackdrop .modal-head{
        padding:11px 13px;
        background:#fff;
        box-shadow:0 1px 0 var(--line)
      }
      #detailBackdrop .modal-head h2{font-size:17px}
      #detailBackdrop .close{
        width:36px;
        height:36px;
        font-size:19px
      }
      #detailBackdrop .detail-grid{
        display:block;
        padding:12px 12px 24px
      }
      #detailBackdrop .detail-media{
        position:static;
        width:100%;
        max-width:none;
        margin:0 0 14px
      }
      #detailBackdrop .detail-image,
      #detailBackdrop .detail-image-placeholder{
        width:100%;
        max-height:330px;
        aspect-ratio:4/3;
        border-radius:14px
      }
      #detailBackdrop .detail-title{
        margin-top:4px;
        font-size:22px;
        line-height:1.25
      }
      #detailBackdrop .detail-meta{
        margin:8px 0;
        font-size:12px;
        line-height:1.55
      }
      #detailBackdrop .detail-price{
        margin:10px 0 13px;
        font-size:23px
      }
      #detailBackdrop .detail-section{
        margin:10px 0;
        padding:12px;
        border-radius:11px
      }
      #detailBackdrop .doc-links{
        display:grid;
        grid-template-columns:1fr;
        gap:8px
      }
      #detailBackdrop .doc{justify-content:center}
      #detailBackdrop .modal-actions{
        position:sticky;
        bottom:0;
        z-index:2;
        display:grid;
        grid-template-columns:1fr 110px;
        gap:8px;
        margin:16px -12px -24px;
        padding:10px 12px calc(10px + env(safe-area-inset-bottom));
        border-top:1px solid var(--line);
        background:rgba(255,255,255,.96);
        backdrop-filter:blur(8px)
      }
    }

    @media(max-width:620px){
      .search-suggestion{padding:10px}
      .search-suggestion-name{font-size:12px}
      .search-suggestion-price{font-size:11px}
      .search-suggestion-help{display:none}
      .topbar-inner,footer{width:calc(100% - 12px)}
      .topbar-inner{min-height:62px}
      .logo{width:40px;height:40px}
      .company{font-size:9.5px}
      .brand h1{font-size:16px}
      .cart-chip span:first-child{display:none}
      .panel{border-radius:13px}
      .modal-backdrop{padding:0}
    }

    @media(max-width:430px){
      #cartRows tr{
        grid-template-columns:minmax(0,1fr) auto;
        grid-template-rows:auto auto auto
      }
      #cartRows td:nth-child(2){grid-column:1;grid-row:2}
      #cartRows td:nth-child(4){grid-column:2;grid-row:2}
      #cartRows td:nth-child(3){
        grid-column:1/-1;
        grid-row:3;
        justify-self:stretch;
        align-items:center;
        padding-top:1px
      }
    }

  
    /* v5.1.26 — Mobil ürün kartı kesin görünüm */
    @media(max-width:1024px){
      #productSelection > .table-wrap{
        overflow:visible!important
      }
      .product-table,
      .product-table tbody{
        display:block!important;
        width:100%!important;
        min-width:0!important
      }
      .product-table thead{display:none!important}
      #productRows{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:6px!important;
        width:100%!important;
        padding:6px!important;
        background:#f5f8fb!important
      }
      #productRows tr.product-row{
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 29px!important;
        grid-template-rows:auto auto!important;
        gap:5px 8px!important;
        align-items:center!important;
        width:100%!important;
        min-width:0!important;
        min-height:0!important;
        padding:9px 10px!important;
        border:1px solid #dbe5ee!important;
        border-radius:10px!important;
        background:#fff!important;
        box-shadow:0 2px 6px rgba(16,34,56,.025)!important;
        cursor:pointer!important
      }
      #productRows tr.product-row:active{
        border-color:#9fc3de!important;
        background:#f2f7fb!important
      }
      #productRows tr.product-row td{
        min-width:0!important;
        padding:0!important;
        border:0!important
      }

      /* Yalnız ürün bilgisi ve + düğmesi */
      #productRows tr.product-row td:nth-child(1),
      #productRows tr.product-row td:nth-child(2),
      #productRows tr.product-row td:nth-child(4),
      #productRows tr.product-row td:nth-child(5),
      #productRows tr.product-row td:nth-child(6){
        display:none!important
      }
      #productRows tr.product-row td:nth-child(3){
        display:block!important;
        grid-column:1!important;
        grid-row:1 / span 2!important;
        align-self:center!important;
        overflow:visible!important
      }
      #productRows tr.product-row td:nth-child(7){
        display:block!important;
        grid-column:2!important;
        grid-row:1 / span 2!important;
        align-self:center!important;
        justify-self:end!important
      }

      /* Ürün adının tamamı görünür */
      #productRows .product-name{
        display:block!important;
        width:100%!important;
        max-width:none!important;
        overflow:visible!important;
        white-space:normal!important;
        text-overflow:clip!important;
        overflow-wrap:anywhere!important;
        word-break:normal!important;
        -webkit-line-clamp:unset!important;
        -webkit-box-orient:unset!important;
        color:#10263e!important;
        font-size:13.5px!important;
        font-weight:950!important;
        line-height:1.34!important
      }

      /* Alt satır: Poz No · Marka/Model · Birim · Fiyat */
      #productRows .mobile-card-meta{
        display:flex!important;
        width:100%!important;
        max-width:none!important;
        align-items:center!important;
        flex-wrap:wrap!important;
        gap:3px 9px!important;
        margin-top:6px!important;
        overflow:visible!important;
        color:#64798d!important;
        font-size:9.5px!important;
        font-weight:760!important;
        line-height:1.35!important
      }
      #productRows .mobile-card-meta span{
        position:relative!important;
        display:inline-block!important;
        max-width:none!important;
        overflow:visible!important;
        white-space:normal!important;
        text-overflow:clip!important;
        overflow-wrap:anywhere!important
      }
      #productRows .mobile-card-meta span+span::before{
        content:"•"!important;
        position:absolute!important;
        left:-6px!important;
        color:#b2bec9!important
      }
      #productRows .mobile-card-meta .mobile-meta-poz{
        color:#5b7186!important
      }
      #productRows .mobile-card-meta .mobile-meta-brand{
        color:#176fb3!important;
        font-weight:900!important;
        text-transform:uppercase!important
      }
      #productRows .mobile-card-meta .mobile-meta-unit{
        color:#50667b!important;
        font-weight:900!important
      }
      #productRows .mobile-card-meta .mobile-meta-price{
        color:#13875f!important;
        font-weight:950!important;
        white-space:nowrap!important
      }

      #productRows .description,
      #productRows .desktop-card-meta,
      #productRows .desktop-brand-model,
      #productRows .mobile-brand,
      #productRows .mobile-row-brand,
      #productRows .mobile-drawer-row{
        display:none!important
      }

      /* Minimal + */
      #productRows tr.product-row td:nth-child(7) .actions{
        display:block!important
      }
      #productRows tr.product-row td:nth-child(7) .detail-btn{
        display:none!important
      }
      #productRows tr.product-row td:nth-child(7) .add{
        display:grid!important;
        place-items:center!important;
        width:28px!important;
        min-width:28px!important;
        height:28px!important;
        min-height:28px!important;
        padding:0!important;
        border:1px solid #bfd5e6!important;
        border-radius:8px!important;
        color:#176fb3!important;
        background:#f2f7fb!important;
        box-shadow:none!important;
        font-size:0!important
      }
      #productRows tr.product-row td:nth-child(7) .add::before{
        content:"+"!important;
        font-size:18px!important;
        line-height:1!important;
        font-weight:750!important
      }
      #productRows tr.product-row td:nth-child(7) .add.in-cart{
        color:#147650!important;
        border-color:#b9dfcd!important;
        background:#eaf8f1!important
      }
      #productRows tr.product-row td:nth-child(7) .add.in-cart::before{
        content:"✓"!important;
        font-size:14px!important;
        font-weight:900!important
      }
    }

  
    /* v5.1.28 — Teklif başlık ve kategori satırları */
    @media(max-width:1024px){
      #productSelection .product-list-wrap{overflow:visible!important;padding:0!important;background:#f5f8fb!important}
      #productSelection .product-table{display:none!important}
      #productSelection .mobile-product-cards{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;width:100%!important;padding:7px!important}
      .mobile-product-card{display:grid!important;grid-template-columns:minmax(0,1fr) 30px!important;gap:8px!important;align-items:center!important;width:100%!important;min-width:0!important;padding:9px 10px!important;border:1px solid #dbe5ee!important;border-radius:10px!important;background:#fff!important;box-shadow:0 2px 7px rgba(16,34,56,.025)!important;cursor:pointer!important;user-select:none!important}
      .mobile-product-card:active,.mobile-product-card:focus-visible{outline:none!important;border-color:#96bdd9!important;background:#f1f7fb!important}
      .mobile-product-card-content{min-width:0!important}
      .mobile-product-card-name{display:block!important;text-decoration:none!important;width:100%!important;max-width:none!important;overflow:visible!important;color:#10263e!important;font-size:13.5px!important;font-weight:950!important;line-height:1.36!important;white-space:normal!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:normal!important;-webkit-line-clamp:unset!important}
      .mobile-product-card-meta{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:3px 9px!important;width:100%!important;margin-top:6px!important;color:#64798d!important;font-size:9.5px!important;font-weight:760!important;line-height:1.35!important}
      .mobile-product-card-meta span{position:relative!important;display:inline-block!important;min-width:0!important;max-width:100%!important;overflow:visible!important;white-space:normal!important;text-overflow:clip!important;overflow-wrap:anywhere!important}
      .mobile-product-card-meta span+span::before{content:"•"!important;position:absolute!important;left:-6px!important;color:#b2bec9!important}
      .mobile-product-card-meta .meta-brand{color:#176fb3!important;font-weight:900!important;text-transform:uppercase!important}
      .mobile-product-card-meta .meta-unit{color:#50667b!important;font-weight:900!important}
      .mobile-product-card-meta .meta-price{color:#13875f!important;font-weight:950!important;white-space:nowrap!important}
      .mobile-card-add{display:grid!important;place-items:center!important;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;padding:0!important;border:1px solid #bfd5e6!important;border-radius:8px!important;color:#176fb3!important;background:#f2f7fb!important;box-shadow:none!important;font-size:0!important}
      .mobile-card-add::before{content:"+"!important;font-size:18px!important;line-height:1!important;font-weight:750!important}
      .mobile-card-add.in-cart{color:#147650!important;border-color:#b9dfcd!important;background:#eaf8f1!important}
      .mobile-card-add.in-cart::before{content:"✓"!important;font-size:14px!important;font-weight:900!important}
      #productState{background:#fff!important}
    }

  
#orderList{content-visibility:auto;contain-intrinsic-size:auto 760px}
#productRows tr.product-row,.mobile-product-card{contain:layout paint style}
.product-img,.drawer-image,.detail-image{aspect-ratio:1/1}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
