.cps-shop{--green:#1e5747;--green-dark:#123c32;--ink:#17231f;--muted:#5d6b65;--cream:#f7f4ed;--sand:#eee2cf;--line:rgba(23,35,31,.13);color:var(--ink);font-family:inherit}.cps-shop *,.cps-shop *:before,.cps-shop *:after{box-sizing:border-box}.cps-shop a{text-decoration:none;color:inherit}.cps-shop img{display:block;max-width:100%}.cps-shop-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.cps-shop-hero{padding:82px 0;background:linear-gradient(135deg,#fbfaf7,#eaf1ed)}.cps-shop-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center}.cps-shop-eyebrow{margin:0 0 18px;color:var(--green);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.cps-shop-hero h1{max-width:760px;margin:0 0 24px;font-size:clamp(44px,5.5vw,74px);line-height:1;letter-spacing:-.055em}.cps-shop-hero__copy>p:last-child{max-width:720px;margin:0;color:var(--muted);font-size:18px;line-height:1.75}.cps-shop-hero__visual{height:430px;overflow:hidden;border-radius:30px;background:#dce8e2;box-shadow:0 24px 70px rgba(18,60,50,.18)}.cps-shop-hero__visual img{width:100%;height:100%;object-fit:cover}.cps-shop-hero__placeholder{display:grid;width:100%;height:100%;place-content:center;text-align:center;color:var(--green)}.cps-shop-hero__placeholder strong{font-size:34px}.cps-shop-hero__placeholder span{margin-top:8px;color:var(--muted)}.cps-shop-catalog{padding:72px 0 100px;background:#fff}.cps-shop-filter{display:grid;grid-template-columns:minmax(240px,1fr) 220px 210px auto auto;gap:12px;margin-bottom:24px;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(23,35,31,.06)}.cps-shop-filter input,.cps-shop-filter select,.cps-shop-filter button{width:100%;min-height:50px;padding:0 15px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font:inherit}.cps-shop-filter button{border-color:var(--green);background:var(--green);color:#fff;font-weight:900;cursor:pointer}.cps-shop-reset{display:grid;min-height:50px;place-items:center;padding:0 15px;border:1px solid var(--line);border-radius:12px;font-weight:800}.cps-shop-resultbar{display:flex;justify-content:space-between;margin:28px 0}.cps-shop-resultbar p{margin:0;color:var(--muted)}.cps-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.cps-shop-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 38px rgba(23,35,31,.07);transition:.25s ease}.cps-shop-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(23,35,31,.12)}.cps-shop-card__media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#eef2ef}.cps-shop-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.cps-shop-card:hover .cps-shop-card__media img{transform:scale(1.045)}.cps-shop-card__sale{position:absolute;top:14px;left:14px;padding:7px 11px;border-radius:999px;background:#b84444;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase}.cps-shop-card__body{padding:22px}.cps-shop-card__category{margin:0 0 9px;color:var(--green);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.cps-shop-card h2{min-height:51px;margin:0 0 14px;font-size:19px;line-height:1.35}.cps-shop-card__price{min-height:30px;margin-bottom:17px;color:var(--green-dark);font-size:17px;font-weight:900}.cps-shop-card__price del{color:#8a9691;font-size:13px}.cps-shop-card__actions{display:grid;grid-template-columns:1fr auto;gap:8px}.cps-shop-btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 14px;border:1px solid var(--green);border-radius:11px;font-size:13px;font-weight:900}.cps-shop-btn--detail{color:var(--green)}.cps-shop-btn--cart{background:var(--green);color:#fff}.cps-shop-btn--cart.is-loading{opacity:.65;pointer-events:none}.cps-shop-wa{display:flex;justify-content:space-between;gap:12px;margin-top:16px;padding-top:15px;border-top:1px solid var(--line);color:var(--green);font-size:13px;font-weight:900}.cps-shop-empty{padding:70px 30px;border-radius:24px;background:var(--cream);text-align:center}.cps-shop-empty h2{margin:0 0 12px}.cps-shop-empty a{display:inline-flex;margin-top:15px;padding:12px 18px;border-radius:999px;background:var(--green);color:#fff;font-weight:900}.cps-shop-pagination{margin-top:48px}.cps-shop-pagination ul{display:flex;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}.cps-shop-pagination a,.cps-shop-pagination span{display:grid;min-width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:11px}.cps-shop-pagination .current{border-color:var(--green);background:var(--green);color:#fff}.cps-shop--notice{width:min(900px,calc(100% - 40px));margin:60px auto;padding:30px;border-radius:18px;background:var(--cream)}@media(max-width:1024px){.cps-shop-grid{grid-template-columns:repeat(3,1fr)}.cps-shop-filter{grid-template-columns:1fr 1fr 1fr}.cps-shop-filter button,.cps-shop-reset{grid-row:2}.cps-shop-hero__grid{gap:40px}}@media(max-width:767px){.cps-shop-shell{width:min(100% - 28px,1180px)}.cps-shop-hero{padding:58px 0}.cps-shop-hero__grid{grid-template-columns:1fr}.cps-shop-hero h1{font-size:clamp(40px,12vw,56px)}.cps-shop-hero__visual{height:330px}.cps-shop-catalog{padding:48px 0 70px}.cps-shop-filter{grid-template-columns:1fr}.cps-shop-filter button,.cps-shop-reset{grid-row:auto}.cps-shop-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cps-shop-card__body{padding:17px}.cps-shop-card h2{min-height:0;font-size:16px}.cps-shop-card__actions{grid-template-columns:1fr}.cps-shop-btn{font-size:12px}.cps-shop-wa{font-size:12px}}@media(max-width:480px){.cps-shop-grid{grid-template-columns:1fr}}
