.products-picker{display:flex;flex-direction:column;justify-content:center;min-height:100px}.products-picker__search-zone{border-bottom:2px solid #ccc;display:flex;flex-direction:column;font-size:20px;padding-bottom:5rem;padding-left:25%}@media (max-width:600px){.products-picker__search-zone{display:none}}.products-picker__search{background:#f4f4f4;border:none;border-bottom:1px solid gray;max-width:750px;outline:none;padding:.75rem;position:relative;width:70%}.products-picker__search-header{width:50%}.inputgroup{display:flex;padding-right:20px;position:relative;vertical-align:middle}.products-picker__search{display:inline-block;font-size:20px;height:64px;line-height:64px;padding:3px 6px 3px 70px;vertical-align:middle}.inputgroup .innericon{align-items:center;display:flex;flex:1;height:100%;justify-content:center;left:15px;pointer-events:none;position:absolute;text-align:center;width:35px;z-index:2}.products-picker__main{display:flex}@media (max-width:600px){.products-picker__main{flex-direction:column}}.products-picker__categories{border-right:2px solid #ccc;max-width:350px;padding:3rem 0}@media (max-width:600px){.products-picker__categories{border-right:none;padding:0}}.category{margin-bottom:2rem}.category-name{margin:0;min-width:225px;padding:.5rem 3rem}.category-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.category-item{margin:0}.category-item label{padding:.5rem 2rem .5rem 5rem;text-decoration:none}.category-item:hover{background-color:#e6e6e6;cursor:pointer}.products-picker__products{display:flex;flex:1;flex-direction:column;padding:3rem 2rem}.products-picker__products-header{margin:0}.products-picker__product-cards{grid-gap:15px;align-content:flex-start;display:flex;flex:1 0 0;flex-wrap:wrap;grid-auto-rows:auto;padding:1rem}@media (max-width:600px){.products-picker__product-cards{padding:1rem 0}}.products-picker__product-cards_3{grid-template-columns:repeat(3,1fr)}.products-picker__product-cards_4{grid-template-columns:repeat(4,1fr)}.products-picker__product-cards_5{grid-template-columns:repeat(5,1fr)}@media (max-width:1200px){.products-picker__product-cards{grid-template-columns:repeat(2,1fr)}}.product{background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:space-between;max-width:350px;min-width:275px;padding:1rem;position:relative;transition:.1s}@media (max-width:600px){.product{min-width:0}}.product:hover{background-color:rgba(0,0,0,.9);color:#fff;transform:scale(1.02)}.product__header{font-size:20px;margin-bottom:2rem}.product__description{flex:1}.product__link{color:#fff;margin-top:1rem}.product__link:after{bottom:0;box-sizing:content-box;content:"";left:0;position:absolute;right:0;top:0;z-index:1}input[type=checkbox]:checked,input[type=checkbox]:not(:checked),input[type=radio]:checked,input[type=radio]:not(:checked){left:-9999px;position:absolute}input[type=checkbox]:checked+label,input[type=checkbox]:not(:checked)+label,input[type=radio]:checked+label,input[type=radio]:not(:checked)+label{cursor:pointer;display:block;line-height:20px;position:relative}input[type=checkbox]:checked+label:before,input[type=checkbox]:not(:checked)+label:before,input[type=radio]:checked+label:before,input[type=radio]:not(:checked)+label:before{background-color:#fff;border:1px solid #ddd;box-sizing:content-box;content:"";height:18px;left:48px;position:absolute;top:8px;width:18px}input[type=checkbox]:checked+label:before,input[type=checkbox]:not(:checked)+label:before{border-radius:2px;box-sizing:content-box}input[type=radio]:checked+label:before,input[type=radio]:not(:checked)+label:before{border-radius:100%;box-sizing:content-box}input[type=checkbox]:checked+label:after,input[type=checkbox]:not(:checked)+label:after,input[type=radio]:checked+label:after,input[type=radio]:not(:checked)+label:after{box-sizing:content-box;content:"";position:absolute;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}input[type=checkbox]:checked+label:after,input[type=checkbox]:not(:checked)+label:after{border-bottom:4px solid #000;border-left:4px solid #000;border-radius:1px;box-sizing:content-box;height:5px;left:51px;top:12px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:10px}input[type=radio]:checked+label:after,input[type=radio]:not(:checked)+label:after{background-color:#000;border-radius:100%;box-sizing:content-box;height:10px;left:5px;top:5px;width:10px}input[type=checkbox]:not(:checked)+label:after,input[type=radio]:not(:checked)+label:after{box-sizing:content-box;opacity:0}input[type=checkbox]:checked+label:after,input[type=radio]:checked+label:after{box-sizing:content-box;opacity:1}