.collections-overview{padding:4rem 2rem;background-color:#fff}.collections-overview__container{max-width:1200px;margin:0 auto}.collections-overview__header{text-align:center;margin-bottom:3rem}.collections-overview__title{font-size:2.5rem;color:#36453b;margin-bottom:.75rem;font-weight:600}.collections-overview__subtitle{font-size:1rem;color:#999;font-weight:400}.collections-overview__categories{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;padding:0 1rem}.category-tab{padding:.75rem 1.5rem;border:1px solid #e0e0e0;background-color:#fff;color:#666;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.category-tab:hover{border-color:#3a7859;color:#3a7859;background-color:#f9f9f9}.category-tab--active{background-color:#3a7859;color:#fff;border-color:#3a7859}.category-tab--active:hover{background-color:#32674d;border-color:#32674d}.collections-overview__filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:0 1rem}.collections-overview__filter-left{display:flex;align-items:center;gap:1.5rem}.collections-overview__filter-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid hsl(150 35% 50%);background:transparent;color:#3a7859;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.collections-overview__filter-btn:hover{background-color:#3a7859;color:#fff;border-color:#3a7859}.collections-overview__filter-icon{width:16px;height:16px;transition:transform .2s ease}.collections-overview__filter-btn:hover .collections-overview__filter-icon{transform:rotate(180deg)}.collections-overview__view-toggle{display:flex;gap:.5rem;border:1px solid #e0e0e0;border-radius:6px;padding:.25rem;background-color:#fff}.collections-overview__view-btn{padding:.5rem;border:none;background:transparent;color:#ccc;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px;width:32px;height:32px}.collections-overview__view-btn svg{width:16px;height:16px}.collections-overview__view-btn--active{background-color:#333;color:#fff}.collections-overview__view-btn:hover:not(.collections-overview__view-btn--active){color:#3a7859;background-color:#f5f5f5}.collections-overview__count{color:#666;font-size:.9rem}.collections-overview__filter-panel{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:none;align-items:center;justify-content:center;padding:2rem}.collections-overview__filter-panel.filter-panel--active{display:flex}.filter-panel__content{background-color:#fff;border-radius:12px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.filter-panel__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.filter-panel__header h3{margin:0;font-size:1.25rem;color:#333;font-weight:600}.filter-panel__close{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.filter-panel__close:hover{background-color:#f5f5f5;color:#333}.filter-panel__body{padding:1.5rem}.filter-group{margin-bottom:2rem}.filter-group:last-child{margin-bottom:0}.filter-group__title{font-size:1rem;font-weight:600;color:#333;margin-bottom:1rem}.filter-options{display:flex;flex-direction:column;gap:.75rem}.filter-option{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;color:#666}.filter-option input[type=radio],.filter-option input[type=checkbox]{width:18px;height:18px;cursor:pointer}.filter-option:hover{color:#333}.filter-panel__footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e0e0e0}.filter-panel__clear,.filter-panel__apply{flex:1;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid #e0e0e0}.filter-panel__clear{background-color:#fff;color:#666}.filter-panel__clear:hover{background-color:#f5f5f5}.filter-panel__apply{background-color:#3a7859;color:#fff;border-color:#3a7859}.filter-panel__apply:hover{background-color:#32674d}.collections-overview__products{width:100%}.collections-overview__grid{display:grid;gap:2rem;margin-bottom:3rem}.collections-overview__grid--grid{grid-template-columns:repeat(3,1fr)}.collections-overview__grid--list{grid-template-columns:1fr}.collections-overview__grid--list .product-card{display:grid;grid-template-columns:200px 1fr;gap:1.5rem}.collections-overview__grid--list .product-card__image{height:200px}.collections-overview__grid--list .product-card__content{display:flex;flex-direction:column;justify-content:center}.product-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.product-card__link{text-decoration:none;color:inherit;display:block}.product-card__image{width:100%;height:300px;border-radius:12px 12px 0 0;background:#f5f5f5;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:0}.product-card__image-img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#2d5a27,#4a7c59);display:flex;align-items:center;justify-content:center;font-size:3rem;opacity:.8}.product-card__placeholder:before{content:"\1f375"}.product-card__badge{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;z-index:2}.product-card__badge--new{background-color:#4caf50;color:#fff}.product-card__badge--sale{background-color:#f44336;color:#fff}.product-card__content{padding:1.5rem;display:flex;flex-direction:column}.product-card__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.stars{display:flex;gap:.125rem;align-items:center}.star{font-size:.9rem;line-height:1;color:#ffc107}.star--filled{color:#ffc107}.star--half{color:#ffc107;position:relative}.star--half:after{content:"\2606";position:absolute;left:0;color:#ddd;z-index:-1}.star--outline{color:#ddd}.product-card__rating-count{font-size:.8rem;color:#999}.product-card__title{font-size:1.1rem;margin-bottom:.75rem;color:#333;font-weight:500;line-height:1.3}.product-card__price{display:flex;align-items:center;gap:.75rem}.product-card__price-current{font-size:1.1rem;font-weight:600;color:#3a7859}.product-card__price-original{font-size:.9rem;color:#999;text-decoration:line-through}.jdgm-widget{display:flex;align-items:center;gap:.5rem}.jdgm-preview-badge{font-size:.8rem}@media(max-width:1024px){.collections-overview__grid--grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.collections-overview{padding:3rem 1rem}.collections-overview__title{font-size:2rem}.collections-overview__subtitle{font-size:.9rem}.collections-overview__categories{gap:.75rem;margin-bottom:2rem}.category-tab{padding:.6rem 1.2rem;font-size:.85rem}.collections-overview__filter-bar{flex-direction:column;gap:1rem;align-items:flex-start}.collections-overview__filter-left{gap:1rem;width:100%}.collections-overview__filter-btn{flex:1}.collections-overview__count{align-self:flex-end}.collections-overview__grid--grid{grid-template-columns:1fr;gap:1.5rem}.collections-overview__grid--list .product-card{grid-template-columns:1fr}.collections-overview__grid--list .product-card__image-wrapper{width:100%}.collections-overview__grid--list .product-card__image{width:100%;height:250px}.product-card__content{padding:1.25rem}.product-card__title,.product-card__price-current{font-size:1rem}.filter-panel__content{max-width:100%;max-height:90vh}}@media(max-width:480px){.collections-overview__categories{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.category-tab{flex-shrink:0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/collections.css.map */
