.inventory-module__AroZqG__centeringContainer{justify-content:center;width:100%;display:flex}.inventory-module__AroZqG__inventoryContainer{width:90%;max-width:var(--page-width);gap:2rem;margin-top:2rem;display:flex}@media screen and (max-width:540px){.inventory-module__AroZqG__inventoryContainer{flex-direction:column;gap:.5rem;width:100%;max-width:100%;margin-top:.5rem}}.inventory-module__AroZqG__inventoryGrid{flex-direction:column;display:flex}@media screen and (max-width:540px){.inventory-module__AroZqG__inventoryGrid{width:100%}}.inventory-module__AroZqG__filtersContainer{width:20rem}.inventory-module__AroZqG__filterButton{background-color:var(--dark-blue);color:#fff;border-radius:.25rem;width:100%;padding:.25rem;display:none}@media screen and (max-width:540px){.inventory-module__AroZqG__filterButton{display:block}}.inventory-module__AroZqG__inventoryBlurb{align-self:center;width:80%;margin-bottom:2rem;font-size:1.2rem}@media screen and (max-width:540px){.inventory-module__AroZqG__inventoryBlurb{width:95%;font-size:1rem}}
.FiltersWidget-module__wGWYBq__mainContainer{background-color:#e8e8e8;border:.15rem solid #3c3c3ca1;border-radius:.3rem;width:100%;position:sticky;top:8rem}@media screen and (max-width:540px){.FiltersWidget-module__wGWYBq__mainContainer{z-index:9999;border-radius:0;height:100vh;display:none;position:fixed;inset:0;overflow-y:auto}}.FiltersWidget-module__wGWYBq__filtersFixedContainer{position:static}.FiltersWidget-module__wGWYBq__filterSection{border-bottom:1px solid #5b5b5b;flex-direction:column;display:flex;overflow:hidden}.FiltersWidget-module__wGWYBq__filterSection:last-child{border-bottom:none}.FiltersWidget-module__wGWYBq__filterHeader{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1rem;display:flex}.FiltersWidget-module__wGWYBq__filterHeader h3{color:#1f2937;font-size:1rem;font-weight:500}.FiltersWidget-module__wGWYBq__filterIcon{transition:transform .3s}.FiltersWidget-module__wGWYBq__filterIcon.FiltersWidget-module__wGWYBq__rotate{transform:rotate(180deg)}.FiltersWidget-module__wGWYBq__filterContent{padding:0 1.5rem 0}.FiltersWidget-module__wGWYBq__filterOption{align-items:center;margin:.5rem 0;display:flex}.FiltersWidget-module__wGWYBq__filterOption input[type=checkbox]{cursor:pointer;accent-color:#2563eb;width:1rem;height:1rem;margin-right:.75rem}.FiltersWidget-module__wGWYBq__filterOption label{color:#4b5563;cursor:pointer;font-size:.875rem}.FiltersWidget-module__wGWYBq__priceRange{gap:.5rem;display:flex}.FiltersWidget-module__wGWYBq__priceRange input{border:1px solid #d1d5db;border-radius:.25rem;flex:1;padding:.5rem;font-size:.875rem}.FiltersWidget-module__wGWYBq__filterButtonContainer{padding:1rem}.FiltersWidget-module__wGWYBq__filterApplyButton{background-color:var(--dark-blue);color:#fff;cursor:pointer;border:none;border-radius:.25rem;align-self:center;width:80%;margin:.5rem;padding:.25rem 0;font-size:.875rem;font-weight:500;transition:background-color .2s}.FiltersWidget-module__wGWYBq__filterApplyButton:hover{background-color:#1d4ed8}.FiltersWidget-module__wGWYBq__filterResetButton{color:#4b5563;cursor:pointer;background-color:#fafafa;border:1px solid #d1d5db;border-radius:.25rem;width:7rem;height:100%;margin-top:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:background-color .2s}.FiltersWidget-module__wGWYBq__filterResetButton:hover{background-color:#e5e7eb}.FiltersWidget-module__wGWYBq__widgetHeaderContainer{text-align:center;color:var(--green);border-bottom:1px solid #5b5b5b;justify-content:space-between;align-items:center;padding:1rem;display:flex}.FiltersWidget-module__wGWYBq__headerButtonsContainer{align-items:center;gap:.5rem;display:flex}.FiltersWidget-module__wGWYBq__closeButton{cursor:pointer;color:#4b5563;background:0 0;border:none;padding:.25rem;display:none}@media screen and (max-width:540px){.FiltersWidget-module__wGWYBq__closeButton{justify-content:center;align-items:center;display:flex}}.FiltersWidget-module__wGWYBq__closeButton:hover{color:#1f2937}
.InventoryItem-module__uV61_q__inventoryContainer{word-wrap:normal;background:linear-gradient(270deg,#dee8e8 0%,#fff 70%);border-radius:3px;justify-content:space-between;height:15rem;margin:10px;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 0 5px #888}.InventoryItem-module__uV61_q__infoContainer{flex-direction:column;justify-content:space-between;gap:10px;width:80%;display:flex;position:relative;top:0;left:0}.InventoryItem-module__uV61_q__inventoryItemImageContainer{width:256px;display:flex;position:relative}.InventoryItem-module__uV61_q__imageButton{flex-direction:column;justify-content:center;align-items:center;width:256px;margin-right:1rem;display:flex;position:relative}.InventoryItem-module__uV61_q__image{object-fit:contain;width:100%;min-width:100%;height:auto;overflow:hidden}.InventoryItem-module__uV61_q__viewDetailsContainer{flex-direction:column;justify-content:center;align-items:center;width:256px;margin:5px 0;display:flex;position:absolute;bottom:0}.InventoryItem-module__uV61_q__viewDetailsButton{color:#fff;cursor:pointer;background-color:#868686c4;border:2px solid #646464;border-radius:8px;align-items:center;max-height:2rem;padding:.75rem 1rem;font-size:1rem;font-weight:700;transition:all .2s ease-in-out;display:flex}.InventoryItem-module__uV61_q__viewDetailsButton:hover{color:#000;border:2px solid var(--green);box-shadow:0 4px 12px var(--inv-item-hover);background-color:#fff}.InventoryItem-module__uV61_q__viewDetailsButton:active{box-shadow:none;transform:translateY(0)}.InventoryItem-module__uV61_q__mobileImageContainer{width:100%}.InventoryItem-module__uV61_q__titleContainer{width:100%;word-wrap:nowrap;white-space:nowrap;flex-direction:column;justify-content:space-between;margin-bottom:5px;display:flex;position:relative;top:.4rem}.InventoryItem-module__uV61_q__titleContainer:after{content:"";background:linear-gradient(to right,transparent 2%,var(--green)10%,var(--green)30%,var(--green)40%,transparent 90%);width:100%;height:5px}.InventoryItem-module__uV61_q__title{margin-right:10px;font-size:1.5rem;display:flex;position:relative}.InventoryItem-module__uV61_q__titleSection{margin-right:.75rem}.InventoryItem-module__uV61_q__descriptionContainer{color:var(--light-gray);flex-direction:row;justify-content:space-between;height:100%;margin-bottom:.5rem;margin-right:.5rem;font-family:Khand,sans-serif;font-size:1rem;display:flex;overflow-y:auto}.InventoryItem-module__uV61_q__getQuoteButton{font-family:var(--font-primary);color:#fff;background-color:var(--green);cursor:pointer;border:2px solid #000;border-radius:8px;justify-content:center;align-items:center;width:15rem;max-height:45px;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:all .2s ease-in-out;display:flex}.InventoryItem-module__uV61_q__getQuoteButton:hover{color:#000;border:2px solid var(--green);box-shadow:0 4px 12px var(--inv-item-hover);background-color:#fff}.InventoryItem-module__uV61_q__getQuoteButton:active{box-shadow:none;transform:translateY(0)}.InventoryItem-module__uV61_q__labelPrice{color:var(--green);justify-content:space-between;gap:.75rem;width:95%;font-size:1.8rem;font-weight:600;line-height:1;display:flex}.InventoryItem-module__uV61_q__labelMsrpSale{color:var(--green);justify-content:space-between;gap:.75rem;width:95%;font-size:1rem;font-weight:600;line-height:1;display:flex}.InventoryItem-module__uV61_q__salePriceLabel{color:var(--red);justify-content:space-between;gap:.75rem;width:95%;font-size:1.8rem;font-weight:600;line-height:1;display:flex}.InventoryItem-module__uV61_q__labelPriceSmall{color:var(--green);justify-content:space-between;width:95%;font-size:.8rem;font-weight:500;line-height:1;display:flex}.InventoryItem-module__uV61_q__featuresContainer{color:var(--features-color);flex-direction:column;gap:.5rem;margin-left:2rem;display:flex}.InventoryItem-module__uV61_q__priceContainer{flex-direction:column;justify-content:flex-end;gap:.15rem;height:100%;display:flex}.InventoryItem-module__uV61_q__soldBanner{outline-offset:-6px;color:#fff;background-color:#e60000;border-radius:.75rem;outline:3px solid #fff;justify-content:center;align-items:center;width:100%;height:50px;font-size:2rem;font-weight:700;display:flex;position:absolute;top:0;left:0;translate:0 100px;rotate:-35deg}
