*{box-sizing:border-box;margin:0;padding:0;font-family:Times New Roman,Times,serif}body{background:#fff}.grid-container{display:grid;grid-template-rows:auto 1fr auto;background:#fff;min-height:100vh}.header{display:flex;position:relative;background:#fff;justify-content:space-between;align-items: center;gap:.75rem;width:100%;height:60px;padding:0 1rem}.brand{white-space:nowrap;flex-shrink:1;min-width:0;font-size:clamp(1rem,3vw,1.2rem)}.shop{white-space:nowrap;flex-shrink:0;font-size:clamp(1rem,3vw,1.2rem)}.logout-btn{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #333;flex-shrink:0;padding:.5rem 1rem;transition:background-color .2s;font-family:Times New Roman,Times,serif;font-size:.9rem}.logout-btn:hover{background:#f5f5f5}.header-button{font-size:inherit;cursor:pointer;color:#000;text-decoration:none;background:0 0;border:none;padding:0;transition:opacity .2s;font-family:inherit}.header-button:hover{opacity:.7}a:link,a:visited,a:hover,a:active{text-decoration:none;color:#000}@media (min-width:640px){.header{gap:1rem;padding:0 1.5rem}}@media (min-width:768px){.header{gap:1.5rem;padding:0 2rem}.brand{position:absolute;font-size:1.2rem;left:50%;transform:translate(-50%)}.shop{position:absolute;font-size:1.2rem;left:75%;transform:translate(-50%)}.logout-btn{margin-left:auto}}@media (min-width:1024px){.header{padding:0 2.5rem}.shop{left:75%}}.footer{display:flex;background:#fff;justify-content:flex-start;align-items: center;padding:1rem 2rem}.footer-text{user-select:none;-moz-user-select:none;font-size:1rem;font-weight:500}a:link,a:visited,a:hover,a:active{text-decoration:none;color:#000}.shop-card{aspect-ratio:1;display:flex;position:relative;background:#ededed;border:1px solid #c6c6c6;flex-direction:column;justify-content:flex-start;align-items: flex-start;width:100%;padding:.75rem}.shop-card-name{margin-bottom:3px;font-size:.85rem;font-weight:500}.shop-card-badge{margin-bottom:6px;font-size:.6rem;font-weight:600}.shop-card-location{opacity:.8;position:absolute;font-size:.65rem;bottom:.75rem;left:.75rem}@media (max-width:900px){.shop-card{padding:.6rem}.shop-card-name{font-size:.8rem}.shop-card-location{font-size:.6rem}}@media (max-width:600px){.shop-card{padding:.5rem}.shop-card-name{font-size:.75rem}.shop-card-badge,.shop-card-location{font-size:.55rem}}.landing{background:#fff;min-height:calc(100vh - 60px - 3rem);padding:1.5rem 2rem 2rem}.collection-title{text-align:center;margin-bottom:1.5rem;font-size:1rem;font-weight:400}.card-row{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;max-width:900px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.divider{display:flex;text-align:center;align-items: center;max-width:900px;margin:1.75rem auto}.divider:before,.divider:after{content:"";border-bottom:1px dashed #333;flex:1}.divider:not(:empty):before{margin-right:.75em}.divider:not(:empty):after{margin-left:.75em}.divider span{font-size:.95rem}.filter-section{display:flex;align-items: flex-start;gap:1rem;max-width:900px;margin:0 auto}.filter-button{cursor:pointer;background:#fff;border:1px solid #333;flex-shrink:0;padding:5px 14px;transition:background .2s;font-family:Times New Roman,Times,serif;font-size:.85rem}.shop-grid{display:grid;grid-template-columns:repeat(5,1fr);flex:1;gap:.75rem}.product-card{display:flex;position:relative;overflow:hidden;background:#fff;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s}.product-card-image{aspect-ratio:1;object-fit:cover;width:100%}.product-card-title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.85rem;font-weight:500;line-height:1.3}.product-card-brand{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;-webkit-box-orient:vertical;font-size:.9rem;font-weight:500;line-height:1.3}.product-card-site{color:#666;font-size:.7rem}.product-card-price{display:flex;align-items: center;gap:.5rem}.product-card-current-price{font-size:.9rem;font-weight:600}.product-card-original-price{text-decoration:line-through;color:#999;font-size:.75rem}.product-card-unavailable{color:#666;background:#f5f5f5;border-radius:2px;width:-moz-fit-content;width:fit-content;padding:.25rem .5rem;font-size:.65rem}@media (max-width:900px){.product-card-content{padding:.6rem}.product-card-title{font-size:.8rem}.product-card-site{font-size:.65rem}.product-card-price{font-size:.8rem}}@media (max-width:600px){.product-card-content{padding:.5rem}.product-card-title{font-size:.75rem}.product-card-site{font-size:.6rem}.product-card-current-price{font-size:.8rem}}.filter-container{position:sticky;box-sizing:border-box;background:#fff;flex-shrink:0;width:280px;min-width:280px;height:-moz-fit-content;height:fit-content;padding:20px;font-family:Times New Roman,Times,serif}.filter-header{display:flex;border-bottom:none;justify-content:space-between;align-items: center;margin-bottom:20px;padding-bottom:0}.products-total{color:#000;font-size:14px;font-weight:600}.clear-all-button{cursor:pointer;color:#666;background:0 0;border:none;padding:2px 6px;font-size:13px;font-weight:600}.clear-all-button:hover{color:#000;background:#f5f5f5}.filter-section{margin-bottom:16px}.filter-section-header{cursor:pointer;text-align:left;display:flex;color:#000;background:0 0;border:none;align-items: center;width:40%;padding:6px 0;transition:color .2s;font-size:14px;font-weight:600}.filter-section-header:hover{color:#666}.filter-section-header.static{cursor:default;pointer-events:none}.filter-section-title{display:flex;flex:none;align-items: center;gap:6px}.filter-count-badge{color:#fff;background:#000;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600}.filter-arrow{color:#000;flex-shrink:0;margin-left:6px;transition:transform .2s;font-size:10px}.filter-items{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;max-height:280px;margin-top:6px;padding:0}.filter-items::-webkit-scrollbar{display:none}.filter-item{display:grid;grid-template-columns:18px 1fr auto;cursor:pointer;position:relative;align-items: center;gap:6px;min-height:32px;margin:0;padding:6px 4px;font-size:13px}.filter-item:hover{background:#f9f9f9}.filter-item.checked{background:#f5f5f5}.filter-item input{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.filter-checkbox{position:relative;border:1px solid #ddd;align-self: start;width:17px;min-width:17px;height:17px;margin-top:1px;transition:all .2s}.filter-item:hover .filter-checkbox{border-color:#000}.filter-item input:checked~.filter-checkbox{background-color:#000;border-color:#000}.filter-item input:checked~.filter-checkbox:after{content:"";position:absolute;border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;top:2px;left:5px;transform:rotate(45deg)}.filter-label{color:#333;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;max-width:100%;font-weight:400;line-height:1.3}.filter-item.checked .filter-label{color:#000;font-weight:500}.filter-item-count{color:#999;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content;font-size:10px;font-weight:400}.search-section{background:#fff;border-radius:0;margin-bottom:20px;padding:0}.search-label{color:#000;display:block;margin-bottom:8px;font-size:14px;font-weight:600}.search-form{display:flex;gap:0;width:100%}.search-input-wrapper{position:relative;display:flex;flex:1;align-items: center}.search-input{box-sizing:border-box;text-transform:none;letter-spacing:normal;background:#fff;border:1px solid #999;width:100%;padding:2px 6px;font-family:Times New Roman,Times,serif;font-size:13px}.search-input::placeholder{text-transform:none;letter-spacing:normal}.search-input:focus{outline:none;border-color:#000}.no-results{padding:2px 6px;font-size:13px}.filter-loading{display:flex;color:#666;flex-direction:column;justify-content:center;align-items: center;gap:12px;padding:40px 20px}.loading-spinner{animation:spin .8s linear infinite;border:3px solid #f0f0f0;border-top-color:#000;border-radius:50%;width:32px;height:32px}.section-search-wrapper{display:block;width:100%;min-width:100%}.section-search-wrapper input{box-sizing:border-box;border:1px solid #999;width:100%;padding:2px 6px;font-family:Times New Roman,Times,serif;font-size:13px}.section-search-wrapper input:focus{outline:none}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:900px){.filter-container{position:static;border-bottom:1px solid #e0e0e0;border-radius:0;width:100%;min-width:100%;margin-bottom:20px;padding:16px}.filter-header{flex-direction:row;justify-content:space-between;align-items: center;gap:12px}.filter-items{max-height:200px}.filter-section-header{width:75%}.filter-item{gap:8px;padding:8px 4px}.filter-label{font-size:14px}.filter-item-count{font-size:11px}}.products{width:100%;margin:0 auto;padding:2rem 1rem}.collection-title{margin-bottom:2rem;font-size:1.5rem;font-weight:600}.products-layout{display:flex;align-items: flex-start;gap:20px;max-width:1400px;margin:0 auto;padding:20px}.products-content{position:relative;flex:1;min-width:0;max-width:1080px}.product-card-wrapper{display:flex;overflow:hidden}.product-card-wrapper>*{width:100%;min-width:0}.pagination{text-align:center;margin-top:2rem}@media (max-width:900px){.products-layout{flex-direction:column;gap:0;padding:10px}.products-content{width:100%;max-width:100%}.collection-title{margin-bottom:1.5rem;font-size:1.25rem}}@media (max-width:600px){.products{padding:1rem .75rem}.collection-title{margin-bottom:1rem;font-size:1.1rem}}.button{position:absolute;z-index:1000;cursor:pointer;opacity:.3;color:#fff;background-color:#666;border:none;border-radius:50%;width:32px;height:32px;font-size:1.2rem;top:10px;right:50%}.button:hover{opacity:.9;background-color:#000}
