/* V74 — unified, compact and mobile-first commercial directories and profiles. */
:root{
  --commerce-v74-ink:#142642;
  --commerce-v74-muted:#6f8097;
  --commerce-v74-line:#dce6f1;
  --commerce-v74-soft:#f5f8fc;
  --commerce-v74-blue:#1269df;
  --commerce-v74-blue-dark:#0758c3;
  --commerce-v74-green:#119d6b;
  --commerce-v74-shadow:0 14px 34px rgba(20,55,96,.09);
}
.commerce-directory-v74-body,.commerce-profile-v74-body{background:#f3f7fb!important;color:var(--commerce-v74-ink)}
.commerce-directory-v74,.commerce-profile-v74{width:min(100%,1120px);margin:0 auto;padding:18px 14px 92px!important}

/* Directory header */
.commerce-directory-v74__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px;border:1px solid var(--commerce-v74-line);border-radius:26px;background:#fff;box-shadow:var(--commerce-v74-shadow)}
.commerce-directory-v74__title{display:flex;align-items:center;gap:14px;min-width:0}
.commerce-directory-v74__icon{display:grid;place-items:center;width:64px;height:64px;flex:0 0 64px;border-radius:19px;background:linear-gradient(145deg,#2b82ee,#0d5dcd);color:#fff;box-shadow:0 11px 24px rgba(18,105,223,.2)}
.commerce-directory-v74__icon svg{width:35px;height:35px}
.commerce-directory-v74__title>div{min-width:0}
.commerce-directory-v74__eyebrow{display:block;margin-bottom:2px;color:var(--commerce-v74-blue);font-size:12px;font-weight:950}
.commerce-directory-v74__title h1{margin:0;color:var(--commerce-v74-ink);font-size:clamp(27px,3.5vw,38px);font-weight:1000;line-height:1.18}
.commerce-directory-v74__title p{margin:6px 0 0;color:var(--commerce-v74-muted);font-size:14px;font-weight:800}
.commerce-directory-v74__title p b{color:var(--commerce-v74-blue);font-size:16px}
.commerce-directory-v74__tools{display:flex;align-items:stretch;gap:10px}
.commerce-directory-v74__filter{position:relative;display:grid;grid-template-columns:38px minmax(165px,1fr) auto;align-items:center;min-height:52px;border:1px solid #d7e3f0;border-radius:15px;background:#f8fbff;overflow:hidden}
.commerce-directory-v74__filter>span{display:grid;place-items:center;color:var(--commerce-v74-blue)}
.commerce-directory-v74__filter>span svg{width:22px;height:22px}
.commerce-directory-v74__filter select{height:50px;min-width:0;padding:0 8px;border:0!important;background:transparent!important;color:#213a5c;font-size:14px;font-weight:900;box-shadow:none!important;outline:0}
.commerce-directory-v74__filter>a{display:grid;place-items:center;width:36px;height:36px;margin-inline-end:7px;border-radius:50%;background:#e9f2ff;color:var(--commerce-v74-blue);font-size:20px;font-weight:900}
.commerce-directory-v74__create{display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 18px;border-radius:15px;background:linear-gradient(135deg,var(--commerce-v74-blue),var(--commerce-v74-blue-dark));color:#fff;font-size:14px;font-weight:1000;box-shadow:0 10px 22px rgba(18,105,223,.2)}
.commerce-directory-v74__create svg{width:21px;height:21px}

/* Directory cards */
.commerce-directory-v74__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}
.commerce-card-v74{overflow:hidden;border:1px solid var(--commerce-v74-line);border-radius:24px;background:#fff;box-shadow:var(--commerce-v74-shadow);transition:transform .18s ease,box-shadow .18s ease}
.commerce-card-v74:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(20,55,96,.13)}
.commerce-card-v74__media{position:relative;display:block;height:178px;margin:10px 10px 0;border-radius:17px;background:#eaf0f7;overflow:hidden;isolation:isolate}
.commerce-card-v74__media>a{position:absolute;inset:0;display:grid;place-items:center;z-index:2}
.commerce-card-v74__media>img,.commerce-card-v74__media>a>img{position:relative;z-index:2;width:100%;height:100%;padding:16px;object-fit:contain}
.commerce-card-v74__media-bg{position:absolute;inset:-18px;z-index:0;background-position:center;background-size:cover;filter:blur(20px) saturate(.85);opacity:.24;transform:scale(1.12)}
.commerce-card-v74__media::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(230,238,248,.42))}
.commerce-card-v74__type,.commerce-card-v74__count{position:absolute;z-index:3;top:10px;display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:5px 10px;border-radius:999px;font-size:10px;font-weight:950;backdrop-filter:blur(10px)}
.commerce-card-v74__type{right:10px;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.9);color:var(--commerce-v74-blue)}
.commerce-card-v74__count{left:10px;background:rgba(21,49,86,.82);color:#fff}
.commerce-card-v74__count svg{width:15px;height:15px}.commerce-card-v74__count b{font-size:12px}
.commerce-card-v74__body{padding:15px 16px 17px}
.commerce-card-v74__identity{display:flex;align-items:center;gap:11px;min-width:0}
.commerce-card-v74__logo{display:grid;place-items:center;width:54px;height:54px;flex:0 0 54px;padding:5px;border:1px solid #dae5f0;border-radius:16px;background:#fff;overflow:hidden}
.commerce-card-v74__logo img{width:100%;height:100%;object-fit:contain;border-radius:10px}
.commerce-card-v74__identity>div{min-width:0}
.commerce-card-v74__identity small{display:block;color:var(--commerce-v74-blue);font-size:10px;font-weight:950}
.commerce-card-v74__identity h2{margin:2px 0 3px;color:var(--commerce-v74-ink);font-size:20px;font-weight:1000;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.commerce-card-v74__identity p{display:flex;align-items:center;gap:5px;margin:0;color:var(--commerce-v74-muted);font-size:12px;font-weight:850}
.commerce-card-v74__identity p svg{width:17px;height:17px;flex:0 0 17px;color:var(--commerce-v74-blue)}
.commerce-card-v74__description{display:-webkit-box;min-height:38px;margin:10px 1px 0;color:#6d7e93;font-size:12px;font-weight:700;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.commerce-card-v74__actions{display:grid;grid-template-columns:minmax(0,1fr) 46px 46px;gap:8px;margin-top:13px}
.commerce-card-v74__actions.is-contact-only{grid-template-columns:repeat(2,minmax(0,1fr))}
.commerce-card-v74__open,.commerce-card-v74__contact{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:14px;font-weight:1000}
.commerce-card-v74__open{gap:7px;background:linear-gradient(135deg,var(--commerce-v74-blue),var(--commerce-v74-blue-dark));color:#fff;font-size:13px;box-shadow:0 8px 18px rgba(18,105,223,.18)}
.commerce-card-v74__open svg{width:18px;height:18px}.commerce-card-v74__contact{border:1px solid #d7e4f2;background:#f6faff;color:var(--commerce-v74-blue)}
.commerce-card-v74__contact svg{width:21px;height:21px}.commerce-card-v74__contact.is-whatsapp{border-color:#c4eadb;background:#eefaf5;color:var(--commerce-v74-green)}
.commerce-directory-v74__empty{display:grid;justify-items:center;gap:8px;margin-top:18px;padding:42px 18px;border:1px solid var(--commerce-v74-line);border-radius:24px;background:#fff;text-align:center;box-shadow:var(--commerce-v74-shadow)}
.commerce-directory-v74__empty>span{display:grid;place-items:center;width:64px;height:64px;border-radius:19px;background:#edf5ff;color:var(--commerce-v74-blue)}
.commerce-directory-v74__empty>span svg{width:32px;height:32px}.commerce-directory-v74__empty h2{margin:6px 0 0;font-size:22px}.commerce-directory-v74__empty p{margin:0;color:var(--commerce-v74-muted);font-weight:750}.commerce-directory-v74__empty>div{display:flex;gap:8px}.commerce-directory-v74__empty a{margin-top:8px;padding:10px 14px;border:1px solid #d8e5f2;border-radius:12px;color:var(--commerce-v74-blue);font-weight:950}.commerce-directory-v74__empty a.is-primary{border-color:transparent;background:var(--commerce-v74-blue);color:#fff}

/* Public commercial profile */
.commerce-profile-v74{display:grid;gap:15px}
.commerce-profile-v74__back{display:inline-flex;align-items:center;gap:7px;justify-self:start;min-height:43px;padding:8px 13px;border:1px solid #d6e3f2;border-radius:13px;background:#fff;color:#155fbf;font-size:13px;font-weight:950;box-shadow:0 6px 16px rgba(30,64,108,.06)}
.commerce-profile-v74__back svg{width:18px;height:18px}
.commerce-profile-v74__hero{overflow:hidden;border:1px solid var(--commerce-v74-line);border-radius:27px;background:#fff;box-shadow:var(--commerce-v74-shadow)}
.commerce-profile-v74__cover{position:relative;height:235px;margin:10px 10px 0;border-radius:20px;background:#e7edf5;overflow:hidden;isolation:isolate}
.commerce-profile-v74__cover>img{position:relative;z-index:2;width:100%;height:100%;padding:22px;object-fit:contain}
.commerce-profile-v74__cover-bg{position:absolute;inset:-28px;z-index:0;background-position:center;background-size:cover;filter:blur(24px) saturate(.9);opacity:.32;transform:scale(1.12)}
.commerce-profile-v74__cover-shade{position:absolute;inset:0;z-index:3;background:linear-gradient(180deg,rgba(15,47,88,.03),rgba(15,47,88,.16))}
.commerce-profile-v74__status-row{position:absolute;z-index:4;top:13px;right:13px;display:flex;flex-wrap:wrap;gap:7px}
.commerce-profile-v74__status,.commerce-profile-v74__verified{display:inline-flex;align-items:center;gap:6px;min-height:31px;padding:5px 10px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,255,255,.88);font-size:11px;font-weight:950;backdrop-filter:blur(10px)}
.commerce-profile-v74__status i{width:8px;height:8px;border-radius:50%}.commerce-profile-v74__status.is-open{color:#087b55}.commerce-profile-v74__status.is-open i{background:#24b47e}.commerce-profile-v74__status.is-closed{color:#b54708}.commerce-profile-v74__status.is-closed i{background:#f79009}.commerce-profile-v74__verified{color:var(--commerce-v74-blue)}.commerce-profile-v74__verified svg{width:16px;height:16px}
.commerce-profile-v74__summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px 18px 18px}
.commerce-profile-v74__identity{display:flex;align-items:center;gap:13px;min-width:0}
.commerce-profile-v74__logo{display:grid;place-items:center;width:72px;height:72px;flex:0 0 72px;margin-top:-42px;padding:6px;border:4px solid #fff;border-radius:21px;background:#fff;box-shadow:0 9px 22px rgba(25,54,91,.15);overflow:hidden;position:relative;z-index:5}
.commerce-profile-v74__logo img{width:100%;height:100%;object-fit:contain;border-radius:13px}
.commerce-profile-v74__identity>div{min-width:0}.commerce-profile-v74__type{display:block;color:var(--commerce-v74-blue);font-size:11px;font-weight:950}.commerce-profile-v74__identity h1{margin:2px 0 4px;color:var(--commerce-v74-ink);font-size:clamp(26px,4vw,38px);font-weight:1000;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.commerce-profile-v74__identity p{display:flex;align-items:center;gap:5px;margin:0;color:var(--commerce-v74-muted);font-size:13px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.commerce-profile-v74__identity p svg{width:18px;height:18px;flex:0 0 18px;color:var(--commerce-v74-blue)}
.commerce-profile-v74__hours{display:flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid #dfe8f2;border-radius:13px;background:#f8fafc;color:#60738c;font-size:12px;font-weight:850}.commerce-profile-v74__hours svg{width:18px;height:18px;flex:0 0 18px}
.commerce-profile-v74__actions{grid-column:1/-1;display:flex;gap:9px;margin-top:1px}
.commerce-profile-v74__action{display:flex;align-items:center;justify-content:center;gap:8px;min-width:130px;min-height:47px;padding:9px 15px;border:1px solid transparent;border-radius:14px;font-size:13px;font-weight:1000}.commerce-profile-v74__action svg{width:20px;height:20px}
.commerce-profile-v74__action.is-primary{background:linear-gradient(135deg,var(--commerce-v74-blue),var(--commerce-v74-blue-dark));color:#fff;box-shadow:0 8px 18px rgba(18,105,223,.18)}.commerce-profile-v74__action.is-whatsapp{border-color:#bfe8d7;background:#edf9f4;color:var(--commerce-v74-green)}.commerce-profile-v74__action.is-ghost{border-color:#d9e5f2;background:#f8fbff;color:#31577f}
.commerce-profile-v74__about,.commerce-profile-v74__catalog{padding:20px;border:1px solid var(--commerce-v74-line);border-radius:24px;background:#fff;box-shadow:var(--commerce-v74-shadow)}
.commerce-profile-v74__section-title span{display:block;color:var(--commerce-v74-blue);font-size:11px;font-weight:950}.commerce-profile-v74__section-title h2{margin:2px 0 0;color:var(--commerce-v74-ink);font-size:23px;font-weight:1000;line-height:1.3}.commerce-profile-v74__about>p{margin:12px 0 0;color:#526984;font-size:15px;font-weight:700;line-height:1.9}
.commerce-profile-v74__catalog-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.commerce-profile-v74__catalog-head>b{display:grid;place-items:center;min-width:42px;height:36px;padding:0 10px;border-radius:12px;background:#edf5ff;color:var(--commerce-v74-blue);font-size:14px}
.commerce-profile-v74__filter{display:grid;grid-template-columns:minmax(0,1fr) 210px 82px;gap:9px;margin-top:15px;padding:10px;border:1px solid #dfe8f2;border-radius:17px;background:#f8fafc}
.commerce-profile-v74__filter label{position:relative;display:flex;align-items:center}.commerce-profile-v74__filter label svg{position:absolute;right:13px;width:20px;height:20px;color:#7890aa}.commerce-profile-v74__filter input,.commerce-profile-v74__filter select{width:100%;min-height:46px;border:1px solid #d7e2ee!important;border-radius:12px!important;background:#fff!important;font-size:14px!important;box-shadow:none!important}.commerce-profile-v74__filter input{padding-right:42px!important}.commerce-profile-v74__filter button{min-height:46px;border:0;border-radius:12px;background:var(--commerce-v74-blue);color:#fff;font-size:13px;font-weight:1000}
.commerce-profile-v74__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:16px}
.commerce-profile-v74-body .commerce-product-card{overflow:hidden;border:1px solid #dce6f1!important;border-radius:19px!important;background:#fff!important;box-shadow:0 9px 24px rgba(22,55,95,.07)!important}.commerce-profile-v74-body .commerce-product-card__image{height:170px!important;background:#eef3f8!important}.commerce-profile-v74-body .commerce-product-card__image img{width:100%;height:100%;padding:10px;object-fit:contain!important}.commerce-profile-v74-body .commerce-product-card__body{padding:13px!important}.commerce-profile-v74-body .commerce-product-card__body small{font-size:10px!important}.commerce-profile-v74-body .commerce-product-card__body h3{margin:3px 0 6px!important;font-size:16px!important;line-height:1.45!important}.commerce-profile-v74-body .commerce-price{font-size:14px!important}.commerce-profile-v74-body .commerce-product-card__body p{font-size:11px!important}.commerce-profile-v74-body .commerce-product-card .btn{min-height:40px!important;border-radius:11px!important;font-size:12px!important}
.commerce-profile-v74__empty{display:grid;justify-items:center;gap:6px;margin-top:16px;padding:34px 15px;border:1px dashed #cdddec;border-radius:18px;background:#f8fbff;text-align:center}.commerce-profile-v74__empty>span{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#eaf3ff;color:var(--commerce-v74-blue)}.commerce-profile-v74__empty svg{width:28px;height:28px}.commerce-profile-v74__empty h3{margin:4px 0 0;font-size:18px}.commerce-profile-v74__empty p{margin:0;color:var(--commerce-v74-muted);font-size:13px;font-weight:750}
.commerce-profile-v74__moderation{padding:2px 0}.commerce-profile-v74__moderation .moderation-actions{margin:0!important}

@media(max-width:900px){
  .commerce-directory-v74__header{grid-template-columns:1fr;align-items:stretch}
  .commerce-directory-v74__tools{justify-content:stretch}.commerce-directory-v74__filter{flex:1}.commerce-directory-v74__create{min-width:150px}
  .commerce-profile-v74__products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .commerce-directory-v74,.commerce-profile-v74{padding:12px 10px 88px!important}
  .commerce-directory-v74__header{gap:14px;padding:16px;border-radius:22px}
  .commerce-directory-v74__title{gap:11px}.commerce-directory-v74__icon{width:54px;height:54px;flex-basis:54px;border-radius:16px}.commerce-directory-v74__icon svg{width:29px;height:29px}.commerce-directory-v74__title h1{font-size:25px}.commerce-directory-v74__title p{font-size:12px}
  .commerce-directory-v74__tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.commerce-directory-v74__filter{grid-template-columns:34px minmax(0,1fr) auto;min-width:0}.commerce-directory-v74__filter select{font-size:13px}.commerce-directory-v74__create{min-width:0;padding:0 13px}.commerce-directory-v74__create span{font-size:12px}
  .commerce-directory-v74__grid{grid-template-columns:1fr;gap:12px;margin-top:12px}.commerce-card-v74{border-radius:21px}.commerce-card-v74__media{height:156px;border-radius:15px}.commerce-card-v74__media>img,.commerce-card-v74__media>a>img{padding:13px}.commerce-card-v74__body{padding:13px 14px 15px}.commerce-card-v74__identity h2{font-size:18px}.commerce-card-v74__description{min-height:0;-webkit-line-clamp:1}.commerce-card-v74__actions{grid-template-columns:minmax(0,1fr) 44px 44px}.commerce-card-v74__open,.commerce-card-v74__contact{min-height:44px}
  .commerce-profile-v74{gap:12px}.commerce-profile-v74__back{min-height:41px;font-size:12px}.commerce-profile-v74__hero{border-radius:23px}.commerce-profile-v74__cover{height:170px;margin:8px 8px 0;border-radius:17px}.commerce-profile-v74__cover>img{padding:15px}.commerce-profile-v74__summary{grid-template-columns:1fr;padding:14px;gap:10px}.commerce-profile-v74__logo{width:62px;height:62px;flex-basis:62px;margin-top:-36px;border-radius:18px}.commerce-profile-v74__identity h1{font-size:25px}.commerce-profile-v74__identity p{font-size:12px}.commerce-profile-v74__hours{justify-self:start}.commerce-profile-v74__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.commerce-profile-v74__action{min-width:0}.commerce-profile-v74__action.is-ghost:last-child:nth-child(3){grid-column:1/-1}
  .commerce-profile-v74__about,.commerce-profile-v74__catalog{padding:15px;border-radius:21px}.commerce-profile-v74__section-title h2{font-size:21px}.commerce-profile-v74__about>p{font-size:14px}
  .commerce-profile-v74__filter{grid-template-columns:1fr;gap:8px;padding:9px}.commerce-profile-v74__filter input,.commerce-profile-v74__filter select,.commerce-profile-v74__filter button{min-height:44px}
  .commerce-profile-v74__products{grid-template-columns:1fr;gap:10px}.commerce-profile-v74-body .commerce-product-card__image{height:155px!important}
}
@media(max-width:380px){
  .commerce-directory-v74__tools{grid-template-columns:1fr}.commerce-directory-v74__create{width:100%}.commerce-profile-v74__actions{grid-template-columns:1fr}.commerce-profile-v74__action.is-ghost:last-child:nth-child(3){grid-column:auto}
}
