.text-accent-1{color:#000}.text-accent-2{color:#ac3119}.text-accent-3{color:#161616}.text-accent-4{color:#303030}.bg-accent-1{background-color:#000}.bg-accent-2{background-color:#ac3119}.bg-accent-3{background-color:#161616}.bg-accent-4{background-color:#303030}.inventory-preset{max-width:2000px;margin:0 auto;overflow-x:hidden;padding:0 10px}.inventory-preset .filters-wrapper{position:fixed;top:100px;bottom:0px;left:0px;width:250px;background:#fff;transform:translate(-101%, 0);border:1px solid #182c3f;box-sizing:border-box;display:flex;flex-direction:column;z-index:1}.inventory-preset .filters-wrapper .title{background:#ebebeb;color:#656565;padding:10px;font-weight:500;flex-grow:0;flex-shrink:0;border-radius:6px}.inventory-preset .filters-wrapper .title .close{color:inherit}.inventory-preset .filters-wrapper .body{flex-grow:1;flex-shrink:1;padding:10px;overflow:auto;overflow-x:hidden}.inventory-preset .filters-wrapper .body .checkbox-group{max-height:200px;overflow:auto;overflow-x:hidden}.inventory-preset .filters-wrapper .body .checkbox-group .checkbox{margin-bottom:5px;font-size:90%}.inventory-preset .filters-wrapper .foot{flex-grow:0;flex-shrink:0;padding:10px}.inventory-preset .inventory-wrapper{min-width:0;overflow-x:hidden}.inventory-preset .inventory-wrapper .filter-trigger{padding:10px}.inventory-preset .inventory-wrapper .inventory-list{gap:20px;min-width:0;overflow-x:hidden}.inventory-preset .inventory-wrapper .inventory-list.grid-view{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.inventory-preset .inventory-wrapper .inventory-list.grid-view .inventory{width:100%}@media(min-width: 768px){.inventory-preset .inventory-wrapper .inventory-list.grid-view .inventory{width:calc(50% - 10px)}}@media(min-width: 1024px){.inventory-preset .inventory-wrapper .inventory-list.grid-view .inventory{width:calc(33.333% - 14px)}}@media(min-width: 1200px){.inventory-preset .inventory-wrapper .inventory-list.grid-view .inventory{width:calc(25% - 15px)}}.inventory-preset .inventory-wrapper .inventory-list.list-view{display:flex;flex-direction:column;gap:20px}.inventory-preset .inventory-wrapper .inventory-list.list-view .inventory{width:100%;flex-direction:row;max-width:none;align-items:stretch;min-height:200px;border-radius:15px 15px}@media(max-width: 767px){.inventory-preset .inventory-wrapper .inventory-list.list-view .inventory{flex-direction:column;border-radius:15px;min-height:auto}}.inventory-preset .inventory-wrapper .inventory-list.list-view .inventory a{display:flex;flex-direction:row;width:100%;align-items:stretch}@media(max-width: 767px){.inventory-preset .inventory-wrapper .inventory-list.list-view .inventory a{flex-direction:column}}.inventory-preset .inventory-wrapper .inventory-list.list-view .inventory .photo{width:300px;min-width:300px;max-width:300px;height:100%;flex-shrink:0;border-radius:15px 0 0 15px;overflow:hidden}@media(max-width: 767px){.inventory-preset .inventory-wrapper .inventory-list.list-view .inventory .photo{width:100%;min-width:100%;max-width:100%;height:250px;border-radius:15px 15px 0 0}}.inventory-preset .inventory-wrapper .inventory-list.list-view .inventory .inventory-info{flex:1 1 auto;text-align:left;padding:20px;display:flex;flex-direction:column;justify-content:center;min-width:0}@media(max-width: 767px){.inventory-preset .inventory-wrapper .inventory-list.list-view .inventory .inventory-info{text-align:center}}.inventory-preset .inventory-wrapper .inventory-list.list-view .inventory .inventory-info .title{white-space:normal;overflow:visible}.inventory-preset .inventory-wrapper .inventory-list .inventory{margin-bottom:0;display:flex;flex-flow:column;justify-content:center;border:1px solid rgba(0,0,0,.05);border-radius:15px;padding:0px;background:#fff;position:relative;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.inventory-preset .inventory-wrapper .inventory-list .inventory:hover{transform:translateY(-12px);box-shadow:0 15px 40px rgba(172,49,25,.2);border-color:rgba(172,49,25,.3)}.inventory-preset .inventory-wrapper .inventory-list .inventory:hover .photo img{transform:scale(1.1)}.inventory-preset .inventory-wrapper .inventory-list .inventory .photo{width:100%;height:200px;margin:0;background:#000;border-radius:15px 15px 0 0;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.inventory-preset .inventory-wrapper .inventory-list .inventory .photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(0.4, 0, 0.2, 1)}.inventory-preset .inventory-wrapper .inventory-list .inventory .inventory-info{text-align:center;padding:20px;background:#fff}.inventory-preset .inventory-wrapper .inventory-list .inventory .inventory-info .title{color:#000;font-size:1rem;font-weight:700;margin-bottom:8px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.inventory-preset .inventory-wrapper .inventory-list .inventory .inventory-info .price{font-size:1.1rem;font-weight:700;color:#ac3119;margin-bottom:8px}.inventory-preset .inventory-wrapper .inventory-list .inventory .inventory-info .location{font-size:.85rem;color:#303030;letter-spacing:-0.5px}.inventory-preset .inventory-wrapper .inventory-list .inventory .inventory-info .stock{font-size:.85rem;font-weight:500;color:#636363;margin-bottom:8px}.inventory-preset .inventory-wrapper .inventory-list .inventory .inventory-info .type{font-size:.85rem;color:#303030}.inventory-preset .inventory-wrapper .inventory-list .inventory .inventory-info .detail{margin-bottom:12px;text-align:center}.inventory-preset .inventory-wrapper .inventory-list .inventory .inventory-info .detail .btn-main{margin-top:0px;transition:all .3s ease}.inventory-preset .inventory-wrapper .inventory-list .inventory .inventory-info .detail .btn-main:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(172,49,25,.3)}.filter-open .inventory-preset .filters-wrapper{transform:translate(0, 0)}.inventory-header{background:#eaeaea;display:flex;align-content:space-between;align-items:end;justify-content:space-between;padding:6px;border-radius:6px;margin-bottom:20px;font-size:.9em}.inventory-header .btn{font-size:1em}.inventory-header .pagination .btn{font-size:1em}.inventory-header .btn.btn-secondary.dropdown-toggle{background-color:#4b4b4b}.inventory-header .view-toggle-btn{position:relative;padding:8px 16px;min-width:50px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#ac3119;border:none}.inventory-header .view-toggle-btn:active{background-color:#53180c}.inventory-header .view-toggle-btn .view-icons{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.inventory-header .view-toggle-btn .view-icons .list-icon{position:absolute;width:20px;height:16px;display:flex;flex-direction:column;justify-content:space-between;opacity:1;transition:opacity .3s ease}.inventory-header .view-toggle-btn .view-icons .list-icon .line{width:100%;height:3px;background-color:#fff;border-radius:2px;display:block;transition:width .2s ease}.inventory-header .view-toggle-btn .view-icons .list-icon .line:nth-child(1){width:100%}.inventory-header .view-toggle-btn .view-icons .list-icon .line:nth-child(2){width:75%}.inventory-header .view-toggle-btn .view-icons .list-icon .line:nth-child(3){width:85%}.inventory-header .view-toggle-btn .view-icons .grid-icon{position:absolute;width:16px;height:16px;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);gap:2px;opacity:0;transition:opacity .3s ease}.inventory-header .view-toggle-btn .view-icons .grid-icon .square{width:100%;height:100%;background-color:#fff;border-radius:1px;display:block}.inventory-header .view-toggle-btn.grid-active .view-icons .list-icon{opacity:0}.inventory-header .view-toggle-btn.grid-active .view-icons .grid-icon{opacity:1}.pagination{flex-direction:row}.detail-photos{width:400px}@media(min-width: 768px){.filters-wrapper{padding:10px}.inventory-preset .inventory-wrapper{padding:10px}.inventory-preset .inventory-wrapper .inventory-list .inventory{justify-content:left;flex-flow:column}.inventory-preset .inventory-wrapper .inventory-list .inventory .photo{margin:0}}@media(min-width: 1024px){.inventory-preset{display:flex;flex-direction:row;gap:15px}.inventory-preset .filters-wrapper{flex-grow:0;flex-shrink:0;flex-basis:250px;position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:none !important;display:block;border-width:0px}.inventory-preset .filters-wrapper .title .close{display:none}.inventory-preset .filters-wrapper .body{overflow:visible}.inventory-preset .filters-wrapper .foot{position:sticky;bottom:10px}.inventory-preset .inventory-wrapper{flex-grow:1;flex-shrink:1;flex-basis:0;min-width:0;padding:10px;overflow-x:hidden}.inventory-preset .inventory-wrapper .filter-trigger{display:none}}
