.products .main-content{background-color:var(--color-white-1);padding:60px 0}.products .content-wrapper{display:flex;gap:30px;align-items:flex-start}.products .content-wrapper .sidebar{width:240px;flex-shrink:0}.products .content-wrapper .sidebar .sidebar-section{margin-bottom:58px}.products .content-wrapper .sidebar .sidebar-section .sidebar-image{width:100%;border-radius:8px}.products .content-wrapper .sidebar .search-box{margin-bottom:22px}.products .content-wrapper .sidebar .search-box .search-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.products .content-wrapper .sidebar .search-box .search-input{padding:10px 16px;border:1px solid var(--color-stroke-primary);border-radius:8px;font-size:14px;color:#999}.products .content-wrapper .sidebar .search-box button{border:1px solid var(--color-stroke-primary)}.products .content-wrapper .sidebar .filter-section{margin-bottom:10px}.products .content-wrapper .sidebar .filter-section .filter-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;cursor:pointer;border-bottom:1px solid var(--color-stroke-primary)}.products .content-wrapper .sidebar .filter-section .filter-header .filter-title{font-size:16px;color:#fb9136}.products .content-wrapper .sidebar .filter-section .filter-header svg{transition:transform .3s ease}.products .content-wrapper .sidebar .filter-section .filter-header.active svg{transform:rotate(90deg)}.products .content-wrapper .sidebar .filter-section .filter-header.active+.filter-content{display:block}.products .content-wrapper .sidebar .filter-section .filter-content{padding-top:16px;padding-bottom:22px;display:none}.products .content-wrapper .sidebar .filter-section .filter-content .filter-option{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#a18059;transition:all .5s ease}.products .content-wrapper .sidebar .filter-section .filter-content .filter-option:hover{color:#fb9136}.products .content-wrapper .sidebar .filter-section .filter-content .filter-option .checkbox{width:26px;height:26px;border:1px dotted #e0e0e0;background-color:var(--color-white-1);display:flex;align-items:center;justify-content:center;border-radius:100px}.products .content-wrapper .sidebar .filter-section .filter-content .filter-option .checkbox.checked{background:linear-gradient(-225deg,#f3ce2f,#ffd78f 56%,#f5d63e)!important;background-size:contain!important}.products .content-wrapper .sidebar .filter-section .filter-content .size-filters{display:flex;flex-direction:column;gap:8px}.products .content-wrapper .sidebar .filter-section .filter-content .size-filters .size-btn{padding:9px 23px;border:1px solid var(--color-stroke-primary);border-radius:100px;background-color:#fff;color:#5f5f5f;font-size:13px;cursor:pointer;transition:all .3s ease}.products .content-wrapper .sidebar .filter-section .filter-content .size-filters .size-btn.active{border-color:var(--color-main);color:var(--color-main)}.products .content-wrapper .sidebar .filter-apply-btn{text-align:center;margin-top:10px}.products .content-wrapper .products-section{flex:1;width:100%}.products .content-wrapper .products-section .products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--color-stroke-primary);flex-direction:row}.products .content-wrapper .products-section .products-header .products-title{font-size:24px;font-weight:700;color:#555}.products .content-wrapper .products-section .products-header .products-subtitle{font-size:14px;color:#999;margin-top:6px}.products .content-wrapper .products-section .products-header .sort-controls{display:flex;align-items:center;gap:8px}.products .content-wrapper .products-section .products-header .sort-controls .sory-title{color:var(--color-grey-1);font-size:14px}.products .content-wrapper .products-section .products-header .sort-controls .sort-btn{padding:6px 12px;border:none;border-right:1px solid var(--color-stroke-primary);background:transparent;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:4px}.products .content-wrapper .products-section .products-header .sort-controls .sort-btn .sort-icon{display:none;transition:transform .3s ease}.products .content-wrapper .products-section .products-header .sort-controls .sort-btn.active{color:var(--color-green-secondary);font-weight:500}.products .content-wrapper .products-section .products-header .sort-controls .sort-btn.active .sort-icon{display:inline-flex}.products .content-wrapper .products-section .products-header .sort-controls .sort-btn.active .sort-icon.asc{transform:rotate(180deg)}.products .content-wrapper .products-section .products-header .sort-controls .sort-btn:not(.active){color:#adb5bd}.products .content-wrapper .products-section .products-list{transition:opacity .3s ease-in-out;opacity:1}.products .content-wrapper .products-section .products-list .pagination{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:30px}.products .content-wrapper .products-section .products-list .pagination button{background-color:var(--color-main);color:var(--color-white-1);border:none;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;gap:8px}.products .content-wrapper .products-section .products-list .pagination button:disabled{background-color:#ccc;cursor:not-allowed}.products .content-wrapper .products-section .products-list .pagination .pagination-btn{display:flex;justify-content:center;align-items:center;gap:16px}.products .content-wrapper .products-section .products-list .pagination .pagination-btn .pagination-prev.disabled,.products .content-wrapper .products-section .products-list .pagination .pagination-btn .pagination-next.disabled{opacity:.5;cursor:not-allowed;background-color:#ccc}.products .content-wrapper .products-section .products-list .pagination .products-loading{opacity:.6;pointer-events:none}.products .content-wrapper .products-section .products-list .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.products .footer{background-color:var(--color-black-main);color:var(--color-white-1);padding:58px 0}.products .footer .footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}.products .footer .footer-content .footer-company{flex:1}.products .footer .footer-content .footer-company .footer-logo{width:260px;height:34px;margin-bottom:14px}.products .footer .footer-content .footer-company .footer-contact{margin-bottom:24px}.products .footer .footer-content .footer-company .footer-contact .contact-phone{display:flex;align-items:center;gap:8px;margin-bottom:2px}.products .footer .footer-content .footer-company .footer-contact .contact-hours{display:flex;align-items:center;gap:8px}.products .footer .footer-content .footer-links{display:flex;gap:30px}.products .footer .footer-content .footer-links .footer-column{display:flex;flex-direction:column;gap:18px}.products .footer .footer-content .footer-links .footer-column .footer-column-title{font-size:18px;font-weight:600;margin-bottom:12px}.products .footer .footer-content .footer-links .footer-column .footer-link{color:var(--color-white-1);text-decoration:none;font-size:14px;line-height:1.5;transition:color .3s ease}.products .footer .footer-content .footer-links .footer-column .footer-link:hover{color:var(--color-green-secondary)}.products .footer .footer-bottom{background-color:#2f2f2f;padding:6px 0;text-align:center}.products .footer .footer-bottom .copyright{font-size:14px;color:var(--color-white-1)}.products .step-icon{width:28px;height:28px}.products .guide-icon{width:24px;height:24px}.products .error-message{color:#dc3545;padding:1rem;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:.375rem;margin:1rem 0}@media (max-width: 639px){.products .container{padding:0 8px}.products .header-main-content{flex-direction:column;gap:12px}.products .logo{width:200px;height:47px}.products .header-actions{flex-direction:column;width:100%}.products .btn{padding:16px 24px;font-size:14px;justify-content:center}.products .nav-menu{display:none}.products .page-title{font-size:28px}.products .content-wrapper{flex-direction:column;gap:20px}.products .content-wrapper .sidebar{width:100%}.products .content-wrapper .products-section .products-header{flex-direction:column}.products .content-wrapper .products-section .products-header .products-title{text-align:center}.products .content-wrapper .products-section .products-list .products-grid{grid-template-columns:repeat(2,1fr)}.products .footer .footer-content{flex-direction:column;gap:20px}.products .footer .footer-content .footer-links{flex-direction:column;gap:20px}.products .pagination{margin-bottom:20px!important}.products .pagination button{padding:8px 16px;font-size:12px}}@media (min-width: 640px) and (max-width: 767px){.products .content-wrapper{flex-direction:column}.products .content-wrapper .sidebar{width:100%}.products .content-wrapper .products-section .products-list .products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px) and (max-width: 991px){.products .content-wrapper .products-section .products-list .products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 991px) and (max-width: 1199px){.products .content-wrapper .products-section .products-list .products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.products .content-wrapper .products-section .products-list .products-grid{grid-template-columns:repeat(4,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/stylesheet.products.css.map */
