.general-configurator-section{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:100px}.general-configurator-section .title-subtitle-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding-bottom:30px;position:relative}.general-configurator-section .title-subtitle-row .title{display:flex;justify-content:center;align-items:start;width:40%}.general-configurator-section .title-subtitle-row .title h1{color:#434343;font-size:22px}.general-configurator-section .title-subtitle-row .subtitle,.product-category-gc{display:flex;justify-content:center;align-items:center;width:40%}.general-configurator-section .divider-line{border:.5px solid #ccd5db;width:100%;left:0;bottom:440px}.product-category-gc{flex-direction:column;justify-content:space-between;width:100%;gap:30px}.product-category-gc .title{display:flex;justify-content:center;align-items:center;width:100%}.product-category-gc .title h3{font-size:29px;color:#434343;font-weight:900}.category-list{display:flex;max-width:100%;overflow:hidden;padding:0 5%;gap:30px}.category-list .category-card,.product-category-gc .arrows-row{display:flex;justify-content:end;align-items:center;width:100%;gap:10px}.product-category-gc .arrows-row .arrow-left,.product-category-gc .arrows-row .arrow-right{display:flex;justify-content:center;align-items:center;width:10px;height:10px;cursor:pointer}.product-category-gc .arrows-row .arrow-left img,.product-category-gc .arrows-row .arrow-right img{object-fit:contain;width:100%}.category-list .category-card{flex-direction:column;justify-content:center;width:230px;background-color:#fff;gap:30px;min-width:230px;cursor:pointer;text-decoration:none;padding:20px 10px}.category-list .category-card .img{display:flex;justify-content:center;align-items:center;width:130px;height:130px}.category-list .category-card .img img{object-fit:contain;width:100%;height:100%}.category-list .category-card .checkbox-category-name{display:flex;justify-content:center;align-items:center;gap:5px;width:100%}.category-list .category-card .checkbox-category-name input[type=checkbox]{appearance:none;-webkit-appearance:none;min-width:12px;min-height:12px;border:2px solid #111;border-radius:50%;outline:0;cursor:pointer;transition:background-color .3s}.category-list .category-card .checkbox-category-name input[type=checkbox]:checked{background-color:#ffcc58;border-color:#ffcc58}.category-list .category-card .checkbox-category-name label{color:#070707;cursor:pointer}@media (max-width:1250px){.general-configurator-section .title-subtitle-row{flex-direction:column;justify-content:center;align-items:start;gap:20px}.general-configurator-section .title-subtitle-row .subtitle,.general-configurator-section .title-subtitle-row .title{width:100%;align-items:center;justify-content:start}.product-category-gc{justify-content:center;align-items:start}.product-category-gc .title{justify-content:start;align-items:center}.general-configurator-section .divider-line{bottom:425px}}