/* Products page creative system */
.products-page-section{padding-top:70px;background:radial-gradient(circle at 15% 10%,rgba(214,164,73,.06),transparent 32%),#0d1111}.products-page-section .container{max-width:1280px}.products-filter{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 26px;margin-bottom:48px;border:1px solid rgba(214,164,73,.18);border-radius:22px;background:linear-gradient(135deg,rgba(28,36,36,.9),rgba(15,19,19,.86));box-shadow:0 18px 50px rgba(0,0,0,.22)}.products-filter:after{content:'PRECISION / COLLECTION';position:absolute;right:24px;bottom:-25px;color:rgba(214,164,73,.35);font:600 9px/1 'Inter',sans-serif;letter-spacing:3px}.filter-buttons{display:flex;flex-wrap:wrap;gap:10px}.filter-btn{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);color:rgba(255,255,255,.62);border-radius:999px;padding:11px 17px;font-weight:700;font-size:.78rem;transition:.3s}.filter-btn:hover,.filter-btn.active{color:#101514;background:linear-gradient(135deg,#e2b45c,#b77d24);border-color:#e2b45c;box-shadow:0 8px 22px rgba(214,164,73,.2)}.search-box{flex:0 0 260px;border-radius:999px;background:#111818;border:1px solid rgba(255,255,255,.1);padding:0 16px}.search-box input{height:44px;color:#fff}.products-page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.products-page-grid .product-card{min-width:0;border-radius:22px;background:linear-gradient(150deg,#1c2424 0%,#101414 74%);border:1px solid rgba(214,164,73,.13);box-shadow:0 16px 38px rgba(0,0,0,.2);transition:transform .45s cubic-bezier(.2,.8,.2,1),border-color .3s,box-shadow .3s}.products-page-grid .product-card:hover{transform:translateY(-10px);border-color:rgba(214,164,73,.5);box-shadow:0 25px 55px rgba(0,0,0,.42),0 0 0 1px rgba(214,164,73,.1)}.products-page-grid .product-card-image{height:285px;background:#e7e0d2}.products-page-grid .product-card-image img{object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.products-page-grid .product-card:hover .product-card-image img{transform:scale(1.06)}.products-page-grid .product-card-image:after{background:linear-gradient(0deg,rgba(7,12,12,.82),transparent 48%)}.products-page-grid .product-card-badge{top:16px;right:16px;left:auto;background:#dcae50;color:#171b19;box-shadow:0 6px 18px rgba(0,0,0,.2)}.products-page-grid .product-card-body{padding:25px 24px 22px}.products-page-grid .product-card-body h3{font-size:1.3rem;margin-bottom:15px;color:#f3ead7}.products-page-grid .product-specs{gap:7px;margin-bottom:17px}.products-page-grid .product-spec{font-size:.7rem;padding:6px 10px;color:#e9c779;background:rgba(214,164,73,.08);border-color:rgba(214,164,73,.2)}.products-page-grid .product-card-body>p{min-height:78px;color:rgba(255,255,255,.58);font-size:.88rem;line-height:1.8}.products-page-grid .product-card-footer{gap:9px;margin-top:18px}.products-page-grid .product-card-footer .btn{flex:1;text-align:center;padding:12px 9px;font-size:.72rem}.products-page-grid .product-card-actions{border-top:1px solid rgba(255,255,255,.07);margin-top:16px;padding-top:14px}.products-page-grid .btn-wishlist{color:rgba(255,255,255,.5);font-size:.75rem}.products-page-grid .btn-wishlist:hover{color:#e3b45c}.page-hero{background:radial-gradient(circle at 75% 30%,rgba(214,164,73,.13),transparent 35%),linear-gradient(120deg,#111817,#0a0d0d)}
@media(max-width:1024px){.products-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-filter{align-items:stretch;flex-direction:column}.search-box{flex-basis:auto;width:100%}}
@media(max-width:600px){.products-page-grid{grid-template-columns:1fr}.products-filter{padding:17px}.filter-buttons{gap:7px}.filter-btn{font-size:.7rem;padding:9px 12px}.products-page-grid .product-card-image{height:245px}}
