*{padding:0;margin:0}*,*:after,*:before{box-sizing:border-box}button{background:none;border:none;cursor:pointer}button,input,select,textarea{font-family:inherit}a,button{cursor:pointer}a{text-decoration:none}img{max-width:100%;height:auto}li{list-style:none}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}#light{background-color:#fff}#dark{background-color:#999898}#light,#dark{transition:all .3s ease}#dark .pagination__controls>button,#dark .dark-mode-toggle__label,#dark .results-per-page__label{color:#d5d7de}#dark h1,#dark h2{color:#fff}#dark .close-icon__line{background-color:#d5d7de}.close-icon{position:relative;width:20px;height:20px;cursor:pointer}.close-icon__line{position:absolute;top:50%;left:0;width:100%;height:2px;background:#707784;border-radius:2px;transform-origin:center center;transition:transform .3s ease}.close-icon__line--one{transform:translateY(-50%) rotate(45deg)}.close-icon__line--two{transform:translateY(-50%) rotate(-45deg)}.button{padding:5px 10px}.control-button,.pagination-button{border:2px solid #d5d7de;transition:all .3s ease}.control-button{color:#707784;background-color:#fff;border-radius:20px}.control-button__active,.control-button:hover{color:#fff;background-color:#999898;border-color:#999898}.pagination-button{color:#000;border-radius:7px}.pagination-button:hover:not(:disabled),.pagination-button__active{background-color:#f3f4f5;border-color:#f3f4f5}.pagination-button:disabled{border-color:#0000001a;color:#0000001a}.dark-mode-toggle{width:100%;max-width:150px;margin-bottom:20px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.dark-mode-toggle__label{font-weight:500}.dark-mode-toggle__switch{background-color:#f3f4f5;border-radius:20px;display:block;position:relative;width:60px;height:30px}.dark-mode-toggle__checkbox{opacity:0;width:0;height:0}.dark-mode-toggle__slider{position:absolute;inset:0;cursor:pointer;background-color:#999898;border-radius:20px;transition:all .4s}.dark-mode-toggle__slider:before{position:absolute;content:"";height:20px;width:20px;left:5px;bottom:5px;background-color:#fff;border-radius:40px;transition:all .4s;box-shadow:0 1px 2px 1px #0000001a}.dark-mode-toggle__checkbox:checked+.dark-mode-toggle__slider{background-color:#f3f4f5}.dark-mode-toggle__checkbox:checked+.dark-mode-toggle__slider:before{transform:translate(30px);background-color:#999898}.product-item{background-color:#f3f4f5;padding:20px;border-radius:10px;color:#707784}.product-item__article{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px}.product-item__info{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;gap:5px}.product-item__title,.product-item__price{color:#000}.product-item__price{font-size:25px;font-weight:600}.pagination{width:100%;padding:10px 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px}.pagination__controls{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:5px}.results-per-page{color:#707784;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.results-per-page__label{font-weight:500;margin-right:10px}.results-per-page__field{background-color:#f3f4f5;border-radius:5px;width:60px;padding:0 5px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.results-per-page__input{color:inherit;font-weight:inherit;width:100%;font-size:16px;outline:none;border:none;background:none;appearance:none;-moz-appearance:textfield}.results-per-page__input::-webkit-outer-spin-button,.results-per-page__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.results-per-page__value-controls{width:fit-content;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.results-per-page__value-control{font-size:16px;color:inherit}.filter-dropdown{position:absolute;left:0;bottom:-90%;transform:translateY(90%);height:100%;min-height:100px;max-height:300px;background:#fff;box-shadow:0 2px 10px 1px #f3f4f5;padding:10px;border-radius:20px;overflow:auto}.filter-dropdown__list{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;gap:5px}.filter-dropdown__item{padding:2px 0}.filter-dropdown__item:nth-of-type(n):not(:last-of-type){border-bottom:1px solid black}.filter-dropdown__label{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:5px;font-size:14px}.product-listing,.product-listing__list{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;gap:20px}.product-listing--no-results{width:500px;margin:30px auto;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:30px}.sort-bar{width:100%;background-color:#f3f4f5;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px;border-radius:5px}.sort-bar__label{color:#707784;font-size:14px;font-weight:500}.sort-bar__controls{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:15px}.sort-bar__filter{position:relative}.app{width:100wv;margin:20px;padding:20px;background-color:#fff;box-shadow:0 0 10px #f3f4f5;border-radius:20px}.app__top{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;position:relative;padding-bottom:15px;margin-bottom:15px}.app__top:after{content:"";width:100%;height:2px;border-radius:5px;position:absolute;bottom:0;background:#f3f4f5}
