.dls-wrap{max-width:1440px;margin:0 auto;padding:0 24px 56px;font-family:var(--e-global-typography-text-font-family,inherit);font-weight:var(--e-global-typography-text-font-weight,inherit);}
  .dls-wrap input,.dls-wrap button{font-family:inherit;}

  .dls-hero{background:#3FA366;border-radius:16px;padding:26px 32px;margin-bottom:26px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
  .dls-hero h2{font-family:var(--e-global-typography-primary-font-family,inherit);font-size:clamp(18px,2.5vw,26px);font-weight:var(--e-global-typography-primary-font-weight,700);color:#fff;margin:0;line-height:var(--e-global-typography-primary-line-height,1.2);letter-spacing:var(--e-global-typography-primary-letter-spacing,0);flex:1;min-width:200px;}
  .dls-hero-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:1 1 570px;min-width:0;}
  .dls-hero-search{position:relative;width:100%;max-width:430px;min-width:220px;flex:1 1 360px;}
  .dls-hero-search input{width:100%;padding:13px 50px 13px 18px;border-radius:50px;border:none;background:rgba(255,255,255,0.15);color:#fff;font-size:13px;outline:none;transition:background .2s;box-sizing:border-box;}
  .dls-hero-search input::placeholder{color:rgba(255,255,255,0.5);}
  .dls-hero-search input:focus{background:rgba(255,255,255,0.22);}
  .dls-hero-search button{position:absolute;right:3px;top:3px;bottom:3px;width:42px;border-radius:50px;border:none;background:#fff;color:#3FA366;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;}
  .dls-hero-search button:hover{background:#f0f0f0;}
  .dls-full-catalog{min-height:44px;padding:0 17px;border:1px solid rgba(222,255,232,.72);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:10px;font-weight:700;letter-spacing:.025em;line-height:1;white-space:nowrap;background:rgba(5,38,19,.06);transition:background .2s,border-color .2s,transform .2s;}
  .dls-full-catalog:hover,.dls-full-catalog:focus-visible{color:#fff;border-color:#fff;background:rgba(5,38,19,.15);transform:translateY(-1px);}

  .dls-bar{display:flex;align-items:center;justify-content:flex-end;margin-bottom:20px;flex-wrap:wrap;gap:10px;}
  .dls-bar-active{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:6px;background:rgba(63,163,102,0.08);color:#3FA366;font-size:11px;font-weight:500;}
  .dls-bar-active button{background:none;border:none;color:#3FA366;cursor:pointer;padding:0;display:flex;transition:color .15s;}
  .dls-bar-active button:hover{color:#fff;}

  .dls-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;min-height:0;align-content:start;}
  .dls-grid.is-loading{opacity:.55;pointer-events:none;transition:opacity .2s;}

  .dls-card{border-radius:12px;overflow:hidden;background:#111;border:1px solid rgba(255,255,255,0.05);transition:border-color .25s,box-shadow .25s,transform .3s;display:flex;flex-direction:column;}
  .dls-card:hover{border-color:rgba(63,163,102,0.2);box-shadow:0 12px 36px -10px rgba(0,0,0,0.5);transform:translateY(-3px);}
  .dls-card-img{background:#f5f5f5;padding:16px;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center;}
  .dls-card-img img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.16,1,.3,1);}
  .dls-card:hover .dls-card-img img{transform:scale(1.04);}
  .dls-card-body{padding:12px 12px 14px;display:flex;flex-direction:column;flex:1;}
  .dls-card-cat{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#3FA366;margin:0 0 5px;}
  .dls-card-name{font-size:12px;font-weight:600;color:#fff;line-height:1.35;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px;flex:1;}
  .dls-card-add{width:100%;padding:8px;border-radius:8px;border:none;background:#3FA366;color:#fff;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:all .2s;text-align:center;margin-top:auto;line-height:1.2;}
  .dls-card-add:hover{background:#358f59;box-shadow:0 4px 14px -3px rgba(63,163,102,0.35);}
  .dls-card-add:active{transform:scale(.96);}

  .dls-skel{border-radius:12px;overflow:hidden;background:#111;border:1px solid rgba(255,255,255,0.04);}
  .dls-skel-img{aspect-ratio:1/1;background:#f5f5f5;padding:16px;}
  .dls-skel-shine{width:100%;height:100%;background:linear-gradient(110deg,#f5f5f5 30%,#eee 50%,#f5f5f5 70%);background-size:200% 100%;animation:dlsShine 1.5s infinite;border-radius:8px;}
  .dls-skel-body{padding:12px;}
  .dls-skel-line{height:8px;border-radius:3px;background:#1a1a1a;margin-bottom:7px;}
  .dls-skel-line:last-child{width:60%;margin-bottom:0;}
  .dls-skel-line.cat{width:35%;height:7px;margin-bottom:9px;background:#151515;}
  @keyframes dlsShine{0%{background-position:200% 0}100%{background-position:-200% 0}}

  .dls-empty{text-align:center;padding:0 20px;grid-column:1/-1;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;}
  .dls-empty svg{margin:0 auto 14px;opacity:.15;}
  .dls-empty p{margin:0 0 3px;}
  .dls-empty p:first-child{font-size:13px;color:#525252;}
  .dls-empty p:last-child{font-size:11px;color:#404040;}
  .dls-err{text-align:center;padding:60px 20px;grid-column:1/-1;}
  .dls-err p{color:#f87171;font-size:13px;margin:0 0 14px;}
  .dls-err button{padding:9px 20px;border-radius:8px;border:1px solid rgba(248,113,113,0.3);background:transparent;color:#f87171;font-size:12px;cursor:pointer;transition:all .2s;}
  .dls-err button:hover{background:rgba(248,113,113,0.08);}

  .dls-card-cat,.dls-bar-active{font-family:var(--e-global-typography-secondary-font-family,inherit);font-weight:var(--e-global-typography-secondary-font-weight,600);}
  .dls-card-name,.dls-empty p,.dls-err p{font-family:var(--e-global-typography-text-font-family,inherit);font-weight:var(--e-global-typography-text-font-weight,inherit);}
  .dls-card-add,.dls-err button,.dls-full-catalog{font-family:var(--e-global-typography-accent-font-family,inherit);font-weight:var(--e-global-typography-accent-font-weight,700);}

  @media(max-width:1280px){.dls-grid{grid-template-columns:repeat(4,1fr);}}
  @media(max-width:1024px){.dls-grid{grid-template-columns:repeat(3,1fr);}.dls-hero{padding:24px 28px;gap:20px;}.dls-hero-controls{flex-basis:100%;justify-content:flex-start;}.dls-hero-search{max-width:none;}}
  @media(max-width:768px){
    .dls-wrap{padding:0 16px 44px;}
    .dls-hero{padding:20px;border-radius:12px;flex-direction:column;align-items:stretch;gap:16px;}
    .dls-hero-controls{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;}
    .dls-hero-search{max-width:100%;min-width:0;}
    .dls-full-catalog{min-height:42px;padding:0 10px;font-size:0;}
    .dls-full-catalog::after{content:"Ver catálogo";font-size:9px;}
    .dls-grid{grid-template-columns:repeat(2,1fr);gap:10px;min-height:0;}
    .dls-card-body{padding:10px 10px 12px;}
    .dls-card-name{font-size:11px;min-height:28px;margin-bottom:10px;}
    .dls-card-img{padding:12px;}
    .dls-card-add{padding:7px;font-size:8px;}
    .dls-empty{min-height:260px;}
  }
