.ProductTable-module__CtOThW__container{max-width:var(--primary-content-width);flex-direction:column;gap:30px;margin:0 auto;padding:100px 0;display:flex}.ProductTable-module__CtOThW__toolsContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}.ProductTable-module__CtOThW__title{text-transform:uppercase;font-weight:600}.ProductTable-module__CtOThW__searchContainer{background-color:var(--secondary-bg-light);border:1px solid var(--border-color);border-radius:99px;align-items:center;gap:8px;width:100%;max-width:300px;padding:14px 15px;display:flex}.ProductTable-module__CtOThW__searchIcon{color:var(--accent-color);flex-shrink:0}.ProductTable-module__CtOThW__searchInput{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:14px}.ProductTable-module__CtOThW__searchInput::placeholder{color:var(--grey-text)}.ProductTable-module__CtOThW__highlight{background-color:var(--highlight-color,#ffeb3b);color:#000;border-radius:3px;padding:2px 4px}.ProductTable-module__CtOThW__noData{text-align:center;color:var(--accent-color);padding:20px;font-size:16px;font-weight:500}.ProductTable-module__CtOThW__tableWrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent-color)var(--secondary-bg-light);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;border-radius:10px;position:relative;overflow-x:auto}.ProductTable-module__CtOThW__tableWrapper::-webkit-scrollbar{height:8px}.ProductTable-module__CtOThW__tableWrapper::-webkit-scrollbar-thumb{background-color:var(--accent-color);border-radius:4px}.ProductTable-module__CtOThW__tableWrapper::-webkit-scrollbar-track{background-color:var(--secondary-bg-light)}.ProductTable-module__CtOThW__table{border-collapse:collapse;border:1px solid var(--border-color);border-radius:10px;width:100%;min-width:400px}.ProductTable-module__CtOThW__th{background-color:var(--accent-color);text-align:left;border-bottom:2px solid var(--border-color);white-space:nowrap;padding:12px;font-weight:600}.ProductTable-module__CtOThW__td{border-bottom:1px solid var(--border-color);white-space:nowrap;padding:12px}.ProductTable-module__CtOThW__tr:nth-child(2n){background-color:var(--secondary-bg-light)}.ProductTable-module__CtOThW__tr:hover{background-color:var(--accent-color-low);cursor:pointer}.ProductTable-module__CtOThW__swipeIndicator{color:var(--accent-color);justify-content:center;align-items:center;gap:8px;margin-top:10px;font-size:14px;display:flex}.ProductTable-module__CtOThW__swipeIcon{animation:2s ease-in-out infinite ProductTable-module__CtOThW__swipe}@keyframes ProductTable-module__CtOThW__swipe{0%,to{transform:translate(0)}50%{transform:translate(10px)}}.ProductTable-module__CtOThW__pagination{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.ProductTable-module__CtOThW__pageButton{background-color:var(--secondary-bg-light);cursor:pointer;color:#fff;border:none;border-radius:4px;padding:10px 15px;font-size:14px;transition:background-color .2s}.ProductTable-module__CtOThW__pageButton:hover{background-color:var(--accent-color-low)}.ProductTable-module__CtOThW__active{background-color:var(--accent-color);color:#fff}@media (max-width:600px){.ProductTable-module__CtOThW__toolsContainer{flex-direction:column;align-items:flex-start}.ProductTable-module__CtOThW__searchContainer{max-width:100%}.ProductTable-module__CtOThW__table{min-width:100%}.ProductTable-module__CtOThW__tableWrapper{padding-bottom:10px}}
