.collections-page{--ecc-dark: #000000;--ecc-green: #4a7c59;--ecc-green-light: #5a9469;--ecc-green-pale: #e8f5e9;--ecc-cream: #f8f6f0;--ecc-gold: #c9a227;--ecc-text: #333333;--ecc-text-light: #6b7280;--section-radius: 24px;--section-padding: 50px 30px;--section-gap: 24px;--container-max-width: 1200px;font-family:inherit;color:var(--ecc-text);background:var(--ecc-green-pale);padding:var(--section-gap);display:flex;flex-direction:column;gap:var(--section-gap)}.collections-page *{box-sizing:border-box}.collections-section{border-radius:var(--section-radius);padding:var(--section-padding);max-width:var(--container-max-width);margin:0 auto;width:100%}.collections-section--dark{background:linear-gradient(135deg,#000,#111);position:relative;overflow:hidden}.collections-section--dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;pointer-events:none}.collections-section--white{background:#fff}.collections-section--cream{background:var(--ecc-cream);border:1px solid rgba(0,0,0,.06)}.collections-hero{text-align:center;padding:60px 30px}.collections-hero__content{position:relative;z-index:1;max-width:700px;margin:0 auto}.collections-hero__title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#fff;margin:0 0 12px;letter-spacing:-.02em}.collections-hero__subtitle{font-size:1.1rem;color:#ffffffd9;margin:0;line-height:1.6;font-weight:400}.collections-stats__container{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.collections-stats__item{text-align:center}.collections-stats__number{display:block;font-size:2.2rem;font-weight:800;color:var(--ecc-green);line-height:1}.collections-stats__label{display:block;font-size:.9rem;color:var(--ecc-text-light);margin-top:8px}.collections-grid__container{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.collections-page .collection-card{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;background:#fff;border:1px solid #e5e7eb;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:1}.collections-page .collection-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001f;border-color:var(--ecc-green)}.collection-card__image-wrapper{position:relative;height:180px;overflow:hidden;background:var(--ecc-cream)}.collection-card__image{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .5s ease}.collections-page .collection-card:hover .collection-card__image{transform:scale(1.05)}.collection-card__badge{position:absolute;top:12px;left:12px;z-index:10;background:var(--ecc-gold);color:var(--ecc-dark);padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.collection-card__count{position:absolute;top:12px;right:12px;z-index:10;background:#000000b3;color:#fff;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600}.collection-card__content{padding:20px;flex:1;display:flex;flex-direction:column}.collection-card__header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.collection-card__icon{font-size:1.5rem;line-height:1}.collection-card__title{font-size:1.1rem;font-weight:700;color:var(--ecc-dark);margin:0;line-height:1.2}.collection-card__description{font-size:.85rem;color:var(--ecc-text-light);margin:0 0 12px;line-height:1.5;flex:1}.collection-card__products{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.collection-card__tag{display:inline-block;padding:4px 10px;background:var(--ecc-green-pale);color:var(--ecc-green);border-radius:20px;font-size:.7rem;font-weight:600}.collection-card__button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:var(--ecc-green);color:#fff;border-radius:10px;font-size:.85rem;font-weight:600;transition:all .3s ease;margin-top:auto}.collection-card__button:after{content:"\2192";transition:transform .3s ease}.collections-page .collection-card:hover .collection-card__button{background:var(--ecc-green-light)}.collections-page .collection-card:hover .collection-card__button:after{transform:translate(4px)}.collections-benefits__title{text-align:center;font-size:1.8rem;font-weight:800;color:var(--ecc-dark);margin:0 0 40px}.collections-benefits__container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.collections-benefits__item{display:flex;align-items:flex-start;gap:14px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000a;transition:transform .3s ease}.collections-benefits__item:hover{transform:translateY(-4px)}.collections-benefits__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,var(--ecc-green) 0%,var(--ecc-green-light) 100%);color:#fff;border-radius:10px;font-size:1.2rem}.collections-benefits__text h4{font-size:.95rem;font-weight:700;color:var(--ecc-dark);margin:0 0 4px}.collections-benefits__text p{font-size:.8rem;color:var(--ecc-text-light);margin:0;line-height:1.4}.collections-cta{text-align:center}.collections-cta__content{position:relative;z-index:1;max-width:600px;margin:0 auto}.collections-cta__title{font-size:1.8rem;font-weight:800;color:#fff;margin:0 0 12px}.collections-cta__text{font-size:1rem;color:#ffffffd9;margin:0 0 24px;line-height:1.6}.collections-cta__buttons{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.collections-cta__button{display:inline-block;padding:12px 28px;border-radius:10px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease}.collections-cta__button--primary{background:var(--ecc-green);color:#fff}.collections-cta__button--primary:hover{background:var(--ecc-green-light);transform:translateY(-2px)}.collections-cta__button--secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.collections-cta__button--secondary:hover{border-color:#fff;background:#ffffff1a}@media(max-width:1200px){.collections-grid__container{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.collections-page{--section-padding: 40px 24px;--section-gap: 20px}.collections-grid__container,.collections-benefits__container{grid-template-columns:repeat(2,1fr)}.collections-stats__container{gap:40px}}@media(max-width:600px){.collections-page{--section-padding: 30px 20px;--section-gap: 16px;--section-radius: 16px;padding:16px}.collections-hero__title{font-size:1.6rem}.collections-hero__subtitle{font-size:.95rem}.collections-stats__container{flex-direction:column;gap:20px}.collections-stats__number{font-size:1.8rem}.collections-grid__container{grid-template-columns:1fr;gap:16px}.collection-card__image-wrapper{height:160px}.collection-card__content{padding:16px}.collections-benefits__container{grid-template-columns:1fr}.collections-benefits__title,.collections-cta__title{font-size:1.4rem}.collections-cta__buttons{flex-direction:column;align-items:center}.collections-cta__button{width:100%;max-width:280px;text-align:center}}@keyframes ecc-collections-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:no-preference){.collections-page .collection-card{opacity:0;animation:ecc-collections-fadeInUp .5s ease forwards}.collections-page .collection-card:nth-child(1){animation-delay:.05s}.collections-page .collection-card:nth-child(2){animation-delay:.1s}.collections-page .collection-card:nth-child(3){animation-delay:.15s}.collections-page .collection-card:nth-child(4){animation-delay:.2s}.collections-page .collection-card:nth-child(5){animation-delay:.25s}.collections-page .collection-card:nth-child(6){animation-delay:.3s}.collections-page .collection-card:nth-child(7){animation-delay:.35s}}@media(prefers-reduced-motion:reduce){.collections-page .collection-card{opacity:1!important;animation:none!important;transform:none}.collections-page .collection-card:hover,.collections-benefits__item:hover,.collections-cta__button--primary:hover,.collections-page .collection-card:hover .collection-card__image{transform:none}}.collections-hero__subtitle,.collections-cta__text{color:#fffffff2}.collections-hero__title,.collections-cta__title{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.collection-card__badge{color:#1a1a1a;background:#b8922a}.collection-card__tag{color:#2d4a32;background:#d4ecd8}.collections-benefits__text p{color:#4b5563;font-size:.8125rem}.collection-card__description{color:#4b5563}.collections-page .collection-card:focus-visible{outline:3px solid var(--ecc-green);outline-offset:3px}.collections-cta__button:focus-visible{outline:3px solid #ffffff;outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/20/assets/collections-page-v2.css.map */
