*{margin:0;padding:0;box-sizing:border-box}.custom-hero-section{background-color:#2e7d32;min-height:400px;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:2rem;width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden}.custom-hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:900;line-height:.9;letter-spacing:-.03em;color:#fff;text-transform:uppercase;margin:0;padding:0 2rem}.custom-content-wrapper{background-color:#f5f5f5;min-height:60vh;padding-bottom:3rem;width:100vw;margin-left:calc(-50vw + 50%);overflow-x:hidden}.custom-content-wrapper>div{padding-left:20px;padding-right:20px;max-width:100%;margin:0}.custom-controls-bar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:1rem;flex-wrap:wrap;background-color:#f5f5f5}.view-toggle-group{display:flex;gap:0}.view-toggle-btn{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid #2E7D32;cursor:pointer;transition:all .2s ease;background-color:#fff;color:#2e7d32}.view-toggle-btn:first-child{border-right:none}.view-toggle-btn.active{background-color:#2e7d32;color:#fff!important}.view-toggle-btn svg{width:16px;height:16px}.filter-btn{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid #2E7D32;cursor:pointer;transition:all .2s ease;background-color:#fff;color:#2e7d32}.filter-btn:hover{background-color:#2e7d32;color:#fff!important}.count-text{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2e7d32;text-align:left;padding:.75rem 0;margin:0;background-color:#f5f5f5}.custom-content-wrapper,.custom-content-wrapper a,.custom-content-wrapper p,.custom-content-wrapper span,.custom-content-wrapper div:not(.badge-sale):not(.badge-soldout):not(.size-option.selected):not(.filter-apply-btn):not(.view-toggle-btn.active):not(.quick-add-btn){color:#2e7d32}.product-title-link,.product-price,.product-vendor,.custom-product-card .product-details *{color:#2e7d32!important}.custom-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:0;margin:0}@media screen and (max-width:1024px){.custom-product-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.custom-product-grid{grid-template-columns:repeat(2,1fr)}.custom-controls-bar{flex-direction:column;align-items:stretch}.view-toggle-group{width:100%}.view-toggle-btn{flex:1;justify-content:center}.filter-btn{width:100%;justify-content:center}}.custom-product-card{position:relative;overflow:hidden;background-color:#fff;display:block;text-decoration:none}.card-media{position:relative;overflow:hidden}.card-media img{width:100%;aspect-ratio:3 / 4;object-fit:contain;background-color:#fff;transition:transform .4s ease}.custom-product-card:hover .card-media img{transform:scale(1.08)}.product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem;z-index:3}.product-badge{padding:.375rem .75rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff!important}.badge-sale{background-color:#2e7d32}.badge-soldout{background-color:#666}.card-actions{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;gap:.5rem;opacity:0;transform:translate(10px);transition:all .3s ease;z-index:3}.custom-product-card:hover .card-actions{opacity:1;transform:translate(0)}.action-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:50%;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.action-btn:hover{background-color:#2e7d32;border-color:#2e7d32}.action-btn:hover svg{stroke:#fff}.action-btn svg{width:18px;height:18px;stroke:#2e7d32}.quick-add-section{position:absolute;bottom:0;left:0;right:0;background-color:#fffffffa;padding:.875rem;transform:translateY(100%);transition:transform .3s ease;z-index:3;border-top:1px solid #e5e5e5}.custom-product-card:hover .quick-add-section{transform:translateY(0)}.size-selector{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.size-option{flex:1;min-width:36px;max-width:50px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:600;border:1px solid #ddd;background-color:#fff;cursor:pointer}.size-option.selected{background-color:#2e7d32;color:#fff!important;border-color:#2e7d32}.quick-add-btn{width:100%;padding:.75rem;background-color:#2e7d32;color:#fff!important;border:none;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}.product-details{padding:1rem;background-color:#fff}.product-vendor{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#2e7d32;margin-bottom:.375rem}.product-title-link{display:block;font-size:.875rem;font-weight:600;color:#2e7d32;text-decoration:none;margin-bottom:.5rem}.product-price-wrapper{display:flex;gap:.5rem;align-items:baseline}.card-color-swatches{display:flex;gap:.375rem;margin-top:.625rem}.card-color-swatch{width:16px;height:16px;border-radius:50%;border:1px solid #e5e5e5;cursor:pointer}.custom-product-grid.overview-layout{grid-template-columns:repeat(2,1fr)}.custom-product-grid.overview-layout .custom-product-card:first-child{grid-column:1;grid-row:span 2}.custom-product-grid.overview-layout .custom-product-card:first-child .card-media img{aspect-ratio:3 / 5;height:100%}.filter-panel{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100vh;background-color:#fff;z-index:9999;transition:right .3s ease;box-shadow:-4px 0 20px #00000026;overflow-y:auto}.filter-panel.active{right:0}.filter-panel-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:all .3s ease}.filter-panel-overlay.active{opacity:1;visibility:visible}.filter-panel-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e5e5}.filter-panel-title{font-size:1.125rem;font-weight:700;text-transform:uppercase;color:#2e7d32!important}.filter-section{padding:1.5rem;border-bottom:1px solid #e5e5e5}.filter-section-title{font-size:.875rem;font-weight:700;text-transform:uppercase;color:#2e7d32!important;margin-bottom:1rem}.filter-options{display:flex;flex-wrap:wrap;gap:.5rem}.filter-chip{padding:.5rem 1rem;font-size:.75rem;border:1px solid #2E7D32;border-radius:20px;cursor:pointer;background-color:#fff;color:#2e7d32!important}.filter-chip.active{background-color:#2e7d32;color:#fff!important}.filter-actions{padding:1.5rem;display:flex;gap:1rem}.filter-apply-btn,.filter-clear-btn{flex:1;padding:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;cursor:pointer;text-align:center;text-decoration:none}.filter-apply-btn{background-color:#2e7d32;color:#fff!important;border:none}.filter-clear-btn{background-color:#fff;color:#2e7d32!important;border:1px solid #2E7D32}.filter-price-range{display:flex;flex-direction:column;gap:1rem}.price-input-group{display:flex;align-items:center;gap:.75rem}.price-input-group .field{position:relative;flex:1}.price-input-group .field-currency{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:#2e7d32;font-weight:600;z-index:1}.price-input-group input{width:100%;padding:.75rem .75rem .75rem 1.75rem;border:1px solid #2E7D32;border-radius:4px;font-size:.875rem;color:#2e7d32;background:#fff}.price-range-separator{font-size:.75rem;font-weight:700;color:#2e7d32;text-transform:uppercase}.filter-apply-btn{background-color:#2e7d32;color:#fff!important;border:none;padding:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;cursor:pointer;width:100%}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom-hero.css.map */
