.adtl-dd-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:10px}
@media(max-width:768px){.adtl-dd-grid{grid-template-columns:1fr}}
.adtl-dd-item{display:flex;align-items:center;gap:12px;border:1px solid #e5e7eb;border-radius:14px;padding:10px;background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.06);cursor:pointer;transition:transform .06s ease,box-shadow .12s ease,border-color .12s ease}
.adtl-dd-item:hover{box-shadow:0 6px 14px rgba(0,0,0,.08);transform:translateY(-1px)}
.adtl-dd-item.active{border-color:#111}
.adtl-dd-thumb{width:64px;height:64px;flex:0 0 64px;overflow:hidden;border-radius:10px;display:flex;align-items:center;justify-content:center}
.adtl-dd-thumb img{width:100%;height:100%;object-fit:cover}
.adtl-dd-text{display:flex;flex-direction:column;gap:4px;min-width:0}
.adtl-dd-title{font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.adtl-dd-count{font-size:12px;opacity:.7}
.adtl-dd-hidden{position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important}

/* --- Na sklade box --- */
.adtl-stock-wrap{margin:10px 0 14px 0}
.adtl-stock-item{display:flex;align-items:center;gap:12px;border:1px solid #e5e7eb;border-radius:14px;padding:10px;background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.06);cursor:pointer;transition:transform .06s ease,box-shadow .12s ease,border-color .12s ease,background-color .12s ease}
.adtl-stock-item:hover{box-shadow:0 6px 14px rgba(0,0,0,.08);transform:translateY(-1px)}
.adtl-stock-item.active{border-color:#10b981;background:#f0fdf4}

/* ikonka: sivá gulička / zelený check */
.adtl-check{width:40px;height:40px;flex:0 0 40px;border-radius:10px;background:#e5e7eb;display:flex;align-items:center;justify-content:center;transition:background .15s ease}
.adtl-check svg{width:22px;height:22px;fill:#fff;display:none}
.adtl-stock-item.active .adtl-check{background:#10b981}
.adtl-stock-item.active .adtl-check svg{display:block}

.adtl-stock-text{display:flex;flex-direction:column;gap:4px}
.adtl-stock-title{font-weight:600;line-height:1.2}
.adtl-stock-count{font-size:12px;opacity:.7}
#content .filter-section fieldset div, #footer .filter-section fieldset div{width:100%;}