/* =========================================================
   UNIVERSOMED - PADRÃO ÚNICO PRODUTOS / BUSCA / HOME
   Arquivo: assets/css/produtos-slim.css
========================================================= */

:root{
  --um-market-blue:#123377;
  --um-market-text:#1f2b45;
  --um-market-muted:#617198;
  --um-market-line:#dfe6f2;
  --um-market-bg:#f2f6fb;
  --um-market-link:#3483fa;
  --um-market-green:#00a650;
  --um-market-shadow:0 10px 26px rgba(24,45,97,.07);
}

/* =====================
   HOME - VITRINE SLIM
===================== */
.um-market-home{
  background:#f2f6fb;
  padding:42px 0 58px;
  border-top:1px solid #e3e9f3;
}

.um-market-home-shell,
.um-market-shell{
  width:min(1240px, calc(100% - 56px));
  margin:0 auto;
}

.um-market-home-head,
.um-market-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px;
}

.um-market-home-title,
.um-market-title{
  margin:0;
  color:var(--um-market-blue);
  font-size:clamp(26px, 2.5vw, 36px);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:900;
}

.um-market-home-subtitle,
.um-market-subtitle{
  margin:7px 0 0;
  max-width:760px;
  color:#405486;
  font-size:15px;
  line-height:1.5;
}

.um-market-see-all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:10px 18px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dfe6f2;
  color:#0d2c71;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(24,45,97,.08);
  white-space:nowrap;
}

.um-market-rail-box{
  position:relative;
  background:#fff;
  border:1px solid var(--um-market-line);
  border-radius:13px;
  padding:14px 52px 14px 14px;
  box-shadow:0 14px 32px rgba(24,45,97,.08);
}

.um-market-rail{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
}
.um-market-rail::-webkit-scrollbar{display:none;}

.um-market-rail-item{
  flex:0 0 235px;
  min-width:235px;
  color:var(--um-market-text);
  text-decoration:none;
}

.um-market-rail-img{
  height:165px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid #e4eaf4;
  border-radius:8px;
  overflow:hidden;
  padding:2px;
}

.um-market-rail-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.um-market-rail-title{
  margin:10px 0 4px;
  min-height:36px;
  color:#0e2f76;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.um-market-rail-buy{
  display:block;
  color:var(--um-market-green);
  font-size:13px;
  line-height:1.15;
  font-weight:900;
}

.um-market-rail-link{
  display:block;
  margin-top:2px;
  color:#3568ff;
  font-size:13px;
  line-height:1.15;
  font-weight:900;
}

.um-market-arrow{
  position:absolute;
  top:50%;
  right:12px;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid #dfe6f2;
  background:#fff;
  color:#3568ff;
  font-size:28px;
  font-weight:400;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(24,45,97,.14);
}

/* =====================
   PÁGINAS: /produtos e /busca
===================== */
.um-market-page{
  background:#f2f6fb;
  padding:28px 0 56px;
}

.um-market-breadcrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:14px;
  color:#516590;
  font-size:13px;
}

.um-market-breadcrumbs a{
  color:#315492;
  text-decoration:none;
}

.um-market-count{
  color:#4b5f91;
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
}

.um-market-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}

.um-market-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  background:#fff;
  border:1px solid var(--um-market-line);
  border-radius:9px;
  overflow:hidden;
  text-decoration:none;
  color:var(--um-market-text);
  box-shadow:var(--um-market-shadow);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.um-market-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(24,45,97,.12);
  border-color:#cfd8ea;
}

.um-market-img{
  height:190px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border-bottom:1px solid #e9eef6;
  padding:3px;
}

.um-market-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.um-market-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:11px 12px 12px;
}

.um-market-category{
  display:inline-flex;
  align-self:flex-start;
  max-width:100%;
  padding:5px 8px;
  margin-bottom:8px;
  border-radius:999px;
  background:#eef2ff;
  color:#5748e9;
  font-size:11px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.um-market-name{
  margin:0 0 7px;
  min-height:38px;
  color:#0e2f76;
  font-size:16px;
  line-height:1.18;
  letter-spacing:-.025em;
  font-weight:900;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.um-market-desc{
  margin:0;
  min-height:38px;
  color:#5d6b94;
  font-size:13px;
  line-height:1.45;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.um-market-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:11px;
  padding-top:10px;
  border-top:1px solid #edf1f7;
}

.um-market-card-link{
  color:#3568ff;
  font-size:13px;
  font-weight:900;
}

.um-market-ml{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:30px;
  padding:5px 8px;
  border-radius:999px;
  color:#00a650;
  background:#e8f8ef;
  font-size:11px;
  font-weight:900;
}

/* =====================
   Busca
===================== */
.um-market-search-box{
  background:#fff;
  border:1px solid var(--um-market-line);
  border-radius:18px;
  padding:14px;
  box-shadow:0 12px 28px rgba(24,45,97,.07);
  margin:16px 0 22px;
}

.um-market-search-form{
  display:grid;
  grid-template-columns:1fr 160px;
  gap:12px;
}

.um-market-search-form input{
  width:100%;
  min-height:54px;
  border:1px solid #d8e1f0;
  border-radius:15px;
  padding:0 18px;
  font-size:16px;
  color:#1f2b45;
  background:#fbfcff;
  outline:none;
}

.um-market-search-form input:focus{
  border-color:#4f67da;
  box-shadow:0 0 0 4px rgba(79,103,218,.10);
}

.um-market-search-form button{
  min-height:54px;
  border:0;
  border-radius:15px;
  background:linear-gradient(135deg,#3550c8,#6048dc);
  color:#fff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
}

.um-market-empty{
  background:#fff;
  border:1px solid var(--um-market-line);
  border-radius:14px;
  padding:24px;
  color:#5d6b94;
  box-shadow:var(--um-market-shadow);
}

/* =====================
   Paginação
===================== */
.um-market-pagination{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:28px;
}

.um-market-page-link,
.um-market-page-current,
.um-market-page-dots{
  min-width:40px;
  height:40px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  font-size:14px;
  font-weight:900;
}

.um-market-page-link{
  background:#fff;
  border:1px solid #dfe6f2;
  color:#123377;
  text-decoration:none;
}

.um-market-page-link:hover{
  border-color:#3568ff;
  color:#3568ff;
}

.um-market-page-current{
  background:#3568ff;
  border:1px solid #3568ff;
  color:#fff;
}

.um-market-page-dots{
  color:#6d7b9d;
}

@media(max-width:1180px){
  .um-market-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}

@media(max-width:900px){
  .um-market-home-shell,
  .um-market-shell{width:min(100%, calc(100% - 26px));}
  .um-market-home-head,
  .um-market-head{display:block;}
  .um-market-see-all,
  .um-market-count{margin-top:12px;display:inline-flex;}
  .um-market-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .um-market-img{height:165px;}
  .um-market-search-form{grid-template-columns:1fr;}
}

@media(max-width:560px){
  .um-market-home{padding:30px 0 42px;}
  .um-market-rail-box{padding:12px 46px 12px 12px;}
  .um-market-rail-item{flex-basis:155px;min-width:155px;}
  .um-market-rail-img{height:135px;}
  .um-market-rail-title{font-size:13px;}
  .um-market-page{padding:22px 0 42px;}
  .um-market-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .um-market-img{height:142px;}
  .um-market-body{padding:10px;}
  .um-market-category{display:none;}
  .um-market-name{font-size:14px;min-height:34px;}
  .um-market-desc{font-size:12px;min-height:34px;}
  .um-market-card-footer{margin-top:9px;padding-top:9px;}
}
