#products_page #products_top{background-repeat:no-repeat;background-size:cover;background-position:center;background-image:url(../images/products_hero.jpg);position:relative}@media (min-width:600px){#products_page #products_top{min-height:350px;background-attachment:fixed}}@media (max-width:600px){#products_page #products_top{min-height:140px}}#products_page #products_top .inner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media (max-width:600px){#products_page #products_top .inner{width:100%;padding:10px}}#products_page #products_top .inner .reg_title{justify-content:center;font-size:50px;font-weight:500;text-align:center;color:#333}#products_page #products_top .inner .reg_title::after,#products_page #products_top .inner .reg_title::before{max-width:250px}@media (min-width:600px){#products_page #products_top .inner .reg_title{margin:50px 0}}@media (max-width:600px){#products_page #products_top .inner .reg_title{font-size:28px;margin-bottom:10px}}#products_page .main_wrapper{display:flex;gap:20px;padding:20px}@media (max-width:600px){#products_page .main_wrapper{flex-direction:column}}#products_page .main_wrapper #categories_widget{flex-basis:20%}#products_page .main_wrapper #categories_widget .reg_title{display:none}@media (max-width:600px){#products_page .main_wrapper #categories_widget ul.cats{display:flex;overflow-x:auto;white-space:nowrap}}#products_page .main_wrapper #categories_widget ul.cats li{border-bottom:1px solid var(--color_primary)}#products_page .main_wrapper #categories_widget ul.cats li .btn{background-color:transparent;color:var(--color_text2);display:block;width:100%;text-align:right;padding:14px 16px;border-radius:0}#products_page .main_wrapper #categories_widget ul.cats li .btn.active{background-color:#bebfaf59}@media (min-width:600px){#products_page .main_wrapper #categories_widget ul.cats li:hover .btn{background-color:var(--color_hover1)}}#products_page .main_wrapper #items{flex-basis:80%;margin:0}#products_page .main_wrapper #items .centered>*{grid-template-columns:repeat(auto-fill, minmax(180px, 1fr))}#products_page .main_wrapper #items .cats{position:sticky;top:100px;right:0}