.products-container{background:radial-gradient(circle at 85% 12%,rgba(255,120,72,.12) 0,rgba(255,120,72,0) 34%),linear-gradient(140deg,hsla(0,0%,5%,.95) 8%,hsla(0,0%,7%,.86) 55%,hsla(0,0%,5%,.95));border:1px solid hsla(0,0%,100%,.1);border-radius:18px;box-shadow:0 16px 34px rgba(0,0,0,.3);margin:0 auto;overflow:hidden;padding:clamp(30px,4vw,44px) clamp(18px,2vw,28px) clamp(36px,5vw,52px);width:min(100%,1280px)}.products-title{color:#fff;font-size:clamp(2.1rem,4.2vw,3.1rem);font-weight:800;letter-spacing:.01em;line-height:1.08;margin-bottom:26px;text-align:left}.products-filters{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}.products-filter-btn{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.16);border-radius:999px;color:#efefef;cursor:pointer;font-family:Manrope,sans-serif;font-size:.86rem;font-weight:600;line-height:1;padding:10px 14px}.products-filter-btn:hover{background:hsla(0,0%,100%,.13);border-color:rgba(255,130,103,.48)}.products-filter-btn.is-active{background:linear-gradient(90deg,#a8281d,#ca4134);border-color:rgba(255,90,73,.95);color:#fff}.products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0}.product-card{background:rgba(8,8,8,.82);border:1px solid rgba(255,86,69,.24);border-radius:14px;box-shadow:0 16px 36px rgba(0,0,0,.34);display:flex;flex-direction:column;min-height:100%;overflow:hidden;position:relative;transition:border-color .28s ease,box-shadow .28s ease,-webkit-transform .28s ease;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,-webkit-transform .28s ease}.product-card:hover{border-color:rgba(255,137,86,.5);box-shadow:0 22px 40px rgba(0,0,0,.48);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.product-media{aspect-ratio:16/10;overflow:hidden;width:100%}.product-media img{height:100%;object-fit:cover;width:100%}.product-content{display:flex;flex:1 1;flex-direction:column;gap:12px;min-width:0;padding:18px 18px 20px}.product-content h2{color:#fff;font-size:clamp(1.45rem,2.2vw,1.82rem);font-weight:700;line-height:1.2}.product-content p{color:#dfdfdf;flex:1 1;font-size:.95rem;line-height:1.68}.product-cta{align-items:center;align-self:flex-start;background:linear-gradient(90deg,#1b8a45,#25a556);border:1px solid hsla(0,0%,100%,.14);border-radius:10px;color:#f4fff8;display:inline-flex;font-size:.9rem;font-weight:700;justify-content:center;line-height:1;padding:10px 16px;text-decoration:none;transition:background .24s ease,box-shadow .24s ease,border-color .24s ease,-webkit-transform .24s ease;transition:background .24s ease,box-shadow .24s ease,transform .24s ease,border-color .24s ease;transition:background .24s ease,box-shadow .24s ease,transform .24s ease,border-color .24s ease,-webkit-transform .24s ease}.product-card .product-cta:focus-visible,.product-card .product-cta:hover{background:linear-gradient(90deg,#146535,#1f8547);border-color:rgba(255,160,120,.35);box-shadow:0 12px 22px rgba(11,56,30,.45);color:#f4fff8;text-decoration:none;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.product-cta:active,.product-cta:visited{color:#f4fff8;text-decoration:none}.product-cta:focus{outline:2px solid rgba(255,170,128,.55);outline-offset:2px}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.products-container{border-radius:14px;padding:22px 14px 26px}.products-title{margin-bottom:18px;text-align:center}.products-filters{justify-content:center;margin-bottom:20px}.products-grid{gap:14px;grid-template-columns:1fr}.product-card{border-radius:12px}.product-content{gap:10px;padding:14px 14px 16px}.product-content h2{font-size:1.28rem;line-height:1.24}.product-content p{font-size:.9rem;line-height:1.58}.product-cta{font-size:.86rem;padding:11px 14px;width:100%}}
/*# sourceMappingURL=main.d2b6792e.css.map*/