.ccxsw-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:16px;
  color:#111;
}
.ccxsw-wrap a{color:inherit;text-decoration:none}
.ccxsw-wrap *{box-sizing:border-box}
.ccxsw-muted{color:rgba(17,17,17,.62)!important}

.ccxsw-hero{
  margin:0 0 14px;
}
.ccxsw-hero-card{
  background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%);
  border:1px solid rgba(0,0,0,.08);
  border-radius:22px;
  padding:30px 28px;
  box-shadow:0 12px 36px rgba(0,0,0,.04);
}
.ccxsw-hero-title{
  margin:0 0 10px;
  font-size:40px;
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:800;
  color:#111;
}
.ccxsw-hero-sub{
  margin:0;
  max-width:780px;
  font-size:15px;
  line-height:1.6;
}

.ccxsw-filters{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  align-items:end;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:14px;
  box-shadow:0 10px 26px rgba(0,0,0,.03);
}
.ccxsw-filter label{
  display:block;
  margin:0 0 7px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.01em;
  color:rgba(17,17,17,.72);
}
.ccxsw-filter select{
  width:100%;
  min-height:46px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:14px;
  padding:10px 12px;
  background:#fff;
  color:#111;
  outline:none;
  box-shadow:none;
}
.ccxsw-filter select:focus{
  border-color:rgba(0,0,0,.22);
}

.ccxsw-actions{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
}
.ccxsw-btn,
.ccxsw-seeoffers-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid #111;
  background:#111;
  color:#fff!important;
  font-weight:700;
  text-decoration:none;
  transition:transform .15s ease, filter .15s ease, box-shadow .15s ease;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  cursor:pointer;
}
.ccxsw-btn:hover,
.ccxsw-seeoffers-btn:hover{
  filter:brightness(.98);
  transform:translateY(-1px);
}
.ccxsw-link{
  font-size:13px;
  color:rgba(17,17,17,.68)!important;
}
.ccxsw-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin:14px 2px;
  color:rgba(17,17,17,.84);
  font-size:14px;
}

.ccxsw-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.ccxsw-card{
  display:grid;
  grid-template-columns:128px 1fr;
  gap:14px;
  align-items:start;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:20px;
  padding:14px;
  box-shadow:0 12px 30px rgba(0,0,0,.035);
}
.ccxsw-card:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 32px rgba(0,0,0,.045);
}
.ccxsw-card-media img{
  width:128px;
  height:128px;
  object-fit:contain;
  border-radius:16px;
  background:#fafafa;
  border:1px solid rgba(0,0,0,.06);
}
.ccxsw-title{
  display:block;
  margin:0 0 8px;
  font-size:18px;
  line-height:1.22;
  font-weight:800;
  color:#111!important;
}
.ccxsw-pills{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:0 0 12px;
}
.ccxsw-pill{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  color:rgba(17,17,17,.80);
  font-size:12px;
  font-weight:600;
}
.ccxsw-bottom{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-end;
}
.ccxsw-price-sub{
  font-size:12px;
  color:rgba(17,17,17,.58);
}
.ccxsw-price-val{
  font-size:24px;
  line-height:1.1;
  font-weight:900;
  color:#111;
}
.ccxsw-actions-card{
  align-items:flex-end;
}
.ccxsw-offers{
  min-width:90px;
  text-align:right;
}

.ccxsw-empty{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:18px;
  color:rgba(17,17,17,.82);
}

.ccxsw-pagination{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-top:16px;
}
.ccxsw-page{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 14px;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  border-radius:14px;
}
.ccxsw-page.is-disabled{
  opacity:.42;
  pointer-events:none;
}
.ccxsw-pageinfo{
  color:rgba(17,17,17,.7);
  font-size:13px;
}

@media (max-width: 1100px){
  .ccxsw-filters{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width: 840px){
  .ccxsw-wrap{padding:14px}
  .ccxsw-hero-card{padding:22px 18px;border-radius:18px}
  .ccxsw-hero-title{font-size:31px}
  .ccxsw-filters{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ccxsw-grid{grid-template-columns:1fr}
}

@media (max-width: 560px){
  .ccxsw-wrap{padding:12px}
  .ccxsw-hero-title{font-size:27px}
  .ccxsw-hero-sub{font-size:14px}
  .ccxsw-filters{grid-template-columns:1fr}
  .ccxsw-card{
    grid-template-columns:100px 1fr;
    gap:12px;
    border-radius:18px;
  }
  .ccxsw-card-media img{
    width:100px;
    height:100px;
    border-radius:14px;
  }
  .ccxsw-title{font-size:16px}
  .ccxsw-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
  .ccxsw-actions-card{
    width:100%;
    justify-content:space-between;
    align-items:center;
  }
  .ccxsw-offers{text-align:left}
  .ccxsw-seeoffers-btn{
    width:100%;
  }
}
